Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rdflib.Graph.update might lie to us when using SPARQLUpdateStore with Fuseki #510

Closed
jgonggrijp opened this issue Oct 27, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@jgonggrijp
Copy link
Member

RDFLib/rdflib#1251 (comment)

Consequences:

  • @GuillaumeLNB was unable to update the NLP ontology graph through our SPARQL update endpoint. The response came 200, yet had no effect. (As a stop-gap solution, I updated the ontology manually.)
  • Potentially affects all places where we call .update on a Graph, including the present source ontology migrations (Source data model #444/Feature/source datamodel #500). Fortunately, we use different update mechanisms in most places, which seem to work.

We might need to work around this by passing update queries to the store directly (and qualify it ourselves), or possibly with ConjunctiveGraph/Dataset if this can be made to work at all. In either case, we'll have to take care of graph qualification by ourselves.

@jgonggrijp jgonggrijp added the bug Something isn't working label Oct 27, 2021
@jgonggrijp
Copy link
Member Author

We might be able to close this due to the switch to Blazegraph. Would you agree with that, @JeltevanBoheemen?

@JeltevanBoheemen
Copy link
Contributor

Yes, I agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants