@base <https://wordnet.dk/dannet/external/wn/definition> .
@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:definition rdfs:comment "A definition of the synset"@en;
              rdfs:label "definition"@en;
              rdfs:range wn:Definition;
              rdfs:domain ontolex:LexicalConcept;
              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:Definition rdfs:label "definition"@en.
rdfs:domain rdfs:label "domain", "definitionsmængde"@da.
ontolex:LexicalConcept rdfs:label "lexical concept"@en, "lexikalisches Konzept"@de, "leksikale konsep"@af,
                                  "leksikalsk begreb"@da, "conceito léxico"@pt, "concepto lexicalizado"@es,
                                  "concetto lessicale"@it, "lexikaliskt begrepp"@sv, "concept lexical"@fr,
                                  "lexikaal concept"@nl, "лексическое понятие"@ru, "concept lexical"@ro.
rdf:type rdfs:label "type"@da, "type".
owl:ObjectProperty rdfs:label "ObjectProperty", "objekt-egenskab"@da.

