aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-subm-13.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-subm-13.trig')
-rw-r--r--tests/TriGTests/trig-subm-13.trig18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/TriGTests/trig-subm-13.trig b/tests/TriGTests/trig-subm-13.trig
deleted file mode 100644
index 8d1b44da..00000000
--- a/tests/TriGTests/trig-subm-13.trig
+++ /dev/null
@@ -1,18 +0,0 @@
-# Tests for rdf:_<numbers> and other qnames starting with _
-@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix ex: <http://example.org/ex#> .
-@prefix : <http://example.org/myprop#> .
-
-{
-ex:foo rdf:_1 "1" .
-ex:foo rdf:_2 "2" .
-ex:foo :_abc "def" .
-ex:foo :_345 "678" .
-}
-
-<http://example/graph> {
-ex:foo rdf:_1 "1" .
-ex:foo rdf:_2 "2" .
-ex:foo :_abc "def" .
-ex:foo :_345 "678" .
-}