@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:term .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
awol:term	rdf:type	owl:DatatypeProperty ,
		owl:FunctionalProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
awol:term	rdfs:label	"term"@en ;
	rdfs:domain	awol:Category .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
awol:term	rdfs:range	xsd:string ;
	rdfs:comment	"see \u00A74.2.2.1 of rfc 4287. Identifies the category"@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
awol:term	skos:editorialNote	"should specify that there is exactly one term"@en .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
awol:term	wdrs:describedby	<http://kingsley.idehen.net/about/id/entity/http/bblfish.net/work/atom-owl/2006-06-06/> .
_:vb151414442	rdf:first	awol:term .