@base <https://wordnet.dk/dannet/external/skos/mappingRelation> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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/> .

skos:mappingRelation rdfs:subPropertyOf skos:mappingRelation, skos:semanticRelation;
                     rdf:type owl:ObjectProperty, rdf:Property;
                     rdfs:comment "These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice."@en;
                     skos:definition "Relates two concepts coming, by convention, from different schemes, and that have comparable meanings"@en;
                     rdfs:isDefinedBy "<http://www.w3.org/2004/02/skos/core>";
                     rdfs:label "is in mapping relation with"@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
skos:mappingRelation rdfs:label "is in mapping relation with"@en.
skos:definition rdfs:label "definition"@da, "definition"@en.
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
skos:semanticRelation rdfs:label "is in semantic relation with"@en.
owl:ObjectProperty rdfs:label "ObjectProperty", "objekt-egenskab"@da.
rdfs:label rdfs:label "label", "etiket"@da.
"<http://www.w3.org/2004/02/skos/core>" dc:title "SKOS Vocabulary"@en.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".

