@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:xhtml .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:xhtml	rdf:type	owl:InverseFunctionalProperty ,
		owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:xhtml	rdfs:label	"xhtml type" ;
	rdfs:domain	awol:XHTML .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
awol:xhtml	rdfs:range	xsd:string ;
	rdfs:comment	"see \u00A73.1.1.3 of rfc 4287. The datatype of xhtml text elements."@en ;
	rdfs:subPropertyOf	awol:body .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
awol:xhtml	skos:editorialNote	"Note that there is a tricky question concerning the xml div element. The xml:lang and xml:base elements are not in fact part of xhtml and it has been argued on the atom mailing list (28 June 2006) that the div is *not* part of the xhtml. We could have this be a special literal with the div, or we could remove the div and push the xml:lang and xml:base down (this would work only if there is one element beneath I suppose) or we would have to use the awol:lang and :base relations on the :Content object. "@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:xhtml	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .