@base <https://wordnet.dk/dannet/external/wn/noun> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix wn: <https://globalwordnet.github.io/schemas/wn#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

wn:noun rdfs:label "noun"@en;
        rdf:type wn:PartOfSpeech.

# Relation labels
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
wn:PartOfSpeech rdfs:label "part of speech"@en.

