@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:data_error .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
wdrs:data_error	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:data_error	rdfs:label	"data error"@en ;
	rdfs:domain	wdrs:Document .
@prefix ns5:	<http://www.w3.org/TR/powder-dr/#> .
wdrs:data_error	rdfs:isDefinedBy	ns5:ppErrorhandling ;
	rdfs:comment	"A property denoting a description of the specific error found in a given POWDER document."@en .
@prefix ns6:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:data_error	wdrs:describedby	ns6:powder-s .