aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0027-out.nq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0027-out.nq')
-rw-r--r--tests/JSONLDTests/toRdf-0027-out.nq8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0027-out.nq b/tests/JSONLDTests/toRdf-0027-out.nq
new file mode 100644
index 00000000..e77f2baa
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0027-out.nq
@@ -0,0 +1,8 @@
+<http://example.org/ParisFact1> <http://example.org/hasReference> <http://www.britannica.com/> .
+<http://example.org/ParisFact1> <http://example.org/hasReference> <http://www.brockhaus.de/> .
+<http://example.org/ParisFact1> <http://example.org/hasReference> <http://www.wikipedia.org/> .
+<http://example.org/ParisFact1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Graph> .
+<http://example.org/ParisFact2> <http://example.org/hasReference> <http://www.wikipedia.org/> .
+<http://example.org/ParisFact2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Graph> .
+<http://example.org/location/Paris#this> <http://example.org/hasPopulation> "7000000"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example.org/ParisFact2> .
+<http://example.org/location/Paris#this> <http://example.org/locatedIn> <http://example.org/location/France#this> <http://example.org/ParisFact1> .