typo
authorGuus Schreiber <guus.schreiber@vu.nl>
Mon, 09 Dec 2013 16:29:45 +0100
changeset 1497 ba5b530de2ce
parent 1496 1cedae3014d6
child 1498 2c69caf496c1
typo
rdf-xml/index.html
--- a/rdf-xml/index.html	Mon Dec 09 16:19:08 2013 +0100
+++ b/rdf-xml/index.html	Mon Dec 09 16:29:45 2013 +0100
@@ -7,6 +7,9 @@
     <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
     <script class='remove'>
       var respecConfig = {
+          // extend the bibliography entries
+          localBiblio: localBibliography,
+
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
           specStatus:           "PER",
           
@@ -52,17 +55,16 @@
               },
 
           ],
-          otherContributors: {
-              "Previous editor": [
-                  { name: "Dave Beckett",
-                    url: "http://www.dajobe.org/",
-                    //company: "University of Bristol",
-                    //companyURL: "http://example.com/"
-                    //mailto: "GK@NineByNine.org",
-                  },
-
-              ],
-          },
+          otherLinks: [
+              {
+                  key: "Previous Editors",
+                  data: [
+                      {
+                          value: "Dave Beckett",
+                      }, 
+                  ]
+              }
+          ],         
 
           // authors, add as many as you like. 
           // This is optional, uncomment if you have authors as well as editors.
@@ -92,7 +94,7 @@
           // if this parameter is set to true, ReSpec.js will embed various RDFa attributes
           // throughout the generated specification. The triples generated use vocabulary items
           // from the dcterms, foaf, and bibo. The parameter defaults to false.
-          doRDFa: true,
+          doRDFa: "1.1",
       };
 
     </script>