## Turtle Start ## @prefix opllic: . @prefix schema: . # @prefix foaf: . @prefix owl: . @prefix : <#> . ## Person [ a schema:Person ; owl:sameAs :me ; schema:name "Kingsley Idehen" ; owl:sameAs ] schema:seeks [ a schema:Offer ; owl:sameAs :wantsItemOffered1 ; schema:itemOffered [ a opllic:License ; opllic:productLicenseOf [ a schema:SoftwareApplication ; owl:sameAs :ODBC-JDBC-Bridge-SoftwareApp ; 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 ; owl:sameAs :itemMakerPage ; schema:name "OpenLink Software" ] schema:offers [ a schema:Offer ; owl:sameAs :itemOffered1 ; schema:itemOffered [ a opllic:License ; owl:sameAs :ODBC-JDBC-Bridge-SoftwareApp ; 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 ; owl:sameAs :ODBC-JDBC-Bridge-SoftwareApp ; 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 ##