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

lexinfo:PartOfSpeech rdfs:subClassOf lexinfo:PartOfSpeech;
                     rdfs:label "part of speech"@en;
                     rdf:type owl:Class.

# Relation labels
rdfs:subClassOf rdfs:label "underklasse af"@da, "subClassOf".
lexinfo:PartOfSpeech rdfs:label "part of speech"@en.
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
owl:Class rdfs:label "Class", "klasse"@da.

