We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b6d4d commit a29a421Copy full SHA for a29a421
python/example.py
@@ -40,5 +40,5 @@
40
41
# get an rdflib.Dataset (https://rdflib.readthedocs.io/en/stable/apidocs/rdflib.html#rdflib.Dataset)
42
ds = env2.to_rdflib_dataset()
43
-for graph in list(ds.contexts()):
+for graph in list(ds.graphs()):
44
print(f"Graph {graph.identifier} has {len(graph)} triples")
0 commit comments