topos:WikidataLink leaf node


URI

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

Label

Wikidata Link

Description

Direct links to wikidata resources

Usage

Instances of topos:WikidataLink can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix topos: <http://toposkg.di.uoa.gr/ontology/> .

topos:WikidataLink a owl:Class ;
    skos:definition "Direct links to wikidata resources"@en ;
    skos:prefLabel "Wikidata Link"@en .