diff --git a/spec/common/README.md b/spec/common/README.md index 674e6e3..4efc497 100644 --- a/spec/common/README.md +++ b/spec/common/README.md @@ -7,4 +7,4 @@ This repository is meant to be used as a submodule in multiple repository holdin The `participants.js` Node script can be used to retrieve the list of working group participants. It requires an API Key. - node participants.js wg/rdf-star > participantes.html + node participants.js wg/rdf-star > participants.html diff --git a/spec/common/local-biblio.js b/spec/common/local-biblio.js index 3f79dd5..16d7cea 100644 --- a/spec/common/local-biblio.js +++ b/spec/common/local-biblio.js @@ -285,4 +285,14 @@ var localBibliography = { "status": "WD", "publisher": "W3C" }, + "CBD": { + "title": "CBD - Concise Bounded Description", + "href": "https://www.w3.org/Submission/CBD/", + "authors": [ + "Patrick Stickler, Nokia" + ], + "rawDate": "2005-06-03", + "publisher": "W3C", + "status": "W3C Member Submission" + }, }; diff --git a/spec/common/participants.html b/spec/common/participants.html index c6e85c3..4ee377e 100644 --- a/spec/common/participants.html +++ b/spec/common/participants.html @@ -1 +1 @@ -Members of the RDF-star Working Group Group included Adrian Gschwend, Andy Seaborne, Antoine Zimmermann, Dan Brickley, David Chaves-Fraga, Dominik Tomaszuk, Dörthe Arndt, Enrico Franconi, Fabien Gandon, Gregg Kellogg, Gregory Williams, Jesse Wright, Julián Arenas-Guerrero, Olaf Hartig, Ora Lassila, Pasquale Lisena, Peter Patel-Schneider, Pierre-Antoine Champin, Raphaël Troncy, Ruben Taelman, Rémi Ceres, Sarven Capadisli, Souripriya Das, Ted Thibodeau, and Timothée HAUDEBOURG. +Members of the RDF-star Working Group Group included Adrian Gschwend, Andy Seaborne, Antoine Zimmermann, Dan Brickley, David Chaves-Fraga, Dominik Tomaszuk, Dörthe Arndt, Enrico Franconi, Fabien Gandon, Gregg Kellogg, Gregory Williams, Jesse Wright, Julián Arenas-Guerrero, Olaf Hartig, Ora Lassila, Pasquale Lisena, Peter Patel-Schneider, Pierre-Antoine Champin, Raphaël Troncy, Ruben Taelman, Rémi Ceres, Sarven Capadisli, Souripriya Das, Ted Thibodeau, and Timothée Haudebourg. diff --git a/spec/common/participants.js b/spec/common/participants.js index e8d486b..42d7c1e 100644 --- a/spec/common/participants.js +++ b/spec/common/participants.js @@ -13,8 +13,8 @@ const process = require('process'); const APIKEY = process.env.APIKEY || process.argv[2]; const GROUP = process.env.GROUP || process.argv[3] || "wg/rdf-star"; -if (!APIKEY || !GROUP) { - console.error('Error: APIKEY and GROUP must be specified as either environment variables or command-line arguments.'); +if (!APIKEY) { + console.error('Error: APIKEY must be specified as either an environment variable or a command-line argument.'); process.exit(1); } diff --git a/spec/index.html b/spec/index.html index 8519cc2..53f9757 100644 --- a/spec/index.html +++ b/spec/index.html @@ -357,7 +357,7 @@

IRIs

The '@prefix' and '@base' directives require a trailing '.' after the IRI, - the equalivent 'PREFIX' and 'BASE' + the equivalent 'PREFIX' and 'BASE' must not have a trailing '.' after the IRI part of the directive.

@@ -410,13 +410,15 @@

Quoted Literals