http://toposkg.di.uoa.gr/ontology/osmValue
OpenStreetMap value aligned with a ToposKG predicate when the mapping is key=value.
@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#> .
@prefix topos: <http://toposkg.di.uoa.gr/ontology/> .
topos:osmValue a owl:AnnotationProperty ;
rdfs:label "OSM value"@en ;
skos:definition "OpenStreetMap value aligned with a ToposKG predicate when the mapping is key=value."@en .