topos:osmValue leaf node


URI

http://toposkg.di.uoa.gr/ontology/osmValue

Label

OSM value

Description

OpenStreetMap value aligned with a ToposKG predicate when the mapping is key=value.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) topos:osmValue owl:Thing (inferred)

Implementation

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