From 5da18484b9af2406caff5f0daeeb493ead13fc70 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Nov 2017 14:00:49 +0100 Subject: Add JSON-LD test suite --- tests/JSONLDTests/toRdf-0080-in.jsonld | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/JSONLDTests/toRdf-0080-in.jsonld (limited to 'tests/JSONLDTests/toRdf-0080-in.jsonld') diff --git a/tests/JSONLDTests/toRdf-0080-in.jsonld b/tests/JSONLDTests/toRdf-0080-in.jsonld new file mode 100644 index 00000000..2d02e0ad --- /dev/null +++ b/tests/JSONLDTests/toRdf-0080-in.jsonld @@ -0,0 +1,23 @@ +{ + "@context": { + "vocab": "http://example.com/vocab/", + "label": { + "@id": "vocab:label", + "@container": "@language" + }, + "indexes": { + "@id": "vocab:index", + "@container": "@index" + } + }, + "@id": "http://example.com/queen", + "label": [ + "The Queen" + ], + "indexes": + [ + "No", + "indexes", + { "@id": "asTheValueIsntAnObject" } + ] +} -- cgit v1.2.1