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

wn:PartOfSpeech owl:oneOf _:6c0bce5c367b775dc0de8d8f4fe4914e;
                rdfs:comment "The syntactic class of the entry, e.g., noun, verb"@en;
                rdfs:label "part of speech"@en;
                rdf:type owl:Class.

_:6c0bce5c367b775dc0de8d8f4fe4914e rdf:rest _:01f0cabb3dc519631f6cb95fcbcae3cf;
                                   rdf:first wn:noun.

# Relation labels
owl:oneOf rdfs:label "oneOf".
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
owl:Class rdfs:label "Class", "klasse"@da.

