diff options
Diffstat (limited to 'test/w3c/TriGTests/prefixed_IRI_object.trig')
-rw-r--r-- | test/w3c/TriGTests/prefixed_IRI_object.trig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/prefixed_IRI_object.trig b/test/w3c/TriGTests/prefixed_IRI_object.trig new file mode 100644 index 00000000..2c04b80b --- /dev/null +++ b/test/w3c/TriGTests/prefixed_IRI_object.trig @@ -0,0 +1,3 @@ +@prefix p: <http://a.example/>. +{<http://a.example/s> <http://a.example/p> p:o .} +<http://example/graph> {<http://a.example/s> <http://a.example/p> p:o .} |