@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:certified .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
wdrs:certified	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:certified	rdfs:label	"certified"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
wdrs:certified	rdfs:range	xsd:boolean .
@prefix ns6:	<http://www.w3.org/TR/powder-dr/#> .
wdrs:certified	rdfs:isDefinedBy	ns6:certification ;
	rdfs:comment	"A property that takes a Boolean value to declare whether the author of the data certifies the described resource."@en .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:certified	wdrs:describedby	ns7:powder-s .