@base <https://wordnet.dk/dannet/external/skos/exactMatch> .
@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#> .

skos:exactMatch rdfs:subPropertyOf skos:mappingRelation, skos:closeMatch, skos:exactMatch, skos:semanticRelation;
                rdf:type owl:SymmetricProperty, owl:TransitiveProperty, owl:ObjectProperty, rdf:Property;
                rdfs:comment "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."@en;
                skos:definition "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@en;
                rdfs:isDefinedBy "<http://www.w3.org/2004/02/skos/core>";
                rdfs:label "has exact match"@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.
owl:SymmetricProperty rdfs:label "SymmetricProperty".
rdfs:subPropertyOf rdfs:label "underegenskab af"@da, "subPropertyOf".
skos:closeMatch rdfs:label "has close match"@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.
owl:TransitiveProperty rdfs:label "TransitiveProperty".
owl:ObjectProperty rdfs:label "ObjectProperty", "objekt-egenskab"@da.
rdfs:label rdfs:label "label", "etiket"@da.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".

