Skip to content

Commit

Permalink
Restore sparqlDataset section and informally repeat RDF dataset def
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 18, 2024
1 parent 09ba854 commit 083c88e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7882,16 +7882,23 @@ <h2>Definition of SPARQL</h2>
abstract query is then evaluated on an RDF dataset.</p>
<section id="initDefinitions">
<h3>Initial Definitions</h3>
<section id="activeGraph">
<h4>Active Graph</h4>
<section id="sparqlDataset">
<h4>RDF Dataset</h4>
<div>
<p>The concept of an <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">RDF Dataset</a> is defined in [[RDF12-CONCEPTS]].</p>
<p>For the following definitions, we capture each RDF dataset as a set:<br>
{ G, (&lt;u<sub>1</sub>&gt;, G<sub>1</sub>), (&lt;u<sub>2</sub>&gt;, G<sub>2</sub>), . .
. (&lt;u<sub>n</sub>&gt;, G<sub>n</sub>) }<br>
where G and each G<sub>i</sub> are graphs, and each &lt;u<sub>i</sub>&gt; is an IRI. Each
&lt;u<sub>i</sub>&gt; is distinct.</p>
<p>G is called the default graph. (&lt;u<sub>i</sub>&gt;, G<sub>i</sub>) are called named
graphs.</p>
</div>
<div class="defn">
<p><b>Definition: <span id="defn_ActiveGraph">Active Graph</span></b></p>
<p>The <b>active graph</b> is the graph from the dataset used for basic graph pattern
matching.</p>
</div>
</section>
<section id="rdfDatasetMerge">
<h4>RDF Dataset Merge</h4>
<div class="defn">
<div id="defn_RDFDatasetMerge">
<b>Definition: RDF Dataset Merge</b>
Expand Down

0 comments on commit 083c88e

Please sign in to comment.