bedeo:has_spatial_reference_system leaf node


URI

https://csse.utoronto.ca/has_spatial_reference_system

Label

Has spatial reference system

Description

Provides the spatial reference system used for the spatial geometry (e.g. WGS84, NAD83, etc.)

Usage

DOMAINPROPERTYRANGE
bedeo:spatial_geometry bedeo:has_spatial_reference_system xsd:string

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