@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . rdf:Property a rdfs:Class ; rdfs:label "Property" . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . owl:SymmetricProperty a rdfs:Class ; rdfs:label "SymmetricProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of has related match" ; foaf:primaryTopic skos:relatedMatch . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:subPropertyOf a rdf:Property ; rdfs:label "subPropertyOf" . skos:definition a rdf:Property, owl:AnnotationProperty ; rdfs:label "definition"@en . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of has related match" . dc:format "text/n3" ; dcterms:title "Notation3 description of has related match" . dc:format "text/plain" ; dcterms:title "NTriples description of has related match" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of has related match" . dc:format "text/turtle" ; dcterms:title "Turtle description of has related match" . a owl:Ontology ; dcterms:title "SKOS Vocabulary"@en . skos:mappingRelation a rdf:Property, owl:ObjectProperty ; rdfs:label "is in mapping relation with"@en . skos:related a rdf:Property, owl:ObjectProperty, owl:SymmetricProperty ; rdfs:label "has related"@en . skos:relatedMatch a rdf:Property, owl:ObjectProperty, owl:SymmetricProperty ; rdfs:label "has related match"@en ; rdfs:isDefinedBy ; rdfs:subPropertyOf skos:mappingRelation, skos:related ; skos:definition "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes."@en . [] a ov:RequestedDocument ; dcterms:source .