Last minute changes
authorGavin Carothers <gavin@carothers.name>
Fri, 05 Aug 2011 08:25:04 -0700
changeset 111 b2fd170f8d79
parent 110 9b4523cc9347
child 112 3727479ec59c
Last minute changes
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Aug 05 07:59:15 2011 -0700
+++ b/rdf-turtle/index.html	Fri Aug 05 08:25:04 2011 -0700
@@ -34,7 +34,7 @@
 	  subtitle   :  "Terse RDF Triple Language",
 
 	  // if you wish the publication date to be other than today, set this
-	  // publishDate:  "2009-08-06",
+	  publishDate:  "2011-08-09",
 
 	  // if the specification's copyright date is a range of years, specify
 	  // the start date here:
@@ -42,8 +42,9 @@
 
 	  // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
 	  // and its maturity status
-	  // previousPublishDate:  "1977-03-15",
-	  // previousMaturity:  "WD",
+	  previousPublishDate:  "2011-03-28",
+	  previousMaturity:  "Team-SUBM",
+	  previousURI: "http://www.w3.org/TeamSubmission/2011/SUBM-turtle-20110328/",
 
 	  // if there a publicly available Editor's Draft, this is the link
 	  edDraftURI:           "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html",
@@ -91,7 +92,7 @@
 	  // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
 	  // Team Contact.
 	  wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
-	  doRDFa: false,
+	  doRDFa: true,
 	  preProcess: [ preprocessTurtle ]
       };
     </script>
@@ -806,16 +807,19 @@
         <section id="sec-identifiers">
           <h2>Identifiers for the Turtle Language</h2>
           <p>The IRI that identifies the Turtle language is:<br />
-          <code>http://www.w3.org/2008/turtle#turtle</code>
+          <code>http://www.w3.org/ns/formats/Turtle</code>
           </p>
 
           <p>The XML (Namespace name, Local name) pair that identifies
           the Turtle language is:<br />
-          Namespace: <code>http://www.w3.org/2008/turtle#</code><br />
+          Namespace: <code>http://www.w3.org/ns/formats/Turtle</code><br />
           Local name: <code>turtle</code><br />
           The suggested namespace prefix is <code>ttl</code> (informative)
           which would make this <code>ttl:turtle</code> as an XML QName.
           </p>
+          <p class="issue">Previous versions of the Turtle specified 
+          <code>http://www.w3.org/2008/turtle#turtle</code> as the IRI for the Turtle language. 
+          This change aligns Turtle with identifiers for RDF/XML, N3, POWDER, etc</p>
           
         </section>
         <section id="sec-conformance">