@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sioc: . rdfs:Literal a rdfs:Class ; rdfs:label "Literal" . owl:DatatypeProperty a rdfs:Class ; rdfs:label "DatatypeProperty" . owl:ObjectProperty a rdfs:Class ; rdfs:label "ObjectProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of read at" ; foaf:primaryTopic sioc:read_at . 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:domain a rdf:Property ; rdfs:label "domain" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of read at" . dc:format "text/n3" ; dcterms:title "Notation3 description of read at" . dc:format "text/plain" ; dcterms:title "NTriples description of read at" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of read at" . dc:format "text/turtle" ; dcterms:title "Turtle description of read at" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:Item a owl:Class ; rdfs:label "Item"@en . sioc:read_at a owl:DatatypeProperty, owl:ObjectProperty ; rdfs:label "read at"@en ; rdfs:comment "When this was read, in ISO 8601 format."@en ; rdfs:domain sioc:Item ; rdfs:isDefinedBy sioc: ; rdfs:range rdfs:Literal . [] a ov:RequestedDocument ; dcterms:source .