diff options
Diffstat (limited to 'tests/JSONLDTests/toRdf-0071-out.nq')
-rw-r--r-- | tests/JSONLDTests/toRdf-0071-out.nq | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0071-out.nq b/tests/JSONLDTests/toRdf-0071-out.nq new file mode 100644 index 00000000..3812698c --- /dev/null +++ b/tests/JSONLDTests/toRdf-0071-out.nq @@ -0,0 +1,3 @@ +<http://example.org/test#example1> <http://example.org/vocab#boolean> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . +<http://example.org/test#example1> <http://example.org/vocab#double> "1.2345E2"^^<http://www.w3.org/2001/XMLSchema#double> . +<http://example.org/test#example1> <http://example.org/vocab#integer> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . |