blob: 2f3427a5203a7615ed4bc7466c0cb888b0006c4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[{
"@id": "http://example/base-base#base-id",
"http://example/p": [{
"@id": "http://example/typed-base#typed-id",
"@type": ["http://example/Type"],
"http://example/subjectReference": [{
"@id": "http://example/typed-base#subject-reference-id"
}],
"http://example/nestedNode": [{
"@id": "http://example/base-base#nested-id",
"http://example/foo": [{
"@value": "bar"
}]
}]
}]
}]
|