Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
main:
name: Echidna Auto-publish WD
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: w3c/spec-prod@v2
Expand Down
2 changes: 1 addition & 1 deletion spec/common/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RDF-star Working Group
# RDF & SPARQL Working Group

Contributions to this repository are intended to become part of Recommendation-track documents governed by the
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and
Expand Down
4 changes: 2 additions & 2 deletions spec/common/local-biblio.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var localBibliography = {
},
"SPARQL12-NEW": {
"authors": [
"The W3C RDF-star Working Group"
"The W3C RDF & SPARQL Working Group"
],
"href": "https://w3c.github.io/sparql-new/spec/",
"title": "What’s New in SPARQL 1.2",
Expand All @@ -98,7 +98,7 @@ var localBibliography = {
},
"SPARQL12-CONCEPTS": {
"authors": [
"The W3C RDF-star Working Group"
"The W3C RDF & SPARQL Working Group"
],
"href": "https://w3c.github.io/sparql-concepts/spec/",
"title": "SPARQL 1.2 Concepts",
Expand Down
95 changes: 51 additions & 44 deletions spec/common/participants.html
Original file line number Diff line number Diff line change
@@ -1,44 +1,51 @@
Members of the RDF-star Working Group Group included
Vladimir Alexiev,
Amin Anjomshoaa,
Julián Arenas-Guerrero,
Dörthe Arndt,
Bilal Ben Mahria,
Erich Bremer,
Kurt Cagle,
Rémi Ceres,
Pierre-Antoine Champin,
Souripriya Das,
Daniil Dobriy,
Enrico Franconi,
Jeffrey Phillips Freeman,
Fabien Gandon,
Benjamin Goering,
Adrian Gschwend,
Olaf Hartig,
Timothée Haudebourg,
Ian Horrocks,
Gregg Kellogg,
Mark Kim,
Jose Emilio Labra Gayo,
Ora Lassila,
Richard Lea,
Niklas Lindström,
Pasquale Lisena,
Thomas Lörtsch,
Matthew Nguyen,
Peter Patel-Schneider,
Thomas Pellissier Tanon,
Dave Raggett,
Jean-Yves ROSSI,
Felix Sasaki,
Andy Seaborne,
Ruben Taelman,
Ted Thibodeau Jr,
Dominik Tomaszuk,
Raphaël Troncy,
William Van Woensel,
Gregory Williams,
Jesse Wright,
Achille Zappa, and
Antoine Zimmermann.
Members of the RDF & SPARQL Working Group Group included
Vladimir Alexiev,
James Anderson,
Amin Anjomshoaa,
Julián Arenas-Guerrero,
Dörthe Arndt,
Bilal Ben Mahria,
Erich Bremer,
Dan Brickley,
Kurt Cagle,
Sarven Capadisli,
Rémi Ceres,
Pierre-Antoine Champin,
David Chaves-Fraga,
Souripriya Das,
Daniil Dobriy,
Enrico Franconi,
Jeffrey Phillips Freeman,
Fabien Gandon,
Benjamin Goering,
Damien Graux,
Adrian Gschwend,
Olaf Hartig,
Timothée Haudebourg,
Ian Horrocks,
Gregg Kellogg,
Mark Kim,
Jose Emilio Labra Gayo,
Ora Lassila,
Richard Lea,
Niklas Lindström,
Pasquale Lisena,
Thomas Lörtsch,
Matthew Nguyen,
Peter Patel-Schneider,
Thomas Pellissier Tanon,
Dave Raggett,
Jean-Yves ROSSI,
Felix Sasaki,
Andy Seaborne,
Alan Snyder,
Stuart Sutton,
Ruben Taelman,
Ted Thibodeau Jr,
Dominik Tomaszuk,
Raphaël Troncy,
William Van Woensel,
Gregory Williams,
Jesse Wright,
Achille Zappa, and
Antoine Zimmermann.
2 changes: 1 addition & 1 deletion spec/common/participants.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const groupOptions = {

const userOptions = {
hostname: 'api.w3.org',
path: `/groups/${GROUP}/users?items=50${apikey}`,
path: `/groups/${GROUP}/users?items=50${apikey}&former=true`,
headers: {
'Accept': 'application/json'
}
Expand Down
Loading