Skip to content

Instantly share code, notes, and snippets.

@der
Created March 7, 2018 14:00
Show Gist options
  • Save der/704363855a7cca35b3f123dff136c56d to your computer and use it in GitHub Desktop.
Save der/704363855a7cca35b3f123dff136c56d to your computer and use it in GitHub Desktop.
fuseki mem test - update script
DELETE {GRAPH ?G {<http://localhost/test/r4> ?p ?o}} WHERE {GRAPH ?G {<http://localhost/test/r4> ?p ?o}};
INSERT DATA { GRAPH <http://localhost/test/r4> {
<http://localhost/test/r4> <http://www.w3.org/2000/01/rdf-schema#label> "r 4 modified" .
<http://localhost/test/r4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://localhost/test/Resource> .
} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment