aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0066-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0066-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0066-in.jsonld20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0066-in.jsonld b/tests/JSONLDTests/toRdf-0066-in.jsonld
new file mode 100644
index 00000000..36d8cac7
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0066-in.jsonld
@@ -0,0 +1,20 @@
+{
+ "@context": {
+ "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": {"@id": "@type", "@type": "@id"}
+ },
+ "@graph": [
+ {
+ "@id": "http://example.com/a",
+ "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": "http://example.com/b"
+ }, {
+ "@id": "http://example.com/c",
+ "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": [
+ "http://example.com/d",
+ "http://example.com/e"
+ ]
+ }, {
+ "@id": "http://example.com/f",
+ "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": "http://example.com/g"
+ }
+ ]
+}