topos:hasWikidataLink leaf node


URI

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

Label

wikidata link

Description

Link from a ToposKG feature to an associated Wikidata resource.

Usage

DOMAINPROPERTYRANGE
topos:ToposKGFeature topos:hasWikidataLink topos:WikidataLink , topos:WikidataURL

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:hasWikidataLink a owl:ObjectProperty ;
    rdfs:label "wikidata link"@en ;
    rdfs:domain topos:ToposKGFeature ;
    rdfs:range topos:WikidataLink,
        topos:WikidataURL ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    skos:definition "Link from a ToposKG feature to an associated Wikidata resource."@en .