aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0086-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0086-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0086-in.jsonld14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0086-in.jsonld b/tests/JSONLDTests/toRdf-0086-in.jsonld
new file mode 100644
index 00000000..081a8877
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0086-in.jsonld
@@ -0,0 +1,14 @@
+{
+ "@graph": [
+ { "@id": "http://example.com/free-floating-node" },
+ { "@value": "free-floating value object" },
+ { "@value": "free-floating value language-tagged string", "@language": "en" },
+ { "@value": "free-floating value typed value", "@type": "http://example.com/type" },
+ "free-floating plain string",
+ true,
+ false,
+ null,
+ 1,
+ 1.5
+ ]
+}