Skip to content

Commit f4de73b

Browse files
authored
Fix "appearing" cross-ref (#103)
* fix bad anchor for cross-ref of 'appears in' * add link to definition of 'appears in' everywhere it is used
1 parent 4e6c6e5 commit f4de73b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2>Notation and Terminology</h2>
186186
<dfn data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</dfn><span id="dfn-blank-node"><!-- refer to RDF Concepts term --></span>,
187187
<dfn data-cite="RDF12-CONCEPTS#dfn-literal">literal</dfn><span id="dfn-literal"><!-- refer to RDF Concepts term --></span>,
188188
<dfn data-cite="RDF12-CONCEPTS#dfn-graph-isomorphism">isomorphic</dfn><span id="dfn-isomorphic"></span>,
189-
<dfn data-cite="RDF12-CONCEPTS#dfn-appearing">appears in</dfn><span id="dfn-appears-in"></span>, and
189+
<dfn data-cite="RDF12-CONCEPTS#dfn-appear" data-lt="appearing in">appears in</dfn><span id="dfn-appears-in"></span>, and
190190
<dfn data-cite="RDF12-CONCEPTS#dfn-rdf-dataset" data-lt="dataset">RDF dataset</dfn><span id="dfn-rdf-dataset"><!-- refer to RDF Concepts term --></span>.
191191
All the definitions in this document apply unchanged to
192192
<dfn data-cite="RDF12-CONCEPTS#dfn-generalized-rdf-triple">generalized RDF triples</dfn>,
@@ -263,7 +263,7 @@ <h2>Notation and Terminology</h2>
263263

264264
<p>Suppose that M is a functional mapping from a set of blank
265265
nodes to some set of RDF terms. Any graph obtained
266-
from a graph G by replacing some or all of the blank nodes N appearing in G by M(N) is
266+
from a graph G by replacing some or all of the blank nodes N <a>appearing in</a> G by M(N) is
267267
an <dfn>instance</dfn> of G. Any graph is an instance of itself,
268268
an instance of an instance of G is an instance of G,
269269
and if H is an instance of G then every triple in H is an instance of at least one triple
@@ -1044,7 +1044,7 @@ <h4>Patterns of RDF entailment (Informative)</h4>
10441044
</tr>
10451045
<tr >
10461046
<td class="othertable"><dfn>rdfD1</dfn></td>
1047-
<td class="othertable">Any triple ttt such that <code>"</code>sss<code>"^^</code>ddd appears in ttt <br/>
1047+
<td class="othertable">Any triple ttt such that <code>"</code>sss<code>"^^</code>ddd <a>appears in</a> ttt <br/>
10481048
for ddd in D</td>
10491049
<td class="othertable">ttt [<code>"</code>sss<code>"^^</code>ddd/_:nnn] <br/>
10501050
_:nnn <code>rdf:type</code> ddd <code>.</code></td>
@@ -1447,7 +1447,7 @@ <h4>Patterns of RDFS entailment (Informative)</h4>
14471447
</tr>
14481448
<tr >
14491449
<td class="othertable"><dfn>rdfs4</dfn></td>
1450-
<td class="othertable">Any triple ttt such that xxx appears in ttt</td>
1450+
<td class="othertable">Any triple ttt such that xxx <a>appears in</a> ttt</td>
14511451
<td class="othertable">xxx <code>rdf:type rdfs:Resource .</code>
14521452
</tr>
14531453
<tr >
@@ -1501,7 +1501,7 @@ <h4>Patterns of RDFS entailment (Informative)</h4>
15011501
</tr>
15021502
<tr >
15031503
<td class="othertable"><dfn>rdfs14</dfn></td>
1504-
<td class="othertable">Any triple ttt such that &lt;&lt;(aaa bbb ccc)&gt;&gt; appears in ttt</td>
1504+
<td class="othertable">Any triple ttt such that &lt;&lt;(aaa bbb ccc)&gt;&gt; <a>appears in</a> ttt</td>
15051505
<td class="othertable">ttt [&lt;&lt;(aaa bbb ccc)>>/_:nnn]<br/>
15061506
_:nnn <code>rdf:type rdfs:Proposition .</code></td>
15071507
</tr>

0 commit comments

Comments
 (0)