Founder and CEO of OpenLink Software, a leading Data Access, Data Management, and Data Integration Technology provider.
Experienced and passionate about all matters relating to data management (multi-model SQL, SPARQL, and NoSQL RDBMS), Data Access (HTTP-based Linked Data, ODBC, JDBC, ADO.NET, OLE-DB), Data Integration, and Conceptual Data Virtualization (via Semantic Web of Linked Data).
Additional profile information written using RDF-Turtle notation.
## Turtle Start ##
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cert: <http://www.w3.org/ns/auth/cert#> .
@prefix : <#> .
# Profile Document Metadata
<> rdf:type foaf:Document, foaf:PersonalProfileDocument, schema:WebPage, schema:CreativeWork .
<> foaf:maker :i .
<> foaf:primaryTopic :i .
<> schema:mainEntity :i .
<> schema:dateCreated "2020-07-12"^^xsd:dateTime .
<> schema:creator :i .
<> schema:name "Kingsley Uyi Idehen's Profile Document" .
# Personal Information
:i schema:mainEntityOf <> .
:i schema:mainEntityOf <https://www.facebook.com/kidehen/> .
:i schema:mainEntityOf <https://www.linkedin.com/in/kidehen/> .
:i schema:mainEntityOf <https://www.twitter.com/kidehen/> .
:i rdf:type schema:Person, foaf:Person .
:i schema:name "Kingsley Uyi Idehen" .
:i owl:sameAs <https://www.facebook.com/kidehen#this> .
:i owl:sameAs <https://www.linkedin.com/in/kidehen#this> .
:i owl:sameAs <https://www.twitter.com/kidehen#this> .
# Crypto Information for Encoding Information that can only be read by me
## Turtle End ##