--- a/rdf-concepts/index.html Wed Oct 16 09:23:42 2013 -0700
+++ b/rdf-concepts/index.html Wed Oct 16 09:24:00 2013 -0700
@@ -66,29 +66,18 @@
company: "3 Round Stones", companyURL: "http://3roundstones.com/",
},
],
- otherContributors: {
- "Previous editor": [
- { name: "Graham Klyne",
- //url: "http://www.ninebynine.org/",
- company: "Nine by Nine",
- //companyURL: "http://example.com/"
- //mailto: "GK@NineByNine.org",
- },
- { name: "Jeremy J. Carroll",
- //url: "http://www-uk.hpl.hp.com/people/jjc/",
- company: "Hewlett Packard Labs",
- //companyURL: "http://example.com/"
- //mailto: "jjc@hpl.hp.com",
- },
- { name: "Brian McBride",
- //url: "http://www-uk.hpl.hp.com/people/bwm/",
- company: "Hewlett Packard Labs",
- //companyURL: "http://example.com/"
- //mailto: "bwm@hplb.hpl.hp.com",
- note: "RDF 2004 Series Editor",
- },
- ],
- },
+ otherLinks: [ {
+ key: "Previous Editors",
+ data: [{
+ value: "Graham Klyne",
+ href: "http://www.ninebynine.org/"
+ }, {
+ value: "Jeremy J. Carroll"
+ }, {
+ value: "Brian McBride"
+ }
+ }
+ ],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.