aboutsummaryrefslogtreecommitdiffstats
path: root/test/TriGTests/trig-subm-04.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/TriGTests/trig-subm-04.trig')
-rw-r--r--test/TriGTests/trig-subm-04.trig14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/TriGTests/trig-subm-04.trig b/test/TriGTests/trig-subm-04.trig
deleted file mode 100644
index 2f57b30b..00000000
--- a/test/TriGTests/trig-subm-04.trig
+++ /dev/null
@@ -1,14 +0,0 @@
-# Test ; operator
-@prefix : <http://example.org/base#> .
-
-{
-:a :b :c ;
- :d :e ;
- :f :g .
-}
-
-<http://example/graph> {
-:a :b :c ;
- :d :e ;
- :f :g .
-}