You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found some inconsistencies in the output of some update queries.
Some updates have a type, while others have an updateType instead.
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.
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.
The text was updated successfully, but these errors were encountered:
I have found some inconsistencies in the output of some update queries.
The text was updated successfully, but these errors were encountered: