Home » Uncategorized

Getting Started with Jupyter+IntelligentGraph

9636855665

Since IntelligentGraph combines Knowledge Graphs with embedded data analytics, Jupyter is an obvious choice as a data analysts€™ IntelligentGraph workbench. 

9624127670

The following are screen-captures of a Jupyter-Notebook session showing how Jupyter can be used as an IDE for IntelligentGraph to perform all of the following:

  • Create a new IntelligentGraph repository
  • Add nodes to that repository
  • Add calculation nodes to the same repository
  • Navigate through the calculated results
  • Query the results using SPARQL

GettingStarted is available as a JupyterNotebook here: GettingStarted JupyterNotebook

Images of the GettingStarted JupyterNotebook follow:

GettingStarted

9635856065

9624141668962414208796241424749624143060

SPARQLing

Using the Jupyter ISparql, we can easily perform SPARQL queries over the same IntelligentGraph created above. The notebook is available here:

GettingStartedSPARQL.ipynb

9624143488

GettingStarted Using SPARQL

We do not have to use Java to script our interaction with the repository. We can always use SPARQL directly as described by the following Jupyter Notebook

GettingStartedIntelligentGraph-SPARQL.pynb

9624143701

9624144453

9624144662

9624144875