Inquire about creating a graph data model

Again, have you read the post published by @danielhm that walks you through the process?

Fundamental steps are:

  1. Establish that you can query RDF data in Virtuoso using SPARQL
  2. Establish that you can query RDF data in Virtuoso using SQL via SPASQL (i.e., SPARQL inside SQL)
  3. Install the Virtuoso JDBC Driver
  4. Verify you can query Virtuoso via JDBC using SPASQL
  5. Install the OpenLink ODBC-JDBC Bridge Driver
  6. Verify you can query Virtuoso via an ODBC-JDBC based Data Source Name (DSN)

Successful completion of the steps above set you up to replicate what’s covered in the Neo4j, JDBC, and Virtuoso blog post by @danielhm

Related