@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:generator .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:generator	rdf:type	owl:FunctionalProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:generator	rdfs:label	"generator"@en ;
	rdfs:domain	awol:Feed ;
	rdfs:range	awol:Generator ;
	rdfs:comment	"see \u00A74.2.4 of rfc 4287. The generator of the object"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
awol:generator	skos:editorialNote	"The domain should really just be awol:Version. I don't see why Entries can't have an generator too (especially as atom:entry can be a top level content)."@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:generator	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .