@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
owl:Nothing	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
owl:Nothing	rdfs:label	"Nothing" ;
	rdfs:isDefinedBy	owl: ;
	rdfs:comment	"This is the empty class." ;
	rdfs:subClassOf	owl:Thing .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns4:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2002/07/> .
owl:Nothing	wdrs:describedby	ns4:owl .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns6:	<http://www.w3.org/2002/07/> .
ns6:owl	foaf:topic	owl:Nothing .