w3c / sparql-update

https://w3c.github.io/sparql-update/
Other
4 stars 2 forks source link

Changes related to blank node for graph names. #42

Open afs opened 2 months ago

afs commented 2 months ago

This issue to to capture work on SPARQl Update related to blank nodes as graph names as defined in RDF Concepts, section "RDF Datasets".

  1. Should INSERT DATA syntax allow a blank node? It would be a fresh blank node per-request.
  2. LOAD to allow dataset forms.
  3. LOAD INTO to allow a blank node for INTO (fresh blank node per-request)
  4. Consequences for operations that act on graphs: CLEAR CREATE DROP COPY MOVE ADD

Sub-issues: