http://www.opengis.net/ont/geosparql#wktLiteral
Instances of geo:wktLiteral can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class owl:Thing | |||
| topos:osmKey | owl:AnnotationProperty | OpenStreetMap key aligned with a ToposKG predicate. | owl:Thing |
| topos:osmTag | owl:AnnotationProperty | OpenStreetMap key/value tag or wildcard key alignment. | owl:Thing |
| topos:osmValue | owl:AnnotationProperty | OpenStreetMap value aligned with a ToposKG predicate when the mapping is key=value. | owl:Thing |
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
geo:SpatialObject a rdfs:Class,
owl:Class ;
rdfs:isDefinedBy geo: ;
skos:definition "Anything spatial (being or having a shape, position or an extent)."@en ;
skos:note "Subclasses of this class are expected to be used for instance data."@en ;
skos:prefLabel "Spatial Object"@en .