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