@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix awol:	<http://bblfish.net/work/atom-owl/2006-06-06/#> .
<http://bblfish.net/work/atom-owl/2006-06-06/>	foaf:topic	awol:content .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:aggregates	rdfs:subPropertyOf	awol:content .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:content	rdf:type	owl:ObjectProperty ,
		owl:FunctionalProperty ;
	rdfs:label	"content"@en ;
	rdfs:domain	awol:Entry ;
	rdfs:range	awol:Content ;
	rdfs:comment	"See \u00A74.1.3 of rfc 4287 spec. The content of an Entry, a Link or any of the relation types that are the object of awol:rel properties"@en .
@prefix ns5:	<http://sw.nokia.com/WebArch-1/> .
awol:content	rdfs:subPropertyOf	ns5:representation .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:content	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
awol:subtitle	rdfs:subPropertyOf	awol:content .