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