@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:scheme .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:scheme	rdf:type	owl:FunctionalProperty ,
		owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:scheme	rdfs:label	"catgegorization scheme"@en ;
	rdfs:domain	awol:Category .
@prefix ns5:	<http://sw.nokia.com/WebArch-1/> .
awol:scheme	rdfs:range	ns5:InformationResource ;
	rdfs:comment	"see \u00A74.2.2.2 of rfc 4287. Identifies a categorization scheme."@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:scheme	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .