aboutsummaryrefslogtreecommitdiffstats
path: root/tests/JSONLDTests/toRdf-0075-in.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'tests/JSONLDTests/toRdf-0075-in.jsonld')
-rw-r--r--tests/JSONLDTests/toRdf-0075-in.jsonld18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/JSONLDTests/toRdf-0075-in.jsonld b/tests/JSONLDTests/toRdf-0075-in.jsonld
new file mode 100644
index 00000000..7bf59112
--- /dev/null
+++ b/tests/JSONLDTests/toRdf-0075-in.jsonld
@@ -0,0 +1,18 @@
+{
+ "@context": {
+ "@vocab": "http://example.com/vocab/",
+ "@language": "it",
+ "label": {
+ "@container": "@language"
+ }
+ },
+ "@id": "http://example.com/queen",
+ "label": {
+ "en": "The Queen",
+ "de": [ "Die Königin", "Ihre Majestät" ]
+ },
+ "http://example.com/vocab/label": [
+ "Il re",
+ { "@value": "The king", "@language": "en" }
+ ]
+}