Added back Gregg as Syntax editor, and some other minor editorial changes.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 10 Jan 2012 10:26:00 -0800
changeset 319 b8806d26af55
parent 318 68108b9b164b
child 320 4c96842f2045
Added back Gregg as Syntax editor, and some other minor editorial changes.
spec/latest/json-ld-api/index.html
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-api/index.html	Wed Jan 11 00:44:51 2012 +0800
+++ b/spec/latest/json-ld-api/index.html	Tue Jan 10 10:26:00 2012 -0800
@@ -668,8 +668,8 @@
   <dt><code>@context</code></dt><dd>Used to set the <tref>local context</tref>.</dd>
   <dt><code>@id</code></dt><dd>Sets the active subject.</dd>
   <dt><code>@language</code></dt><dd>Used to specify the language for a literal.</dd>
+  <dt><code>@type</code></dt><dd>Used to set the type of the active subject or the datatype of a literal.</dd>
   <dt><code>@value</code></dt><dd>Used to specify the value of a literal.</dd>
-  <dt><code>@type</code></dt><dd>Used to set the type of the active subject or the datatype of a literal.</dd>
   <dt><code>:</code></dt><dd>The separator for JSON keys and values that use the <tref>prefix</tref> mechanism.</dd>
   </dl>
 
@@ -1035,8 +1035,6 @@
 </ol>
 </section>
 
-<p class="issue">What are the implications for expanding lists?</p>
-
 </section>
 
 <section>
@@ -2821,17 +2819,13 @@
 
 <p>The editors would like to thank Mark Birbeck, who provided a great deal of
 the initial push behind the JSON-LD work via his work on RDFj,
-Dave Longley, Dave Lehn and Mike Johnson who reviewed, provided feedback, and
+Dave Lehn and Mike Johnson who reviewed, provided feedback, and
 performed several implementations of the specification, and Ian Davis, who
 created RDF/JSON. Thanks also to Nathan Rixham, Bradley P. Allen,
 Kingsley Idehen, Glenn McDonald, Alexandre Passant, Danny Ayers, Ted
 Thibodeau Jr., Olivier Grisel, Niklas Lindström, Markus Lanthaler, and Richard
-Cyganiak for their input on the specification. Another huge thank you goes out
-to Dave Longley who designed many of the algorithms used in this specification,
-including the normalization algorithm which was a monumentally difficult
-design challenge.
+Cyganiak for their input on the specification.
 </p>
-<p class="issue">Dave is an editor, and probably shouldn't also be in acknowledgments.</p>
 </section>
 
 <section class="appendix" id="appendix-b">
--- a/spec/latest/json-ld-syntax/index.html	Wed Jan 11 00:44:51 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html	Tue Jan 10 10:26:00 2012 -0800
@@ -184,6 +184,8 @@
           editors:  [
               { name: "Manu Sporny", url: "http://manu.sporny.org/",
                 company: "Digital Bazaar", companyURL: "http://digitalbazaar.com/" }
+              { name: "Gregg Kellogg", url: "http://greggkellogg.net/",
+                company: "Kellogg Associates", companyURL: "http://kellogg-assoc.com/" },
           ],
 
           // authors, add as many as you like.
@@ -416,8 +418,8 @@
   <dt><code>@context</code></dt><dd>Used to set the <tref>local context</tref>.</dd>
   <dt><code>@id</code></dt><dd>Sets the active subject.</dd>
   <dt><code>@language</code></dt><dd>Used to specify the language for a literal.</dd>
+  <dt><code>@type</code></dt><dd>Used to set the type of the active subject or the datatype of a literal.</dd>
   <dt><code>@value</code></dt><dd>Used to specify the value of a literal.</dd>
-  <dt><code>@type</code></dt><dd>Used to set the type of the active subject or the datatype of a literal.</dd>
   <dt><code>:</code></dt><dd>The separator for JSON keys and values that use the <tref>prefix</tref> mechanism.</dd>
   </dl>
 </section>