@@ -8366,10 +8366,8 @@ <h1>Data Model</h1>
8366
8366
"@graph": {
8367
8367
"@id": "people/bob",
8368
8368
"sibling": {
8369
- "sibling": {
8370
- "name": "Mary",
8371
- "sibling": {"@id": "people/bob"}
8372
- }
8369
+ "name": "Mary",
8370
+ "sibling": {"@id": "people/bob"}
8373
8371
}
8374
8372
}
8375
8373
}]
@@ -8403,12 +8401,10 @@ <h1>Data Model</h1>
8403
8401
"@graph": [{
8404
8402
"@id": "http://example.com/people/bob",
8405
8403
"http://schema.org/sibling": [{
8406
- "http://schema.org/sibling": [{
8407
- "http://schema.org/name": [{"@value": "Mary"}],
8408
- "http://schema.org/sibling": [
8409
- {"@id": "http://example.com/people/bob"}
8410
- ]
8411
- }]
8404
+ "http://schema.org/name": [{"@value": "Mary"}],
8405
+ "http://schema.org/sibling": [
8406
+ {"@id": "http://example.com/people/bob"}
8407
+ ]
8412
8408
}]
8413
8409
}]
8414
8410
}]
@@ -8425,10 +8421,9 @@ <h1>Data Model</h1>
8425
8421
< tr > < td > </ td > < td > http://example.com/people/alice</ td > < td > schema:knows</ td > < td > http://example.com/people/bob</ td > < td > </ td > </ tr >
8426
8422
< tr > < td > http://example.com/graphs/1</ td > < td > http://example.com/people/bob</ td > < td > schema:name</ td > < td > Bob</ td > < td > </ td > </ tr >
8427
8423
< tr > < td > http://example.com/graphs/1</ td > < td > http://example.com/people/alice</ td > < td > schema:parent</ td > < td > http://example.com/people/bob</ td > < td > </ td > </ tr >
8428
- < tr > < td > http://example.com/graphs/2</ td > < td > _:b1</ td > < td > schema:name</ td > < td > Mary</ td > < td > </ td > </ tr >
8429
- < tr > < td > http://example.com/graphs/2</ td > < td > _:b1</ td > < td > schema:sibling</ td > < td > http://example.com/people/bob</ td > < td > </ td > </ tr >
8430
- < tr > < td > http://example.com/graphs/2</ td > < td > _:b0</ td > < td > schema:sibling</ td > < td > _:b1</ td > < td > </ td > </ tr >
8431
8424
< tr > < td > http://example.com/graphs/2</ td > < td > http://example.com/people/bob</ td > < td > schema:sibling</ td > < td > _:b0</ td > < td > </ td > </ tr >
8425
+ < tr > < td > http://example.com/graphs/2</ td > < td > _:b0</ td > < td > schema:name</ td > < td > Mary</ td > < td > </ td > </ tr >
8426
+ < tr > < td > http://example.com/graphs/2</ td > < td > _:b0</ td > < td > schema:sibling</ td > < td > http://example.com/people/bob</ td > < td > </ td > </ tr >
8432
8427
</ tbody >
8433
8428
</ table >
8434
8429
< pre class ="trig "
@@ -8450,10 +8445,8 @@ <h1>Data Model</h1>
8450
8445
8451
8446
<http://example.com/graphs/2> {
8452
8447
<http://example.com/people/bob> schema:sibling [
8453
- schema:sibling [
8454
- schema:name "Mary";
8455
- schema:sibling <http://example.com/people/bob>
8456
- ]
8448
+ schema:name "Mary";
8449
+ schema:sibling <http://example.com/people/bob>
8457
8450
] .
8458
8451
}
8459
8452
-->
@@ -9208,10 +9201,10 @@ <h1>Description of the <a href="#fig-linked-data-graph">Linked Data Dataset figu
9208
9201
< code > http://example.com/people/alice</ code > and < code > http://example.com/people/bob</ code >
9209
9202
related by the < code > schema:parent</ code > relationship, and names the
9210
9203
< code > http://example.com/people/bob</ code > "Bob".</ p >
9211
- < p > The third box consists of three resources, one
9212
- named < code > http://example.com/people/bob</ code > and the other two unnamed.
9213
- The three resources related to each other using < code > schema:sibling</ code > relationship
9214
- with the third named "Mary".</ p >
9204
+ < p > The third box consists of two resources, one
9205
+ named < code > http://example.com/people/bob</ code > and the other unnamed.
9206
+ The two resources related to each other using < code > schema:sibling</ code > relationship
9207
+ with the second named "Mary".</ p >
9215
9208
</ section >
9216
9209
</ section >
9217
9210
0 commit comments