Skip to content

Commit 09ba854

Browse files
committed
Use RDF Dataset definition from RDF Concepts
Closes #28
1 parent ca14da9 commit 09ba854

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

spec/index.html

+9-16
Original file line numberDiff line numberDiff line change
@@ -3124,9 +3124,9 @@ <h2>RDF Dataset</h2>
31243124
predicate and object. Many RDF data stores hold multiple RDF graphs and record information
31253125
about each graph, allowing an application to make queries that involve information from more
31263126
than one graph.</p>
3127-
<p>A SPARQL query is executed against an <em>RDF Dataset</em> which represents a collection of
3127+
<p>A SPARQL query is executed against an <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">RDF Dataset</a> [[RDF12-CONCEPTS]] which represents a collection of
31283128
graphs. An RDF Dataset comprises one graph, the default graph, which does not have a name, and
3129-
zero or more named graphs, where each named graph is identified by an IRI. A SPARQL query can
3129+
zero or more named graphs, where each named graph is identified by an IRI or a blank node. A SPARQL query can
31303130
match different parts of the query pattern against different graphs as described in section
31313131
<a href="#queryDataset">13.3 Querying the Dataset</a>.</p>
31323132
<p>An RDF Dataset may contain zero named graphs; an RDF Dataset always contains one default
@@ -3138,7 +3138,7 @@ <h2>RDF Dataset</h2>
31383138
active graph one of all of the named graphs in the dataset for part of the query.</p>
31393139
<section id="exampleDatasets">
31403140
<h3>Examples of RDF Datasets</h3>
3141-
<p>The definition of RDF Dataset does not restrict the relationships of named and default
3141+
<p>The <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">definition of RDF Dataset</a> [[RDF12-CONCEPTS]] does not restrict the relationships of named and default
31423142
graphs. Information can be repeated in different graphs; relationships between graphs can be
31433143
exposed. Two useful arrangements are:</p>
31443144
<ul>
@@ -7882,23 +7882,16 @@ <h2>Definition of SPARQL</h2>
78827882
abstract query is then evaluated on an RDF dataset.</p>
78837883
<section id="initDefinitions">
78847884
<h3>Initial Definitions</h3>
7885-
<section id="sparqlDataset">
7886-
<h4>RDF Dataset</h4>
7887-
<div class="defn">
7888-
<p><b>Definition: <span id="defn_RDFDataset">RDF Dataset</span></b></p>
7889-
<p>An RDF dataset is a set:<br>
7890-
{ G, (&lt;u<sub>1</sub>&gt;, G<sub>1</sub>), (&lt;u<sub>2</sub>&gt;, G<sub>2</sub>), . .
7891-
. (&lt;u<sub>n</sub>&gt;, G<sub>n</sub>) }<br>
7892-
where G and each G<sub>i</sub> are graphs, and each &lt;u<sub>i</sub>&gt; is an IRI. Each
7893-
&lt;u<sub>i</sub>&gt; is distinct.</p>
7894-
<p>G is called the default graph. (&lt;u<sub>i</sub>&gt;, G<sub>i</sub>) are called named
7895-
graphs.</p>
7896-
</div>
7885+
<section id="activeGraph">
7886+
<h4>Active Graph</h4>
78977887
<div class="defn">
78987888
<p><b>Definition: <span id="defn_ActiveGraph">Active Graph</span></b></p>
78997889
<p>The <b>active graph</b> is the graph from the dataset used for basic graph pattern
79007890
matching.</p>
79017891
</div>
7892+
</section>
7893+
<section id="rdfDatasetMerge">
7894+
<h4>RDF Dataset Merge</h4>
79027895
<div class="defn">
79037896
<div id="defn_RDFDatasetMerge">
79047897
<b>Definition: RDF Dataset Merge</b>
@@ -8062,7 +8055,7 @@ <h4>SPARQL Query</h4>
80628055
<ul>
80638056
<li>E is a <a href="#sparqlAlgebra">SPARQL algebra</a> expression
80648057
</li>
8065-
<li>DS is an <a href="#defn_RDFDataset">RDF Dataset</a>
8058+
<li>DS is an <a data-cite="RDF12-CONCEPTS#dfn-rdf-dataset">RDF Dataset</a> [[RDF12-CONCEPTS]]
80668059
</li>
80678060
<li>QF is a <a href="#QueryForms">query form</a>
80688061
</li>

0 commit comments

Comments
 (0)