@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdfs:Class a rdfs:Class, owl:Class ; rdfs:label "Class" . owl:InverseFunctionalProperty a rdfs:Class ; rdfs:label "InverseFunctionalProperty" ; rdfs:comment "The class of inverse-functional properties." ; rdfs:isDefinedBy owl: ; rdfs:subClassOf owl:ObjectProperty . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of InverseFunctionalProperty" ; foaf:primaryTopic owl:InverseFunctionalProperty . 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:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:subClassOf a rdf:Property ; rdfs:label "subClassOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of InverseFunctionalProperty" . dc:format "text/n3" ; dcterms:title "Notation3 description of InverseFunctionalProperty" . dc:format "text/plain" ; dcterms:title "NTriples description of InverseFunctionalProperty" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of InverseFunctionalProperty" . dc:format "text/turtle" ; dcterms:title "Turtle description of InverseFunctionalProperty" . [] a ov:RequestedDocument ; dcterms:source .