@base <https://wordnet.dk/dannet/external/skos/closeMatch> .
@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:closeMatch rdfs:subPropertyOf skos:mappingRelation, skos:closeMatch, skos:semanticRelation;
                rdf:type owl:SymmetricProperty, owl:ObjectProperty, rdf:Property;
                skos:definition "skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of \"compound errors\" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property."@en;
                rdfs:isDefinedBy "<http://www.w3.org/2004/02/skos/core>";
                rdfs:label "has close 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: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.

