diff options
Diffstat (limited to 'tests/TriGTests/SPARQL_style_prefix.trig')
-rw-r--r-- | tests/TriGTests/SPARQL_style_prefix.trig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/TriGTests/SPARQL_style_prefix.trig b/tests/TriGTests/SPARQL_style_prefix.trig deleted file mode 100644 index 49bc9737..00000000 --- a/tests/TriGTests/SPARQL_style_prefix.trig +++ /dev/null @@ -1,3 +0,0 @@ -PREFIX p: <http://a.example/> -{p:s <http://a.example/p> <http://a.example/o> .} -<http://example/graph> {p:s <http://a.example/p> <http://a.example/o> .} |