@@ -7893,33 +7893,6 @@ <h4>RDF Dataset</h4>
7893
7893
<p>The <b>active graph</b> is the graph from the dataset used for basic graph pattern
7894
7894
matching.</p>
7895
7895
</div>
7896
- <div class="defn">
7897
- <div id="defn_RDFDatasetMerge">
7898
- <b>Definition: RDF Dataset Merge</b>
7899
- </div>
7900
- <p>Let DS1 = { G1, (<u1<sub>1</sub>>, G1<sub>1</sub>), (<u1<sub>2</sub>>,
7901
- G1<sub>2</sub>), . . . (<u1<sub>n</sub>>, G1<sub>n</sub>) },<br>
7902
- and DS2 = { G2, (<u2<sub>1</sub>>, G2<sub>1</sub>), (<u2<sub>2</sub>>,
7903
- G2<sub>2</sub>), . . . (<u2<sub>m</sub>>, G2<sub>m</sub>) }</p>
7904
- <p>then we define the RDF Dataset Merge of DS1 and DS2 to be:<br>
7905
- DS={ G, (<u<sub>1</sub>>, G<sub>1</sub>), (<u<sub>2</sub>>, G<sub>2</sub>), .
7906
- . . (<u<sub>k</sub>>, G<sub>k</sub>) }<br>
7907
- where:</p>
7908
- <p>Write N1 for { <u1<sub>j</sub>> j = 1 to n }<br>
7909
- Write N2 for { <u2<sub>j</sub>> 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>(<u<sub>i</sub>>, G<sub>i</sub>) where <u<sub>i</sub>> is in N1 but not
7914
- in N2</li>
7915
- <li>(<u<sub>i</sub>>, G<sub>i</sub>) where <u<sub>i</sub>> is in N2 but not
7916
- in N1</li>
7917
- <li>(<u<sub>i</sub>>, G<sub>i</sub>) where <u<sub>i</sub>> is equal to
7918
- <u<sub>j</sub>> in N1 and equal to <u<sub>k</sub>> 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>
7923
7896
</section>
7924
7897
<section id="sparqlQueryVariables">
7925
7898
<h4>Query Variables</h4>
0 commit comments