Skip to content

Commit f9f5ea8

Browse files
rubensworksafs
authored andcommitted
Restore sparqlDataset section and informally repeat RDF dataset def
1 parent 2a70f62 commit f9f5ea8

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

spec/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7886,16 +7886,23 @@ <h2>Definition of SPARQL</h2>
78867886
abstract query is then evaluated on an RDF dataset.</p>
78877887
<section id="initDefinitions">
78887888
<h3>Initial Definitions</h3>
7889-
<section id="activeGraph">
7890-
<h4>Active Graph</h4>
7889+
<section id="sparqlDataset">
7890+
<h4>RDF Dataset</h4>
7891+
<div>
7892+
<p>The concept of an <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">RDF Dataset</a> is defined in [[RDF12-CONCEPTS]].</p>
7893+
<p>For the following definitions, we capture each RDF dataset as a set:<br>
7894+
{ G, (&lt;u<sub>1</sub>&gt;, G<sub>1</sub>), (&lt;u<sub>2</sub>&gt;, G<sub>2</sub>), . .
7895+
. (&lt;u<sub>n</sub>&gt;, G<sub>n</sub>) }<br>
7896+
where G and each G<sub>i</sub> are graphs, and each &lt;u<sub>i</sub>&gt; is an IRI. Each
7897+
&lt;u<sub>i</sub>&gt; is distinct.</p>
7898+
<p>G is called the default graph. (&lt;u<sub>i</sub>&gt;, G<sub>i</sub>) are called named
7899+
graphs.</p>
7900+
</div>
78917901
<div class="defn">
78927902
<p><b>Definition: <span id="defn_ActiveGraph">Active Graph</span></b></p>
78937903
<p>The <b>active graph</b> is the graph from the dataset used for basic graph pattern
78947904
matching.</p>
78957905
</div>
7896-
</section>
7897-
<section id="rdfDatasetMerge">
7898-
<h4>RDF Dataset Merge</h4>
78997906
<div class="defn">
79007907
<div id="defn_RDFDatasetMerge">
79017908
<b>Definition: RDF Dataset Merge</b>

0 commit comments

Comments
 (0)