@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:notknownto .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
wdrs:notknownto	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:notknownto	rdfs:label	"not known to"@en ;
	rdfs:range	wdrs:Processor .
@prefix ns5:	<http://www.w3.org/TR/powder-dr/#> .
wdrs:notknownto	rdfs:isDefinedBy	ns5:powderprocessor ;
	rdfs:comment	"Property used in results returned from a POWDER Processor that has no data about the candidate resource. The value is the IRI of the processor."@en .
@prefix ns6:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:notknownto	wdrs:describedby	ns6:powder-s .