diff options
Diffstat (limited to 'tests/turtle-2013/SPARQL_style_prefix.ttl')
-rw-r--r-- | tests/turtle-2013/SPARQL_style_prefix.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/turtle-2013/SPARQL_style_prefix.ttl b/tests/turtle-2013/SPARQL_style_prefix.ttl new file mode 100644 index 0000000..e7e4a3d --- /dev/null +++ b/tests/turtle-2013/SPARQL_style_prefix.ttl @@ -0,0 +1,2 @@ +PREFIX p: <http://a.example/> +p:s <http://a.example/p> <http://a.example/o> . |