Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oxigraph/testsuite/oxigraph-tests/sparql/update_dirty_read.ru

4 lines
180 B

PREFIX ex: <http://example.com/>
INSERT DATA { ex:s ex:p 1 . ex:s ex:p 5 };
INSERT { ex:s ex:p ?v } WHERE { VALUES ?o { 1 2 5 6 } FILTER EXISTS { ?s ex:p ?o } BIND(?o + 1 AS ?v) }