blob: f79d87a631e60a968fd2ff6507242e95910985f1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"@context": {
"@vocab": "http://example/",
"typemap": {"@container": "@type"}
},
"typemap": {
"http://example.org/foo": {"label": "Object with @type <foo>"},
"_:bar": {"label": "Object with @type _:bar"}
}
}
|