@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:source .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:source	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:source	rdfs:label	"source feed"@en ;
	rdfs:domain	awol:Entry ;
	rdfs:range	awol:Feed ;
	rdfs:comment	"See \u00A74.2.11 of rfc 4287 spec. The source feed where the entry was found"@en ;
	owl:inverseOf	awol:entry .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
awol:source	skos:editorialNote	"This is indeed not really needed. But it is useful for explaining the relation between the source element in rfc 4287 and the awol:entry relation. It has educational value." ;
	awol:eliasNote	"This relation is not strictly necessary."@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:source	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
_:vb151414436	owl:inverseOf	awol:source .
_:vb151414460	rdf:predicate	awol:source .