Included a brief discussion of RDF Dataset differences between RDF 1.1 and SPARQL 1.1.
authorDavid Wood <dwood@zepheira.com>
Wed, 18 Dec 2013 11:19:15 -0500
changeset 1636 dd220426b497
parent 1635 f184a692fe02
child 1637 3fb32045d378
Included a brief discussion of RDF Dataset differences between RDF 1.1 and SPARQL 1.1.
rdf-new/index.html
--- a/rdf-new/index.html	Wed Dec 18 16:56:00 2013 +0100
+++ b/rdf-new/index.html	Wed Dec 18 11:19:15 2013 -0500
@@ -275,7 +275,12 @@
 <h3>Datasets</h3>
 	
 <p>RDF 1.1 introduces the concept of RDF Datasets.  An RDF Dataset is a collection of RDF
-Graphs.  The semantics of RDF Datasets
+Graphs.  SPARQL 1.1 [[SPARQL11-OVERVIEW]] also defines the concept of an RDF Dataset, but
+the definition in RDF 1.1 differs slightly in that RDF 1.1 allows RDF Graphs to be
+identified using either an IRI or a blank node. More information is available in
+RDF 1.1 Concepts and Abstract Syntax.</p>
+
+<p>The semantics of RDF Datasets
 are minimally specified as of RDF
 1.1. The Working Group published a
 draft Note discussing issues related