https://csse.utoronto.ca/has_geometry_format
Provides the geometry format used for the spatial geometry (e.g. WKT, GeoJSON, etc.)
DOMAIN | PROPERTY | RANGE |
---|---|---|
bedeo:spatial_geometry | bedeo:has_geometry_format | 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_geometry_format a owl:DatatypeProperty ;
rdfs:label "Has geometry format"@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 .