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