Skip to content

Commit 6f307a7

Browse files
committed
GH-166: Remove the definition of RDF Dataset Merge
1 parent 78300a6 commit 6f307a7

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

spec/index.html

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7893,33 +7893,6 @@ <h4>RDF Dataset</h4>
78937893
<p>The <b>active graph</b> is the graph from the dataset used for basic graph pattern
78947894
matching.</p>
78957895
</div>
7896-
<div class="defn">
7897-
<div id="defn_RDFDatasetMerge">
7898-
<b>Definition: RDF Dataset Merge</b>
7899-
</div>
7900-
<p>Let DS1 = { G1, (&lt;u1<sub>1</sub>&gt;, G1<sub>1</sub>), (&lt;u1<sub>2</sub>&gt;,
7901-
G1<sub>2</sub>), . . . (&lt;u1<sub>n</sub>&gt;, G1<sub>n</sub>) },<br>
7902-
and DS2 = { G2, (&lt;u2<sub>1</sub>&gt;, G2<sub>1</sub>), (&lt;u2<sub>2</sub>&gt;,
7903-
G2<sub>2</sub>), . . . (&lt;u2<sub>m</sub>&gt;, G2<sub>m</sub>) }</p>
7904-
<p>then we define the RDF Dataset Merge of DS1 and DS2 to be:<br>
7905-
DS={ G, (&lt;u<sub>1</sub>&gt;, G<sub>1</sub>), (&lt;u<sub>2</sub>&gt;, G<sub>2</sub>), .
7906-
. . (&lt;u<sub>k</sub>&gt;, G<sub>k</sub>) }<br>
7907-
where:</p>
7908-
<p>Write N1 for { &lt;u1<sub>j</sub>&gt; j = 1 to n }<br>
7909-
Write N2 for { &lt;u2<sub>j</sub>&gt; j = 1 to m }<br></p>
7910-
<ul>
7911-
<li>G is the <a data-cite="RDF12-SEMANTICS#dfn-merge">merge</a> of G1 and G2
7912-
</li>
7913-
<li>(&lt;u<sub>i</sub>&gt;, G<sub>i</sub>) where &lt;u<sub>i</sub>&gt; is in N1 but not
7914-
in N2</li>
7915-
<li>(&lt;u<sub>i</sub>&gt;, G<sub>i</sub>) where &lt;u<sub>i</sub>&gt; is in N2 but not
7916-
in N1</li>
7917-
<li>(&lt;u<sub>i</sub>&gt;, G<sub>i</sub>) where &lt;u<sub>i</sub>&gt; is equal to
7918-
&lt;u<sub>j</sub>&gt; in N1 and equal to &lt;u<sub>k</sub>&gt; in N2 and G<sub>i</sub>
7919-
is the <a data-cite="RDF12-SEMANTICS#dfn-merge">merge</a> of G1<sub>j</sub> and G2<sub>k</sub>
7920-
</li>
7921-
</ul>
7922-
</div>
79237896
</section>
79247897
<section id="sparqlQueryVariables">
79257898
<h4>Query Variables</h4>

0 commit comments

Comments
 (0)