aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0068-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0068-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0068-in.jsonld13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0068-in.jsonld b/tests/JSONLDTests/toRdf-0068-in.jsonld
new file mode 100644
index 00000000..4f05d0e4
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0068-in.jsonld
@@ -0,0 +1,13 @@
+{
+ "@context": {
+ "@vocab": "http://example.org/vocab#",
+ "date": { "@type": "dateTime" }
+ },
+ "@id": "example1",
+ "@type": "test",
+ "date": "2011-01-25T00:00:00Z",
+ "embed": {
+ "@id": "example2",
+ "expandedDate": { "@value": "2012-08-01T00:00:00Z", "@type": "dateTime" }
+ }
+}