@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:sha1sum .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
wdrs:sha1sum	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:sha1sum	rdfs:label	"SHA-1 sum"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
wdrs:sha1sum	rdfs:range	xsd:base64Binary .
@prefix ns6:	<http://www.w3.org/TR/powder-dr/#> .
wdrs:sha1sum	rdfs:isDefinedBy	ns6:certification ;
	rdfs:comment	"Links to a Base64-encoded binary SHA-1 hash of the described resource. May be used by POWDER Processors when assessing trustworthiness of a DR."@en .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:sha1sum	wdrs:describedby	ns7:powder-s .