Update statuses to FPWD, and add SOTD... nothing in SOTDs
authorGavin Carothers <gavin@carothers.name>
Wed, 27 Mar 2013 08:09:31 -0700
changeset 688 8aacaffa3c52
parent 687 1bd3ae36aebf
child 689 7b2899897b7a
Update statuses to FPWD, and add SOTD... nothing in SOTDs
nquads/index.html
rdf-turtle/n-triples.html
trig/index.html
--- a/nquads/index.html	Tue Mar 26 11:09:40 2013 -0400
+++ b/nquads/index.html	Wed Mar 27 08:09:31 2013 -0700
@@ -8,7 +8,7 @@
     <script class='remove'>
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED",
+          specStatus:           "FPWD-NOTE",
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "n-quads",
@@ -82,9 +82,12 @@
   </head>
   <body>
     <section id='abstract'>
-    N-Quads is a line-based, plain text format for encoding an RDF graph.
+    N-Quads is a line-based, plain text format for encoding an RDF dataset.
 </section>
 
+      <section id='sotd'>
+      </section>
+
       <section id="sec-intro">
         <h2>Introduction</h2>
         <p>This document defines an easy to parse line-based language named N-Quads.</p>
--- a/rdf-turtle/n-triples.html	Tue Mar 26 11:09:40 2013 -0400
+++ b/rdf-turtle/n-triples.html	Wed Mar 27 08:09:31 2013 -0700
@@ -8,7 +8,7 @@
     <script class='remove'>
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED",
+          specStatus:           "FPWD-NOTE",
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "n-triples",
@@ -52,8 +52,7 @@
 
           authors:  [
               { name: "David Beckett", url: "http://www.dajobe.org/" },
-              { name: "Gavin Carothers", url: "http://gavin.carothers.name/",
-    company: "Lex Machina, Inc", companyURL: "https://lexmachina.com/" },
+              //{ name: "Gavin Carothers", url: "http://gavin.carothers.name/", company: "Lex Machina, Inc", companyURL: "https://lexmachina.com/" },
 
           ],
           
@@ -93,6 +92,11 @@
 </section>
         <!-- BEGIN N-TRIPLES SPEC -->
 
+
+      <section id='sotd'>
+        
+      </section>
+
       <section id="sec-triples">
         <h2>Introduction</h2>
         <p>This document defines an easy to parse line-based subset of Turtle named N-Triples.</p>
--- a/trig/index.html	Tue Mar 26 11:09:40 2013 -0400
+++ b/trig/index.html	Wed Mar 27 08:09:31 2013 -0700
@@ -24,7 +24,7 @@
       };
       var respecConfig = {
 	  // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-	  specStatus:           "ED",
+	  specStatus:           "FPWD",
 	  
 	  // the specification's short name, as in http://www.w3.org/TR/short-name/
 	  shortName:            "TriG",
@@ -100,7 +100,7 @@
 			(<abbr title="Resource Description Framework">RDF</abbr>) is a 
 			general-purpose language for representing information in the Web.</p>
 
-			<p>This document defines a textual syntax for RDF called Trig
+			<p>This document defines a textual syntax for RDF called TriG
 			that allows an RDF dataset to be completely written in a compact and
 			natural text form, with abbreviations for common usage patterns and
 			datatypes. TriG is an extension of the 
@@ -108,6 +108,10 @@
 			</p>
 		</section>
 
+	    <section id='sotd'>
+	    	
+    	</section>
+
 		<section id="sec-intro">
 			<h2>Introduction</h2>
 			<p>This document defines TriG a concrete syntax for RDF as defined in the