https://csse.utoronto.ca/has_spatial_geometry
Links a geospatial representation of an entity to a spatial geometry
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:spatial_representation | bedeo:has_spatial_geometry | bedeo:spatial_geometry |
@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_geometry a owl:ObjectProperty ;
rdfs:label "Has spatial geometry"@en ;
rdfs:comment "Links a geospatial representation of an entity to a spatial geometry"@en ;
rdfs:domain bedeo:spatial_representation ;
rdfs:range bedeo:spatial_geometry .