topos:osmKey leaf node


URI

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

Label

OSM key

Description

OpenStreetMap key aligned with a ToposKG predicate.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) topos:osmKey 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:osmKey a owl:AnnotationProperty ;
    rdfs:label "OSM key"@en ;
    skos:definition "OpenStreetMap key aligned with a ToposKG predicate."@en .