@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:TextContent .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:title	rdfs:range	awol:TextContent .
awol:HTML	rdfs:subClassOf	awol:TextContent .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:TextContent	rdf:type	owl:Class ;
	rdfs:label	"All Text Content Class"@en ;
	rdfs:comment	"see \u00A73.1 of rfc 4287. The text constructs."@en ;
	rdfs:subClassOf	awol:Content .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
awol:TextContent	skos:editorialNote	"Should awol:TextContent really be a sublcass of :Content ? If it is then all the properties that apply to text will also apply to :Content. If we want a :Content to be able to take properties such as :etag, this does not seem quite relevant to anything that is related to what should be the object of :title, :subtitle or :summary. Neither does :src really seem to be a relation that really makes sense there" .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:TextContent	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
awol:PlainText	rdfs:subClassOf	awol:TextContent .
awol:XHTML	rdfs:subClassOf	awol:TextContent .
awol:rights	rdfs:range	awol:TextContent .
awol:subtitle	rdfs:range	awol:TextContent .
awol:summary	rdfs:range	awol:TextContent .