Skip to content

Commit 7071295

Browse files
committed
Update diagram to simplify second named graph.
1 parent 16af494 commit 7071295

File tree

3 files changed

+15
-22
lines changed

3 files changed

+15
-22
lines changed

index.html

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8366,10 +8366,8 @@ <h1>Data Model</h1>
83668366
"@graph": {
83678367
"@id": "people/bob",
83688368
"sibling": {
8369-
"sibling": {
8370-
"name": "Mary",
8371-
"sibling": {"@id": "people/bob"}
8372-
}
8369+
"name": "Mary",
8370+
"sibling": {"@id": "people/bob"}
83738371
}
83748372
}
83758373
}]
@@ -8403,12 +8401,10 @@ <h1>Data Model</h1>
84038401
"@graph": [{
84048402
"@id": "http://example.com/people/bob",
84058403
"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+
]
84128408
}]
84138409
}]
84148410
}]
@@ -8425,10 +8421,9 @@ <h1>Data Model</h1>
84258421
<tr><td>&nbsp;</td><td>http://example.com/people/alice</td><td>schema:knows</td><td>http://example.com/people/bob</td><td></td></tr>
84268422
<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>
84278423
<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>
84318424
<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>
84328427
</tbody>
84338428
</table>
84348429
<pre class="trig"
@@ -8450,10 +8445,8 @@ <h1>Data Model</h1>
84508445
84518446
<http://example.com/graphs/2> {
84528447
<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>
84578450
] .
84588451
}
84598452
-->
@@ -9208,10 +9201,10 @@ <h1>Description of the <a href="#fig-linked-data-graph">Linked Data Dataset figu
92089201
<code>http://example.com/people/alice</code> and <code>http://example.com/people/bob</code>
92099202
related by the <code>schema:parent</code> relationship, and names the
92109203
<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>
92159208
</section>
92169209
</section>
92179210

linked-data-graph.png

578 Bytes
Loading

linked-data-graph.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)