File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 graph .add ((dbr .Brisbane , dbo .populationTotal , Literal (2 )))
4040
4141 # EXAMPLE Update Store 2:
42- st = SPARQLUpdateStore (query_endpoint = "http://localhost:3030/db/sparql" , update_endpoint = "http://localhost:3030/db/update" )
43- graph = Graph (store = st , identifier = "http://dbpedia.org" )
42+ update_store = SPARQLUpdateStore (query_endpoint = "http://localhost:3030/db/sparql" , update_endpoint = "http://localhost:3030/db/update" )
43+ graph = Graph (store = update_store , identifier = "http://dbpedia.org" )
4444 graph .add ((dbr ["Category:Capitals_in_Europe" ], RDF .type , SKOS .Concept ))
4545 graph .add ((dbr ["Category:Holy_Grail" ], RDF .type , SKOS .Concept ))
4646 graph .add ((dbr ["Category:Hospital_ships_of_Japan" ], RDF .type , SKOS .Concept ))
You can’t perform that action at this time.
0 commit comments