@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:aggregates .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:aggregates	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:aggregates	rdfs:label	"aggregates"@en ;
	rdfs:domain	awol:Feed ;
	rdfs:range	awol:Entry ;
	rdfs:comment	"The feed aggregates this given Entry.  See \u00A74.1.1 of rfc4287. This means that the entry does not have the feed as its source. The entry was taken from a different feed."@en ;
	rdfs:subPropertyOf	awol:content .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
awol:aggregates	skos:editorialNote	"This relation is not visible in the rfc4287 xml. It is not clear that it is needed either, though it can help simplify queries. See also N3 rule that defines this precisely " .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:aggregates	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
_:vb151414463	rdf:predicate	awol:aggregates .