blob: 55bab565f3cd7b8262c668e72defd514c35eef32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"@context": {
"@vocab": "http://example/",
"ex": "http://example.org/",
"idmap": {"@container": "@id"},
"none": "@none"
},
"idmap": {
"none": {"label": "Object with no @id"}
}
}
|