https://csse.utoronto.ca/has_spatial_reference_system
Provides the spatial reference system used for the spatial geometry (e.g. WGS84, NAD83, etc.)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:spatial_geometry | bedeo:has_spatial_reference_system | xsd:string |
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
bedeo:has_spatial_reference_system a owl:DatatypeProperty ;
rdfs:label "Has spatial reference system"@en ;
rdfs:comment "Provides the spatial reference system used for the spatial geometry (e.g. WGS84, NAD83, etc.)"@en ;
rdfs:domain bedeo:spatial_geometry ;
rdfs:range xsd:string .