blob: 7a92c136ba461fbb0f09da8af40189e861fc201b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"@context": {
"@version": 1.1,
"@base": "http://example.com/",
"@vocab": "http://example.com/",
"author": {"@type": "@id", "@container": "@index", "@index": "prop"}
},
"@id": "article",
"author": {
"regular": {"@id": "person/1"},
"guest": [{"@id": "person/2"}, {"@id": "person/3"}]
}
}
|