File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 3
3
"http://example/p" : [ {
4
4
"@id" : "http://example/typed-base#typed-id" ,
5
5
"@type" : [ "http://example/Type" ] ,
6
- "http://example/nested" : [ {
7
- "@id" : "http://example/base-base#nested-id"
6
+ "http://example/subjectReference" : [ {
7
+ "@id" : "http://example/typed-base#subject-reference-id"
8
+ } ] ,
9
+ "http://example/nestedNode" : [ {
10
+ "@id" : "http://example/base-base#nested-id" ,
11
+ "http://example/foo" : [ {
12
+ "@value" : "bar"
13
+ } ]
8
14
} ]
9
15
} ]
10
16
} ]
Original file line number Diff line number Diff line change 13
13
"p" : {
14
14
"@id" : "#typed-id" ,
15
15
"@type" : "Type" ,
16
- "nested" : {
17
- "@id" : "#nested-id"
16
+ "subjectReference" : {
17
+ "@id" : "#subject-reference-id"
18
+ } ,
19
+ "nestedNode" : {
20
+ "@id" : "#nested-id" ,
21
+ "foo" : "bar"
18
22
}
19
23
}
20
24
}
You can’t perform that action at this time.
0 commit comments