Skip to content

Commit ba68d40

Browse files
committed
GH-341: Fix broken links
1 parent b6ce839 commit ba68d40

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

spec/index.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,9 +3140,11 @@ <h3>Examples of RDF Datasets</h3>
31403140
graphs. The triples in the named graphs are not visible in the default graph in this
31413141
example.</p>
31423142
<p id="ex_2"><b>Example 2:</b></p>
3143-
<p>RDF data can be combined by the <a data-cite="RDF12-SEMANTICS#dfn-merge">RDF merge</a>
3144-
[[RDF12-SEMANTICS]] of graphs. One possible arrangement of graphs in an RDF Dataset is to have the
3145-
default graph be the RDF merge of some or all of the information in the named graphs.</p>
3143+
<p>RDF data can be combined by the
3144+
<a data-cite="RDF12-SEMANTICS#dfn-rdf-graph-merge">RDF merge</a> [[RDF12-SEMANTICS]]
3145+
of graphs. One possible arrangement of graphs in an RDF Dataset
3146+
is to have the default graph be the RDF merge of some or all of the
3147+
information in the named graphs.</p>
31463148
<p>
31473149
In this next example, the named graphs contain the same triples as before. The RDF dataset
31483150
includes an <a data-cite="RDF12-SEMANTICS#dfn-merge">RDF merge</a>
@@ -5909,7 +5911,7 @@ <h5>sameTerm</h5>
59095911
</p>
59105912
<ul>
59115913
<li><code>term1</code> and <code>term2</code> are
5912-
<a data-cite="RDF12-CONCEPTS#iri">IRIs</a> that are the
5914+
<a data-cite="RDF12-CONCEPTS#dfn-iri">IRIs</a> that are the
59135915
<a data-cite="RDF12-CONCEPTS#dfn-iri-equality">same as IRIs</a>.
59145916
</li>
59155917
<li><code>term1</code> and <code>term2</code> are
@@ -5922,12 +5924,12 @@ <h5>sameTerm</h5>
59225924
</li>
59235925
<li><code>term1</code> and <code>term2</code> are
59245926
<a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple terms</a> that are
5925-
<a data-cite="RDF12-CONCEPTS#dfn-triple-term-equality">equal as triple terms</a>; that
5926-
is, the
5927+
<a data-cite="RDF12-CONCEPTS#dfn-triple-equality">equal as triples</a>;
5928+
that is, the
59275929
<a data-cite="RDF12-CONCEPTS#dfn-subject">subject</a>,
59285930
<a data-cite="RDF12-CONCEPTS#dfn-predicate">predicate</a>, and
5929-
<a data-cite="RDF12-CONCEPTS#dfn-object">object</a> components are pair-wise
5930-
the same term.
5931+
<a data-cite="RDF12-CONCEPTS#dfn-object">object</a>
5932+
components are pair-wise the same term.
59315933
</li>
59325934
</ul>
59335935
<div class="result">
@@ -10789,7 +10791,7 @@ <h3>Evaluation Semantics</h3>
1078910791
<div class="defn">
1079010792
<p><b>Definition: <span id="defn_evalGraph">Evaluation of Graph</span></b></p>
1079110793
<p>For every |x| that is
10792-
an <a data-cite="RDF12-CONCEPTS#dfn-IRI">IRI</a> or
10794+
an <a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a> or
1079310795
a <a href="#defn_QueryVariable">variable</a>,
1079410796
<a href="#defn_eval" class="evalFct">eval</a>( |D|(|G|), <a href="#defn_absGraph" class="absOp">Graph</a>(|x|, |P|), <var>μ<sub>ctx</sub></var> )
1079510797
is defined as follows:</p>

0 commit comments

Comments
 (0)