@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://xmlns.com/foaf/0.1/topic#> .
foaf:topic	foaf:topic	ns1:this .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix ns3:	<http://kingsley.idehen.net/about/id/entity/http/xmlns.com/foaf/0.1/> .
ns1:this	owl:sameAs	ns3:topic .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
ns1:this	wdrs:describedby	ns3:topic .