corrected typos, reviewed Guus changes and added Guus as first editor
authorfgandon
Tue, 10 Dec 2013 15:37:36 +0100
changeset 1515 6b01f222d31d
parent 1514 ed8a07e2f4cf
child 1516 4ff118fde668
corrected typos, reviewed Guus changes and added Guus as first editor
rdf-xml/index.html
--- a/rdf-xml/index.html	Tue Dec 10 15:12:10 2013 +0100
+++ b/rdf-xml/index.html	Tue Dec 10 15:37:36 2013 +0100
@@ -50,8 +50,11 @@
           // editors, add as many as you like
           // only "name" is required
           editors:  [
-              { name: "Fabien Gandon", url: "http://fabien.info/",
-                company: "INRIA", companyURL: "http://www.inria.fr/en",
+             { name: "Guus Schreiber", url: "http://www.cs.vu.nl/~guus/",
+                company: "VU University Amsterdam", companyURL: "http://www.vu.nl",
+              },
+             { name: "Fabien Gandon", url: "http://fabien.info/",
+                company: "INRIA", companyURL: "http://www.inria.fr",
               },
 
           ],
@@ -135,7 +138,7 @@
         <p>This document defines the
         XML [[!XML10]] syntax for RDF graphs. </p>
   
-        <p>This document revises the original RDF/XML gramma [[RDFMS]]
+        <p>This document revises the original RDF/XML grammar [[RDFMS]]
         in terms of XML Information Set [[!XML-INFOSET]] information items which moves
         away from the rather low-level details of XML, such as particular
         forms of empty elements.  This allows the grammar to be more
@@ -144,7 +147,7 @@
         emitting statements in the N-Triples [[!N-TRIPLES]] format. </p>
 
         <p>This document is part of the suite of RDF 1.1
-        documents. Other documents in thi suite are: </p>
+        documents. Other documents in this suite are: </p>
 
     <ul>
       <li>A document describing the basic concepts underlying RDF, as