bedeo:has_spatial_geometry leaf node


URI

https://csse.utoronto.ca/has_spatial_geometry

Label

Has spatial geometry

Description

Links a geospatial representation of an entity to a spatial geometry

Usage

DOMAINPROPERTYRANGE
bedeo:spatial_representation bedeo:has_spatial_geometry bedeo:spatial_geometry

Implementation

@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 .