diff --git a/spec/index.html b/spec/index.html index 9b03ac0..e2b94df 100644 --- a/spec/index.html +++ b/spec/index.html @@ -7893,33 +7893,6 @@

RDF Dataset

The active graph is the graph from the dataset used for basic graph pattern matching.

-
-
- Definition: RDF Dataset Merge -
-

Let DS1 = { G1, (<u11>, G11), (<u12>, - G12), . . . (<u1n>, G1n) },
- and DS2 = { G2, (<u21>, G21), (<u22>, - G22), . . . (<u2m>, G2m) }

-

then we define the RDF Dataset Merge of DS1 and DS2 to be:
- DS={ G, (<u1>, G1), (<u2>, G2), . - . . (<uk>, Gk) }
- where:

-

Write N1 for { <u1j> j = 1 to n }
- Write N2 for { <u2j> j = 1 to m }

- -

Query Variables