aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0071-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0071-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0071-in.jsonld13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0071-in.jsonld b/tests/JSONLDTests/toRdf-0071-in.jsonld
new file mode 100644
index 00000000..192ff27c
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0071-in.jsonld
@@ -0,0 +1,13 @@
+{
+ "@context": {
+ "ex": "http://example.org/vocab#",
+ "xsd": "http://www.w3.org/2001/XMLSchema#",
+ "ex:integer": { "@type": "xsd:integer" },
+ "ex:double": { "@type": "xsd:double" },
+ "ex:boolean": { "@type": "xsd:boolean" }
+ },
+ "@id": "http://example.org/test#example1",
+ "ex:integer": 1,
+ "ex:double": 123.45,
+ "ex:boolean": true
+}