Skip to content

Commit

Permalink
Update docs/upgrade6to7.rst
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
aucampia authored May 26, 2023
1 parent db7313a commit 528465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade6to7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ into a named graph, use the following code:
from rdflib import ConjunctiveGraph
cg = ConjunctiveGraph()
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")
If you want to move triples from the default graph into a named graph, use the
following code:
Expand Down

0 comments on commit 528465c

Please sign in to comment.