bedeo:has_spatial_representation leaf node


URI

https://csse.utoronto.ca/has_spatial_representation

Label

Has spatial representation

Description

Links an entity to a geospatial representation of the entity

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) bedeo:has_spatial_representation bedeo:spatial_representation

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