@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix : <#> .

<> a foaf:Document . 
<> rdfs:label "DIY Linked Data Doc About: kidehen" .
<> rdfs:comment "Simple Turtle File That Describes Entity: kidehen " .
<> foaf:primaryTopic :this .
<> foaf:maker :this .
:this a foaf:Person . 
:this wdrs:describedby <> . 
:this owl:sameAs <http://kingsley.idehen.net/dataspace/person/kidehen#this> .
:this owl:sameAs <http://id.myopenlink.net/dataspace/person/KingsleyUyiIdehen#this> .
:this owl:sameAs <http://myopenlink.net/dataspace/person/kidehen#this> .
:this owl:sameAs <http://graph.facebook.com/605980750#> .
:this foaf:page <http://graph.facebook.com/kidehen> .
:this foaf:page <http://twitter.com/kidehen> .
:this foaf:page <https://plus.google.com/112399767740508618350/about> .
:this foaf:page <http://www.openlinksw.com/blog/~kidehen> . 
