You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/12/16 12:38:46 UTC

jena git commit: Add Update/data-5-with.ru

Repository: jena
Updated Branches:
  refs/heads/master 33ec13709 -> dd2516dba


Add Update/data-5-with.ru


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/dd2516db
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/dd2516db
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/dd2516db

Branch: refs/heads/master
Commit: dd2516dba13c6946adf879cbf5cafda9465618bb
Parents: 33ec137
Author: Andy Seaborne <an...@apache.org>
Authored: Wed Dec 16 11:38:41 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Wed Dec 16 11:38:41 2015 +0000

----------------------------------------------------------------------
 jena-sdb/testing/Update/data-5-with.ru | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/dd2516db/jena-sdb/testing/Update/data-5-with.ru
----------------------------------------------------------------------
diff --git a/jena-sdb/testing/Update/data-5-with.ru b/jena-sdb/testing/Update/data-5-with.ru
new file mode 100644
index 0000000..76ba1de
--- /dev/null
+++ b/jena-sdb/testing/Update/data-5-with.ru
@@ -0,0 +1,11 @@
+PREFIX ex: <http://example/>
+
+DROP ALL
+;
+
+INSERT DATA { GRAPH ex:g { ex:s ex:p ex:o }}
+;
+
+WITH ex:g
+INSERT { ex:s2 ex:p2 ex:o2 }
+WHERE { ?s ?p ?o }