@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . dcterms:Standard a rdfs:Class ; rdfs:label "Standard"@en ; dcterms:issued "2008-01-14"^^xsd:date ; rdfs:comment "A reference point against which other things can be evaluated or compared."@en ; rdfs:isDefinedBy dcterms: . rdfs:Class a rdfs:Class, owl:Class ; rdfs:label "Class" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Standard" ; foaf:primaryTopic dcterms:Standard . dcterms:issued a rdf:Property ; rdfs:label "Date Issued"@en . 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 Standard" . dc:format "text/n3" ; dcterms:title "Notation3 description of Standard" . dc:format "text/plain" ; dcterms:title "NTriples description of Standard" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Standard" . dc:format "text/turtle" ; dcterms:title "Turtle description of Standard" . dcterms: dcterms:title "DCMI Metadata Terms - other"@en . [] a ov:RequestedDocument ; dcterms:source .