@prefix rdf: . @prefix sioc: . @prefix owl: . sioc:content rdf:type owl:DatatypeProperty . @prefix rdfs: . @prefix ns4: . sioc:content rdfs:subPropertyOf ns4:hashablecontent ; rdfs:comment "The content of the Item in plain text format."@en ; rdfs:domain sioc:Item ; rdfs:isDefinedBy sioc: ; rdfs:label "content"@en ; rdfs:range rdfs:Literal . @prefix pwdr: . @prefix ns6: . sioc:content pwdr:describedby ns6:ns . @prefix ns7: . sioc:content pwdr:describedby ns7:virtrdf-hashtag .