jsonld-ex/test/data/json-ld.org-test-suite/flatten-0040-in.jsonld
2017-03-24 23:08:41 +01:00

24 lines
386 B
Plaintext
Executable file

{
"@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" }
]
}