An open API service indexing awesome lists of open source software.

https://github.com/staylorx/sparql_tutorial

This is the very fine Jena SPARQL tutorial using Python notebooks, and using the results as Panda's DataFrames.
https://github.com/staylorx/sparql_tutorial

graphs ontology pandas python rdflib sparql tutorial

Last synced: 8 months ago
JSON representation

This is the very fine Jena SPARQL tutorial using Python notebooks, and using the results as Panda's DataFrames.

Awesome Lists containing this project

README

          

# sparql_tutorial

This is the Jena SPARQL tutorial updated using Python notebooks and using the results as Panda's DataFrames.

A fairly comprehensive tutorial on using SPARQL in Python, including,

- Converting the SPARQL request into a Pandas DataFrame. It's turning out to be a lot easier to manipulate the dataframe outside of the SPARQL query that inside it.
- Loading a graph via data and strings instead of files.
- A very good list of FILTER, UNION, GRAPH, etc... which I can take no credit for. This is a copy of the Apache Jena tutorial found here: https://jena.apache.org/tutorials/sparql.html

This does need some work in the conjunctive graph space.