@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdf:Property a rdfs:Class ; rdfs:label "Property" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of equivalentProperty" ; foaf:primaryTopic owl:equivalentProperty . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of equivalentProperty" . dc:format "text/n3" ; dcterms:title "Notation3 description of equivalentProperty" . dc:format "text/plain" ; dcterms:title "NTriples description of equivalentProperty" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of equivalentProperty" . dc:format "text/turtle" ; dcterms:title "Turtle description of equivalentProperty" . owl:equivalentProperty a rdf:Property ; rdfs:label "equivalentProperty" ; rdfs:comment "The property that determines that two given properties are equivalent." ; rdfs:domain rdf:Property ; rdfs:isDefinedBy owl: ; rdfs:range rdf:Property . [] a ov:RequestedDocument ; dcterms:source .