jsonld-ex/test/data/json-ld.org-test-suite/compact-0029-out.jsonld
2017-03-24 23:08:41 +01:00

18 lines
349 B
Plaintext
Executable file

{
"@context": {
"author": {
"@id": "http://example.com/vocab/author",
"@container": "@index"
}
},
"@id": "http://example.com/article",
"author": {
"regular": {
"@id": "http://example.org/person/1"
},
"guest": {
"@id": "http://example.org/guest/cd24f329aa"
}
}
}