## Turtle Start ## ## Person literally identified by "Kingsley Idehen" seeks ## an Offer for a Product at some price [ a foaf:Person ; foaf:name "Kingsley Idehen" ] schema:seeks [ a schema:Offer ; schema:itemOffered [ a schema:Product ] ; schema:priceSpecification [ a schema:PriceSpecification ] ] . ## Person literally identified by "Kingsley Idehen" seeks ## a Software Application from a company ## identified by @prefix schema: . @prefix foaf: . @prefix virtuoso: . @prefix odbc-jdbc-bridge-st: . [ a foaf:Person ; foaf:name "Kingsley Idehen" ] schema:seeks [ a schema:SoftwareApplication ; schema:identifier odbc-jdbc-bridge-st:this ; schema:name "OpenLink ODBC to JDBC Bridge Driver" ; schema:description """A high-performance ODBC Driver for connecting to JDBC Data Sources. This Driver enables ODBC connectivity to existing ODBC-Compliant Applications from Data Sources that are JDBC-accessible. """@en ; schema:creator ] , [ a schema:SoftwareApplication ; schema:identifier virtuoso:this ; schema:name "Virtuoso Universal Server" ; schema:description """A high-performance, secure, and scalable platform for developing, deploying, and exploiting personal and enterprise Knowledge Graphs. """@en ; schema:creator ] . ## Turtle End ##