You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spec/index.html
+9-16
Original file line number
Diff line number
Diff line change
@@ -3124,9 +3124,9 @@ <h2>RDF Dataset</h2>
3124
3124
predicate and object. Many RDF data stores hold multiple RDF graphs and record information
3125
3125
about each graph, allowing an application to make queries that involve information from more
3126
3126
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
3128
3128
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
3130
3130
match different parts of the query pattern against different graphs as described in section
3131
3131
<a href="#queryDataset">13.3 Querying the Dataset</a>.</p>
3132
3132
<p>An RDF Dataset may contain zero named graphs; an RDF Dataset always contains one default
@@ -3138,7 +3138,7 @@ <h2>RDF Dataset</h2>
3138
3138
active graph one of all of the named graphs in the dataset for part of the query.</p>
3139
3139
<section id="exampleDatasets">
3140
3140
<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
3142
3142
graphs. Information can be repeated in different graphs; relationships between graphs can be
3143
3143
exposed. Two useful arrangements are:</p>
3144
3144
<ul>
@@ -7882,23 +7882,16 @@ <h2>Definition of SPARQL</h2>
7882
7882
abstract query is then evaluated on an RDF dataset.</p>
0 commit comments