Skip to content

Commit 4d17c84

Browse files
committed
Fix statements view for example 102 "Linked Data Dataset"
1 parent 188407e commit 4d17c84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8419,16 +8419,16 @@ <h1>Data Model</h1>
84198419
data-to-rdf>
84208420
<thead><tr><th>Graph</th><th>Subject</th><th>Property</th><th>Value</th><th>Language</th></tr></thead>
84218421
<tbody>
8422-
<tr><td>&nbsp;</td><td>http://example.com/people/alice</td><td>schema:name</td><td>Alice</td><td>&nbsp;</td></tr>
8422+
<tr><td>&nbsp;</td><td>http://example.com/people/alice</td><td>schema:name</td><td>Alice</td><td></td></tr>
84238423
<tr><td>&nbsp;</td><td>http://example.com/people/alice</td><td>schema:gender</td><td>weiblich</td><td>de</td></tr>
84248424
<tr><td>&nbsp;</td><td>http://example.com/people/alice</td><td>schema:gender</td><td>female</td><td>en</td></tr>
8425-
<tr><td>&nbsp;</td><td>http://example.com/people/alice</td><td>schema:knows</td><td>http://example.com/people/bob</td><td>&nbsp;</td></tr>
8426-
<tr><td>http://example.com/graphs/1</td><td>http://example.com/people/bob</td><td>schema:name</td><td>Bob</td><td>&nbsp;</td></tr>
8427-
<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>&nbsp;</td></tr>
8428-
<tr><td>http://example.com/graphs/2</td><td>_:b1</td><td>schema:name</td><td>Mary</td><td>&nbsp;</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>&nbsp;</td></tr>
8430-
<tr><td>http://example.com/graphs/2</td><td>_:b0</td><td>schema:sibling</td><td>_:b1</td><td>&nbsp;</td></tr>
8431-
<tr><td>http://example.com/graphs/2</td><td>http://example.com/people/bob</td><td>schema:sibling</td><td>_:b0</td><td>&nbsp;</td></tr>
8425+
<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>
8426+
<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+
<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+
<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>
84328432
</tbody>
84338433
</table>
84348434
<pre class="trig"

0 commit comments

Comments
 (0)