Skip to content

Processing an RDF Graph

Tiffany J. Callahan edited this page Oct 5, 2022 · 1 revision

Working with RDF Graphs


Objective

The goal of this Jupyter Notebook (RDF_Graph_Processing_Example.ipynb) is to provide some examples of how to manipulate RDF (Resource Description Framework) graphs using the Python libraries RDFLib and NetworkX. This tutorial will cover the following concepts:

Clone this wiki locally