@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix dcterms:	<http://purl.org/dc/terms/> .
@prefix ns2:	<http://purl.org/dc/terms/hasPart#> .
dcterms:hasPart	foaf:topic	ns2:this .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns4:	<http://kingsley.idehen.net/about/id/entity/http/purl.org/dc/terms/> .
ns2:this	owl:sameAs	ns4:hasPart .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
ns2:this	wdrs:describedby	ns4:hasPart .