@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sioc:	<http://rdfs.org/sioc/ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
sioc:description	rdf:type	owl:DatatypeProperty ,
		owl:DeprecatedProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
sioc:description	rdfs:label	"description"@en ;
	rdfs:domain	sioc:Post ;
	rdfs:range	rdfs:Literal ;
	rdfs:isDefinedBy	sioc: ;
	rdfs:comment	"The content of the Post."@en ;
	owl:versionInfo	"This property is deprecated. Use sioc:content or other methods (AtomOwl, content:encoded from RSS 1.0, etc.) instead." .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns5:	<http://kingsley.idehen.net/about/id/entity/http/rdfs.org/sioc/> .
sioc:description	wdrs:describedby	ns5:ns .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns7:	<http://rdfs.org/sioc/> .
ns7:ns	foaf:topic	sioc:description .