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

Inconsistencies in update queries #100

Open
joachimvh opened this issue Jul 1, 2020 · 0 comments
Open

Inconsistencies in update queries #100

joachimvh opened this issue Jul 1, 2020 · 0 comments

Comments

@joachimvh
Copy link
Collaborator

I have found some inconsistencies in the output of some update queries.

  1. Some updates have a type, while others have an updateType instead.
  2. In case of the default graph (or any other reference to graphs that is not an IRI), sometimes it has type graph, and sometimes it doesn't.
  3. This one is more debatable, but graphs are represented differently than in SELECT queries. For SELECT queries, you have a graph statement with a nested BGP statement. For updates, the graph statement immediately contains the triples. In the first case the graph can contain any possible SPARQL statement and in the second case only triple patterns though, so I can see why this one might be done this way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant