@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
rdf:nil	rdf:type	rdf:List .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
rdf:nil	rdfs:label	"nil" ;
	rdfs:isDefinedBy	rdf: ;
	rdfs:comment	"The empty list, with no items in it. If the rest of a list is nil then the list has no more items in it." .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
rdf:nil	wdrs:describedby	<http://kingsley.idehen.net/about/id/http/www.w3.org/1999/02/22-rdf-syntax-ns> ,
		<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/1999/02/22-rdf-syntax-ns> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://www.w3.org/1999/02/22-rdf-syntax-ns>	foaf:topic	rdf:nil .