@base <https://wordnet.dk/dannet/schema/linkedConcept> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wn: <https://globalwordnet.github.io/schemas/wn#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dns: <https://wordnet.dk/dannet/schema/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

dns:linkedConcept rdfs:subPropertyOf skos:mappingRelation, skos:closeMatch, dns:linkedConcept, skos:exactMatch,
                                     skos:semanticRelation;
                  rdfs:isDefinedBy "<https://wordnet.dk/dannet/schema>";
                  owl:inverseOf wn:ili;
                  rdfs:comment "The outgoing link to a lexical concept/synset from its designated Interlingual Index."@en,
                               "Den udgående forbindelse til et leksikalsk begreb/synset fra dets noterede Interlingual Index."@da;
                  rdfs:label "forbundet begreb"@da, "linked concept"@en;
                  rdf:type owl:ObjectProperty;
                  rdfs:seeAlso "<https://wordnet.dk/dannet/schema>".

# Relation labels
rdf:type rdfs:label "type"@da, "type".
skos:mappingRelation rdfs:label "is in mapping relation with"@en.
rdfs:seeAlso rdfs:label "se også"@da, "seeAlso".
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
skos:closeMatch rdfs:label "has close match"@en.
dns:linkedConcept rdfs:label "forbundet begreb"@da, "linked concept"@en.
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
skos:exactMatch rdfs:label "has exact match"@en.
skos:semanticRelation rdfs:label "is in semantic relation with"@en.
"<https://wordnet.dk/dannet/schema>" dc:title "DanNet-skema"@da, "DanNet schema"@en;
                                     dc11:title "DanNet-skema"@da, "DanNet schema"@en.
owl:ObjectProperty rdfs:label "ObjectProperty", "objekt-egenskab"@da.
rdfs:label rdfs:label "label", "etiket"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
owl:inverseOf rdfs:label "inverseOf", "modsat"@da.
wn:ili rdfs:label "interlingual index"@en.

