@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:describedby .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
wdrs:describedby	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wdrs:describedby	rdfs:label	"described by"@en .
@prefix ns5:	<http://www.w3.org/TR/powder-dr/#> .
wdrs:describedby	rdfs:isDefinedBy	ns5:semlink ;
	rdfs:comment	"An RDF property to exactly match the describedby relationship type introduced in http://www.w3.org/TR/powder-dr/#assoc-linking and formally defined in appendix D of the same document, i.e. the relationship A 'describedby' B asserts that resource B provides a description of resource A. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource."@en .
@prefix ns6:	<http://kingsley.idehen.net/about/id/entity/http/www.w3.org/2007/05/> .
wdrs:describedby	wdrs:describedby	ns6:powder-s .