@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 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:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:Content	rdfs:label	"Content Class"@en ;
	rdfs:comment	"see \u00A74.1.3 in rfc 4287 One way to think of this is as a class that represents what one can get from an HTTP connection. It has a body, and a number of headers, info such as mime-type, content-lenght, etc... ."@en .
@prefix ns5:	<http://sw.nokia.com/WebArch-1/> .
awol:Content	rdfs:subClassOf	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:TextContent	rdfs:subClassOf	awol:Content .
awol:XML	rdfs:subClassOf	awol:Content .
awol:content	rdfs:range	awol:Content .
awol:body	rdfs:domain	awol:Content .
awol:lang	rdfs:domain	awol:Content .
awol:length	rdfs:domain	awol:Content .
awol:src	rdfs:domain	awol:Content .
awol:type	rdfs:domain	awol:Content .