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