@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:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:Generator	rdfs:label	"Generator of feed"@en ;
	rdfs:comment	"see \u00A74.2.4 of rfc 4287 spec. Generator for the Feed. It has many properties in common with awol:Person"@en ;
	rdfs:subClassOf	foaf:Agent ;
	awol:retosNote	"is this an instance of the piece of software or the program itself? which is the agent"@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/> .
awol:generator	rdfs:range	awol:Generator .
awol:generatorVersion	rdfs:domain	awol:Generator .