diff options
Diffstat (limited to 'tests/JSONLDTests/toRdf-0034-out.nq')
-rw-r--r-- | tests/JSONLDTests/toRdf-0034-out.nq | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0034-out.nq b/tests/JSONLDTests/toRdf-0034-out.nq new file mode 100644 index 00000000..119504f6 --- /dev/null +++ b/tests/JSONLDTests/toRdf-0034-out.nq @@ -0,0 +1,3 @@ +<http://example.org/node1> <http://www.w3.org/2002/07/owl#sameAs> <http://example.org/node2> . +<http://example.org/node2> <http://example.org/link> <http://example.org/node3> . +<http://example.org/node2> <http://www.w3.org/2000/01/rdf-schema#label> "Node 2" . |