https://csse.utoronto.ca/has_spatial_representation
Links an entity to a geospatial representation of the entity
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | bedeo:has_spatial_representation | bedeo:spatial_representation |
@prefix bedeo: <https://csse.utoronto.ca/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
bedeo:has_spatial_representation a owl:ObjectProperty ;
rdfs:label "Has spatial representation"@en ;
rdfs:comment "Links an entity to a geospatial representation of the entity"@en ;
rdfs:range bedeo:spatial_representation .