@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
@prefix ns2:	<http://purl.org/dc/elements/1.1/title#> .
dc:title	owl:sameAs	ns2:this .
@prefix ns3:	<http://kingsley.idehen.net/about/id/entity/http/purl.org/dc/elements/1.1/> .
ns2:this	owl:sameAs	ns3:title .