@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:uri .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:uri	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:uri	rdfs:label	"a uri"@en ;
	rdfs:domain	_:vb151414437 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
awol:uri	rdfs:range	xsd:anyURI ;
	rdfs:comment	"see \u00A74.2.4 of rfc 4287. A uri associated the Generator"@en ,
		"see \u00A73.2.2 of rfc 4287. A uri associated the Person"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
awol:uri	skos:editorialNote	"the uri with subject awol:Agent and :Generator are really the same relation"@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:uri	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .