aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/trig/trig-subm-19.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/trig/trig-subm-19.trig')
-rw-r--r--test/w3c/trig/trig-subm-19.trig13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/w3c/trig/trig-subm-19.trig b/test/w3c/trig/trig-subm-19.trig
new file mode 100644
index 00000000..7cd14eee
--- /dev/null
+++ b/test/w3c/trig/trig-subm-19.trig
@@ -0,0 +1,13 @@
+@prefix : <http://example.org#> .
+
+{
+:a :b 1.0 .
+:c :d 1 .
+:e :f 1.0e0 .
+}
+
+<http://example/graph> {
+:a :b 1.0 .
+:c :d 1 .
+:e :f 1.0e0 .
+}