From ccb7d738d37fb21245a563cd41727f2609f0bc07 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 May 2015 09:12:44 +0000 Subject: Use ingen:/ as base URI on the wire. This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1 --- tests/create_delete_patch.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/create_delete_patch.ttl') diff --git a/tests/create_delete_patch.ttl b/tests/create_delete_patch.ttl index 474a15a2..5ee49d26 100644 --- a/tests/create_delete_patch.ttl +++ b/tests/create_delete_patch.ttl @@ -4,11 +4,11 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Graph ; ] . a patch:Delete ; - patch:subject . + patch:subject . -- cgit v1.2.1