-
Notifications
You must be signed in to change notification settings - Fork 581
Open
Labels
SPARQLbugSomething isn't workingSomething isn't workingid-as-cntxttracking related issuestracking related issuesstoreRelated to a store.Related to a store.
Description
From https://github.com/RDFLib/rdflib/blob/master/rdflib/graph.py#L1573 I wrote the following code:
dataset = rdflib.Dataset(store="SPARQLStore")
dataset.open('http://fuseki.hostname/dataset-name/query')
for g in dataset.graphs():
print(g)This results in a TypeError('The SPARQL store is read only') on the internal method call to rdflib.plugins.stores.sparqlstore.SPARQLStore#add_graph.
Metadata
Metadata
Assignees
Labels
SPARQLbugSomething isn't workingSomething isn't workingid-as-cntxttracking related issuestracking related issuesstoreRelated to a store.Related to a store.