diff options
Diffstat (limited to 'tests/JSONLDTests/toRdf-0053-out.nq')
-rw-r--r-- | tests/JSONLDTests/toRdf-0053-out.nq | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0053-out.nq b/tests/JSONLDTests/toRdf-0053-out.nq new file mode 100644 index 00000000..54f0bc03 --- /dev/null +++ b/tests/JSONLDTests/toRdf-0053-out.nq @@ -0,0 +1,7 @@ +<http://example.com/id1> <http://example.com/term1> "v1" . +<http://example.com/id1> <http://example.com/term2> "v2"^^<http://example.com/t2> . +<http://example.com/id1> <http://example.com/term3> "v3"@en . +<http://example.com/id1> <http://example.com/term4> "4"^^<http://www.w3.org/2001/XMLSchema#integer> . +<http://example.com/id1> <http://example.com/term5> "50"^^<http://www.w3.org/2001/XMLSchema#integer> . +<http://example.com/id1> <http://example.com/term5> "51"^^<http://www.w3.org/2001/XMLSchema#integer> . +<http://example.com/id1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/t1> . |