Skip to content

Commit 1e8d60f

Browse files
committed
fixed Shakespeare IRI
1 parent b2b35bf commit 1e8d60f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8026,7 +8026,7 @@ <h3>Graph Containers</h3>
80268026
"said": "http://example.com/said",
80278027
****"wrote": {"@id": "http://example.com/wrote", "@container": "@graph"}****
80288028
},
8029-
"@id": "Skakespeare",
8029+
"@id": "William_Shakespeare",
80308030
****"wrote"****: {
80318031
"@id": "Richard_III_of_England",
80328032
"said": "My kingdom for a horse"
@@ -8038,7 +8038,7 @@ <h3>Graph Containers</h3>
80388038
data-result-for="Implicitly named graph-original">
80398039
<!--
80408040
[{
8041-
"@id": "http://dbpedia.org/resource/Skakespeare",
8041+
"@id": "http://dbpedia.org/resource/William_Shakespeare",
80428042
****"http://example.com/wrote"****: [{
80438043
****"@graph"****: [{
80448044
"@id": "http://dbpedia.org/resource/Richard_III_of_England",
@@ -8054,7 +8054,7 @@ <h3>Graph Containers</h3>
80548054
<thead><tr><th>Graph</th><th>Subject</th><th>Property</th><th>Value</th></tr></thead>
80558055
<tbody>
80568056
<tr><td>_:b0</td><td>http://dbpedia.org/resource/Richard_III_of_England</td><td>http://example.com/said</td><td>My kingdom for a horse</td></tr>
8057-
<tr><td>&nbsp;</td><td>http://dbpedia.org/resource/Skakespeare</td><td>http://example.com/wrote</td><td>_:b0</td></tr>
8057+
<tr><td>&nbsp;</td><td>http://dbpedia.org/resource/William_Shakespeare</td><td>http://example.com/wrote</td><td>_:b0</td></tr>
80588058
</tbody>
80598059
</table>
80608060
<pre class="trig nohighlight"
@@ -8066,7 +8066,7 @@ <h3>Graph Containers</h3>
80668066
@prefix dbp: <http://dbpedia.org/resource/> .
80678067
@prefix ex: <http://example.com/> .
80688068
8069-
dbp:Skakespeare ex:wrote _:b0 .
8069+
dbp:William_Shakespeare ex:wrote _:b0 .
80708070
80718071
_:b0 {
80728072
dbp:Richard_III_of_England ex:said "My kingdom for a horse" .

0 commit comments

Comments
 (0)