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 db7313a commit 528465cCopy full SHA for 528465c
docs/upgrade6to7.rst
@@ -28,7 +28,7 @@ into a named graph, use the following code:
28
from rdflib import ConjunctiveGraph
29
30
cg = ConjunctiveGraph()
31
- cg.get_context("example:graph_name").parse("http://example.com/source.trig", format="trig")
+ cg.get_context("example:graph_name").parse("http://example.com/source.ttl", format="turtle")
32
33
If you want to move triples from the default graph into a named graph, use the
34
following code:
0 commit comments