@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:Entry .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:Entry	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:Entry	rdfs:label	"Entry Class"@en ;
	rdfs:comment	"see \u00A74.1.2 of the rfc 4287 spec"@en ;
	rdfs:subClassOf	awol:Version .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:Entry	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
awol:aggregates	rdfs:range	awol:Entry .
awol:content	rdfs:domain	awol:Entry .
awol:contains	rdfs:range	awol:Entry .
awol:entry	rdfs:range	awol:Entry .
awol:source	rdfs:domain	awol:Entry .
awol:published	rdfs:domain	awol:Entry .
awol:summary	rdfs:domain	awol:Entry .
_:vb151414427	rdf:first	awol:Entry .