@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 subject" ; foaf:primaryTopic sioc:subject . 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 subject" . dc:format "text/n3" ; dcterms:title "Notation3 description of subject" . dc:format "text/plain" ; dcterms:title "NTriples description of subject" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of subject" . dc:format "text/turtle" ; dcterms:title "Turtle description of subject" . sioc: a owl:Ontology, owl:Thing ; dcterms:title "SIOC Core Ontology Namespace"@en . sioc:Post a owl:Class ; rdfs:label "Post"@en . sioc:subject a owl:DatatypeProperty, owl:DeprecatedProperty ; rdfs:label "subject"@en ; rdfs:comment "Keyword(s) describing subject of the Post."@en ; rdfs:domain sioc:Post ; rdfs:isDefinedBy sioc: ; rdfs:range rdfs:Literal ; owl:versionInfo "This property is deprecated. Use dcterms:subject from the Dublin Core ontology for text keywords and sioc:topic if the subject can be represented by a URI instead." . [] a ov:RequestedDocument ; dcterms:source .