Skip to content

Commit a98dac6

Browse files
committed
uses the ReSpec <var> feature in the definition of the Multiplicity function; addresses #110 (comment)
1 parent 6a440b1 commit a98dac6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8964,12 +8964,12 @@ <h3>Basic Graph Patterns</h3>
89648964
μ<sub>2</sub></p>
89658965
<div class="defn">
89668966
<p><b>Definition: <span id="defn_Multiplicity">Multiplicity</span></b></p>
8967-
<p>Given a multiset&nbsp;Ω of solution mappings and a solution
8968-
mapping&nbsp;μ, we write multiplicity<sup>Ω</sup>(μ) to denote
8969-
the number of times μ appears in Ω.</p>
8970-
<p>Similarly, given a solution sequence&nbsp;Ψ and a solution
8971-
mapping&nbsp;μ, we write multiplicity<sup>Ψ</sup>(μ) to denote
8972-
the number of times μ appears in Ψ.</p>
8967+
<p>Given a multiset&nbsp;<var>Ω</var> of solution mappings and a solution
8968+
mapping&nbsp;<var>μ</var>, we write <var>multiplicity<sup><var>Ω</var></sup></var>(<var>μ</var>)
8969+
to denote the number of times <var>μ</var> appears in <var>Ω</var>.</p>
8970+
<p>Similarly, given a solution sequence&nbsp;<var>Ψ</var> and a solution
8971+
mapping&nbsp;<var>μ</var>, we write <var>multiplicity<sup><var>Ψ</var></sup></var>(<var>μ</var>)
8972+
to denote the number of times <var>μ</var> appears in <var>Ψ</var>.</p>
89738973
</div>
89748974
<section id="BGPsparql">
89758975
<h4>SPARQL Basic Graph Pattern Matching</h4>

0 commit comments

Comments
 (0)