Skip to content

Instantly share code, notes, and snippets.

@lindenb
Created February 8, 2010 21:41
Show Gist options
  • Save lindenb/298606 to your computer and use it in GitHub Desktop.
Save lindenb/298606 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#" xmlns:doac="http://ramonantonio.net/doac/0.1/">
<foaf:PersonalProfileDocument rdf:about="">
<foaf:maker rdf:resource="http://code.google.com/p/lindenb/source/browse/trunk/src/xsl/linkedin2foaf.xsl"/>
<foaf:primaryTopic rdf:resource="http://www.linkedin.com/ppl/webprofile?id=152036"/>
</foaf:PersonalProfileDocument>
<foaf:Person rdf:about="http://www.linkedin.com/ppl/webprofile?id=152036">
<foaf:name>Kingsley Idehen</foaf:name>
<foaf:givenname>Kingsley</foaf:givenname>
<foaf:family_name>Idehen</foaf:family_name>
<foaf:depiction>
<foaf:Image rdf:about="http://media.linkedin.com/mpr/pub/image-h9Dm7xtBA-A635DFgKbI7176Aaq5bsIFg1BA7ieXIe4K__YZ/kingsley-idehen.jpg">
<dc:title>Kingsley Idehen</dc:title>
</foaf:Image>
</foaf:depiction>
<doac:summary>CEO at OpenLink Software</doac:summary>
<foaf:homepage rdf:resource="http://www.openlinksw.com"/>
<foaf:holdsAccount>
<foaf:OnlineAccount rdf:about="http://twitter.com/kidehen">
<foaf:accountName>kidehen</foaf:accountName>
<foaf:accountServiceHomepage rdf:resource="http://twitter.com"/>
</foaf:OnlineAccount>
</foaf:holdsAccount>
<foaf:homepage rdf:resource="http://www.openlinksw.com/blog/~kidehen/"/>
<doac:skill>services.</doac:skill>
<doac:skill>professional</doac:skill>
<doac:skill>sparul</doac:skill>
<doac:skill>sparql</doac:skill>
<doac:skill>sql</doac:skill>
<doac:skill>xml</doac:skill>
<doac:skill>rdf</doac:skill>
<doac:skill>oledb</doac:skill>
<doac:skill>ado.net</doac:skill>
<doac:skill>jdbc</doac:skill>
<doac:skill>odbc</doac:skill>
<doac:skill>client-server</doac:skill>
<doac:skill>web</doac:skill>
<doac:skill>semantic</doac:skill>
<doac:skill>rest</doac:skill>
<doac:skill>data</doac:skill>
<doac:skill>linked</doac:skill>
<doac:skill>middleware</doac:skill>
<doac:skill>access</doac:skill>
<doac:skill>data</doac:skill>
<doac:skill>universal</doac:skill>
<doac:skill>systems</doac:skill>
<doac:skill>management</doac:skill>
<doac:skill>database</doac:skill>
<doac:skill>relational</doac:skill>
<doac:skill>management</doac:skill>
<doac:skill>data</doac:skill>
<doac:skill>master</doac:skill>
<doac:skill>integration</doac:skill>
<doac:skill>data</doac:skill>
<doac:skill>enterprise</doac:skill>
<foaf:homepage rdf:resource="http://www.openlinksw.com"/>
<foaf:holdsAccount>
<foaf:OnlineAccount rdf:about="http://twitter.com/kidehen">
<foaf:accountName>kidehen</foaf:accountName>
<foaf:accountServiceHomepage rdf:resource="http://twitter.com"/>
</foaf:OnlineAccount>
</foaf:holdsAccount>
<foaf:homepage rdf:resource="http://www.openlinksw.com/blog/~kidehen/"/>
<foaf:holdsAccount>
<foaf:OnlineAccount rdf:about="http://www.linkedin.com/ppl/webprofile?id=152036">
<foaf:accountServiceHomepage rdf:resource="http://www.linkedin.com"/>
</foaf:OnlineAccount>
</foaf:holdsAccount>
</foaf:Person>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment