rest of previous update
authorGuus Schreiber <guus.schreiber@vu.nl>
Sun, 15 Dec 2013 18:29:11 +0100
changeset 1568 dd28f40c547e
parent 1567 4a4e52012122
child 1569 f9def8f3d010
rest of previous update
rdf-new/index.html
--- a/rdf-new/index.html	Sun Dec 15 18:25:56 2013 +0100
+++ b/rdf-new/index.html	Sun Dec 15 18:29:11 2013 +0100
@@ -152,7 +152,7 @@
 		<table class="simple">
 		      <caption>Prefixes and IRIs</caption>
 		      <tr><th>Namespace prefix</th><th>Namespace IRI</th><th>RDF vocabulary</th></tr>
-		      <tr><td>rdf</td><td><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code></a></td><td>The RDF built-in vocabulary [[RDF-SCHEMA]]</td></tr>
+		      <tr><td>rdf</td><td><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><code>http://www.w3.org/1999/02/22-rdf-syntax-ns#</code></a></td><td>The RDF built-in vocabulary [[RDF11-SCHEMA]]</td></tr>
 		      <tr><td>xsd</td><td><a
 		      href="http://www.w3.org/2001/XMLSchema#"><code>http://www.w3.org/2001/XMLSchema#</code></a></td><td>The
 		      RDF-compatible XML Schema datatypes</td></tr>
@@ -306,7 +306,11 @@
 			<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 are minimally specified as of RDF 1.1.</p>
+				Graphs.  The semantics of RDF Datasets
+				are minimally specified as of RDF
+				1.1. The Working Group published a
+				draft Note discussing issues related
+				to semantics for datasets [[RDF11-DATASETS]]</p>
 				
 			<p>RDF Graphs may be named using an IRI or a blank node.  RDF Graphs that are so named are
 				called named graphs.</p>