@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://www.w3.org/2007/05/> .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
ns1:powder-s	foaf:topic	wdrs:Document .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:Document	rdf:type	rdfs:Class ;
	rdfs:label	"POWDER document"@en .
@prefix ns5:	<http://www.w3.org/TR/powder-dr/#> .
wdrs:Document	rdfs:isDefinedBy	ns5:structure ;
	rdfs:comment	"A POWDER document."@en .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
wdrs:Document	rdfs:subClassOf	owl:Ontology .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:Document	wdrs:describedby	ns7:powder-s .
wdrs:data_error	rdfs:domain	wdrs:Document .