@base <https://wordnet.dk/dannet/data/synset-645> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix wn: <https://globalwordnet.github.io/schemas/wn#> .
@prefix ili: <http://globalwordnet.org/ili/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dn:synset-645 dc:subject "bot"@da;
              wn:ili ili:i99418;
              dc11:subject "bot"@da;
              skos:closeMatch ili:i99418;
              skos:exactMatch ili:i99418;
              skos:mappingRelation ili:i99418;
              skos:semanticRelation ili:i99418.

# Relation labels
dc:subject rdfs:label "Subject"@en.
wn:ili rdfs:label "interlingual index"@en.
dc11:subject rdfs:label "Subject"@en.
skos:closeMatch rdfs:label "has close match"@en.
skos:exactMatch rdfs:label "has exact match"@en.
skos:mappingRelation rdfs:label "is in mapping relation with"@en.
skos:semanticRelation rdfs:label "is in semantic relation with"@en.

