@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:Processor .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:Processor	rdf:type	rdfs:Class ;
	rdfs:label	"POWDER processor"@en .
@prefix ns5:	<http://www.w3.org/TR/powder-dr/#> .
wdrs:Processor	rdfs:isDefinedBy	ns5:powderprocessor ;
	rdfs:comment	"A software agent able to process POWDER documents."@en .
@prefix dcterms:	<http://purl.org/dc/terms/> .
wdrs:Processor	rdfs:subClassOf	dcterms:Agent .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:Processor	wdrs:describedby	ns7:powder-s .
wdrs:notknownto	rdfs:range	wdrs:Processor .
wdrs:proc_error	rdfs:domain	wdrs:Processor .