diff --git a/spec/index.html b/spec/index.html index 8e6c1ce..60c0743 100644 --- a/spec/index.html +++ b/spec/index.html @@ -3124,9 +3124,9 @@

RDF Dataset

predicate and object. Many RDF data stores hold multiple RDF graphs and record information about each graph, allowing an application to make queries that involve information from more than one graph.

-

A SPARQL query is executed against an RDF Dataset which represents a collection of +

A SPARQL query is executed against an RDF Dataset [[RDF12-CONCEPTS]] which represents a collection of graphs. An RDF Dataset comprises one graph, the default graph, which does not have a name, and - zero or more named graphs, where each named graph is identified by an IRI. A SPARQL query can + zero or more named graphs, where each named graph is identified by an IRI or a blank node. A SPARQL query can match different parts of the query pattern against different graphs as described in section 13.3 Querying the Dataset.

An RDF Dataset may contain zero named graphs; an RDF Dataset always contains one default @@ -3138,7 +3138,7 @@

RDF Dataset

active graph one of all of the named graphs in the dataset for part of the query.

Examples of RDF Datasets

-

The definition of RDF Dataset does not restrict the relationships of named and default +

The definition of RDF Dataset [[RDF12-CONCEPTS]] does not restrict the relationships of named and default graphs. Information can be repeated in different graphs; relationships between graphs can be exposed. Two useful arrangements are: