datasets
This module contains a number of common tasks using the RDFLib Dataset class.
An RDFLib Dataset is an object that stores multiple Named Graphs - instances of RDFLib Graph identified by IRI - within it and allows whole-of-dataset or single Graph use.
Dataset extends Graph’s Subject, Predicate, Object structure to include Graph - archaically called Context - producing quads of s, p, o, g.
There is an older implementation of a Dataset-like class in RDFLib < 7.x called ConjunctiveGraph that is now deprecated.
Sections in this module:
- Creating & Growing Datasets
- Looping & Counting triples/quads in Datasets
- Manipulating Graphs with Datasets
Attributes:
-
d– -
g_no_id– -
g_with_id– -
graph_1_id–