Skip to content

Commit 376e0c6

Browse files
hartigTallTed
andauthored
Use of <var> in the section about BGPs
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 5de0dbf commit 376e0c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8947,9 +8947,9 @@ <h3>Basic Graph Patterns</h3>
89478947
<p>Write <var>μ</var> for solution mappings.</p>
89488948
<p>Write <var>μ<sub>0</sub></var> for the mapping such that <var>dom</var>(<var>μ<sub>0</sub></var>) is the empty set.</p>
89498949
<p>Write <var>Ω<sub>0</sub></var> for the multiset consisting of exactly the empty mapping
8950-
μ<sub>0,</sub> with multiplicity 1. This is the join identity.</p>
8951-
<p>Write μ(x) for the solution mapping variable x to RDF term t : { (x, t) }</p>
8952-
<p>Write Ω(x) for the multiset consisting of exactly μ(?x-&gt;t), that is, { { (x, t) } }
8950+
<var>μ<sub>0</sub></var>, with multiplicity 1. This is the join identity.</p>
8951+
<p>Write <var>μ</var>(<var>x</var>) for the solution mapping variable <var>x</var> to RDF term <var>t</var> : { (<var>x</var>, <var>t</var>) }.</p>
8952+
<p>Write <var>Ω</var>(<var>x</var>) for the multiset consisting of exactly <var>μ</var>(<var>?x</var>-&gt;<var>t</var>), that is, <code>{ { (x, t) } }</code>
89538953
with multiplicity 1.</p>
89548954
<div class="defn">
89558955
<p><b>Definition: <span id="defn_algCompatibleMapping">Compatible Mappings</span></b></p>

0 commit comments

Comments
 (0)