bedeo:has_geometry_value leaf node


URI

https://csse.utoronto.ca/has_geometry_value

Label

Has geometry value

Description

Provides the geometry format used for the spatial geometry (e.g. WKT, GeoJSON, etc.)

Usage

DOMAINPROPERTYRANGE
bedeo:spatial_geometry bedeo:has_geometry_value 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_geometry_value a owl:DatatypeProperty ;
    rdfs:label "Has geometry value"@en ;
    rdfs:comment "Provides the geometry format used for the spatial geometry (e.g. WKT, GeoJSON, etc.)"@en ;
    rdfs:domain bedeo:spatial_geometry ;
    rdfs:range xsd:string .