## Turtle Start ## @prefix opllic: . @prefix schema: . # @prefix foaf: . ## Person [ a schema:Person ; schema:name "Kingsley Idehen" ] schema:seeks [ a schema:Offer ; schema:itemOffered [ a opllic:License ; opllic:productLicenseOf [ a schema:SoftwareApplication ; 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 ] ] ] . ## Organization [ a schema:Organization ; schema:name "OpenLink Software" ] schema:offers [ a schema:Offer ; schema:itemOffered [ a opllic:License ; opllic:productLicenseOf [ a schema:SoftwareApplication ; 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 ] ] ] ; schema:creator [ a schema:SoftwareApplication ; 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 ] . ## Turtle End ##