@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:DeprecatedProperty a rdfs:Class ; rdfs:label "DeprecatedProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of title" ; foaf:primaryTopic sioc:title . 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" . owl:versionInfo a owl:AnnotationProperty ; rdfs:label "versionInfo" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of title" . dc:format "text/n3" ; dcterms:title "Notation3 description of title" . dc:format "text/plain" ; dcterms:title "NTriples description of title" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of title" . dc:format "text/turtle" ; dcterms:title "Turtle description of title" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:Post a owl:Class ; rdfs:label "Post"@en . sioc:title a owl:DatatypeProperty, owl:DeprecatedProperty ; rdfs:label "title"@en ; rdfs:comment "This is the title (subject line) of the Post. Note that for a Post within a threaded discussion that has no parents, it would detail the topic thread."@en ; rdfs:domain sioc:Post ; rdfs:isDefinedBy sioc: ; rdfs:range rdfs:Literal ; owl:versionInfo "This property is deprecated. Use dcterms:title from the Dublin Core ontology instead." . [] a ov:RequestedDocument ; dcterms:source .