@prefix rdfs: . @prefix rdf: . rdf:type rdfs:label "type" . rdfs:label rdfs:label "label" . @prefix skos: . skos:definition rdfs:label "definition"@en . skos:broadMatch rdfs:label "has broad match" . skos:closeMatch rdfs:label "has close match"@en . @prefix owl: . skos:exactMatch rdf:type owl:TransitiveProperty , owl:ObjectProperty , rdf:Property , owl:SymmetricProperty ; rdfs:label "has exact match"@en . @prefix ns4: . skos:exactMatch rdfs:isDefinedBy ns4:core ; rdfs:comment "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."@en ; rdfs:subPropertyOf skos:closeMatch ; 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 . skos:narrowMatch rdfs:label "has narrow match" .