diff options
Diffstat (limited to 'test/w3c/TriGTests/trig-subm-22.nq')
-rw-r--r-- | test/w3c/TriGTests/trig-subm-22.nq | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/w3c/TriGTests/trig-subm-22.nq b/test/w3c/TriGTests/trig-subm-22.nq new file mode 100644 index 00000000..01ab3571 --- /dev/null +++ b/test/w3c/TriGTests/trig-subm-22.nq @@ -0,0 +1,4 @@ +<http://example.org#a> <http://example.org#b> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . +<http://example.org#c> <http://example.org#d> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . +<http://example.org#a> <http://example.org#b> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> <http://example/graph> . +<http://example.org#c> <http://example.org#d> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> <http://example/graph> . |