diff options
Diffstat (limited to 'tests/JSONLDTests/toRdf-0101-out.nq')
-rw-r--r-- | tests/JSONLDTests/toRdf-0101-out.nq | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0101-out.nq b/tests/JSONLDTests/toRdf-0101-out.nq new file mode 100644 index 00000000..00a8ffe3 --- /dev/null +++ b/tests/JSONLDTests/toRdf-0101-out.nq @@ -0,0 +1,4 @@ +_:b0 <http://example.com/property> "1"^^<http://example.com/datatype> . +_:b0 <http://example.com/property> "5.1E0"^^<http://example.com/datatype> . +_:b0 <http://example.com/property> "false"^^<http://example.com/datatype> . +_:b0 <http://example.com/property> "true"^^<http://example.com/datatype> . |