@base <https://wordnet.dk/dannet/schema/usedForObject> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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#> .

dns:usedForObject rdfs:isDefinedBy "<https://wordnet.dk/dannet/schema>";
                  rdfs:label "used for object"@en, "bruges til objekt"@da;
                  rdfs:comment "TODO; se <https://cst.ku.dk/projekter/dannet>."@da,
                               "TODO; see <https://cst.ku.dk/projekter/dannet>."@en;
                  rdfs:range ontolex:LexicalConcept;
                  rdfs:domain ontolex:LexicalConcept;
                  rdf:type wn:SynsetRelType.

# Relation labels
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:range rdfs:label "range", "værdimæ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.
rdfs:domain rdfs:label "domain", "definitionsmængde"@da.
rdf:type rdfs:label "type"@da, "type".
wn:SynsetRelType rdfs:label "synset relation type"@en.

