@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 ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@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:partOfSpeech rdfs:comment "The syntactic class of the entry, e.g., noun, verb"@en;
                rdfs:label "part of speech"@en;
                rdfs:range wn:PartOfSpeech;
                rdfs:domain ontolex:LexicalEntry;
                rdf:type owl:ObjectProperty.

# Relation labels
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:range rdfs:label "range", "værdimængde"@da.
wn:PartOfSpeech rdfs:label "part of speech"@en.
rdfs:domain rdfs:label "domain", "definitionsmængde"@da.
ontolex:LexicalEntry rdfs:label "înregistrare lexicală"@ro, "entrata lessicale"@it, "leksikalsk opslagsord"@da,
                                "leksikale inskrywing"@af, "entrée lexicale"@fr, "entrada léxica"@es,
                                "Lexikoneintrag"@de, "lexikoningång"@sv, "lexical entry"@en, "lexikaal item"@nl,
                                "словарная единица"@ru.
rdf:type rdfs:label "type"@da, "type".
owl:ObjectProperty rdfs:label "ObjectProperty", "objekt-egenskab"@da.

