@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:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:entry	rdfs:label	"entry relation"@en ;
	rdfs:domain	awol:Feed ;
	rdfs:range	awol:Entry ;
	rdfs:comment	"The feed contains the given Entry and that Entry has the feed as its source. See \u00A74.1.1 of rfc 4287. This relation is a little bit more specialised than the rfc 4287 entry element. It relates only awol:Feed objects to :Entry objects where the :Feed is a :source of the :Entry. See also the :source and :contains relations. "@en ;
	rdfs:subPropertyOf	awol:contains ,
		_:vb151414436 .
@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:source	owl:inverseOf	awol:entry .
_:vb151414449	rdf:predicate	awol:entry .