File tree Expand file tree Collapse file tree 4 files changed +55
-48
lines changed Expand file tree Collapse file tree 4 files changed +55
-48
lines changed Original file line number Diff line number Diff line change 1
- # RDF-star Working Group
1
+ # RDF & SPARQL Working Group
2
2
3
3
Contributions to this repository are intended to become part of Recommendation-track documents governed by the
4
4
[ W3C Patent Policy] ( https://www.w3.org/Consortium/Patent-Policy-20040205/ ) and
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ var localBibliography = {
88
88
} ,
89
89
"SPARQL12-NEW" : {
90
90
"authors" : [
91
- "The W3C RDF-star Working Group"
91
+ "The W3C RDF & SPARQL Working Group"
92
92
] ,
93
93
"href" : "https://w3c.github.io/sparql-new/spec/" ,
94
94
"title" : "What’s New in SPARQL 1.2" ,
@@ -98,7 +98,7 @@ var localBibliography = {
98
98
} ,
99
99
"SPARQL12-CONCEPTS" : {
100
100
"authors" : [
101
- "The W3C RDF-star Working Group"
101
+ "The W3C RDF & SPARQL Working Group"
102
102
] ,
103
103
"href" : "https://w3c.github.io/sparql-concepts/spec/" ,
104
104
"title" : "SPARQL 1.2 Concepts" ,
Original file line number Diff line number Diff line change 1
- Members of the RDF-star Working Group Group included
2
- Vladimir Alexiev,
3
- Amin Anjomshoaa,
4
- Julián Arenas-Guerrero,
5
- Dörthe Arndt,
6
- Bilal Ben Mahria,
7
- Erich Bremer,
8
- Kurt Cagle,
9
- Rémi Ceres,
10
- Pierre-Antoine Champin,
11
- Souripriya Das,
12
- Daniil Dobriy,
13
- Enrico Franconi,
14
- Jeffrey Phillips Freeman,
15
- Fabien Gandon,
16
- Benjamin Goering,
17
- Adrian Gschwend,
18
- Olaf Hartig,
19
- Timothée Haudebourg,
20
- Ian Horrocks,
21
- Gregg Kellogg,
22
- Mark Kim,
23
- Jose Emilio Labra Gayo,
24
- Ora Lassila,
25
- Richard Lea,
26
- Niklas Lindström,
27
- Pasquale Lisena,
28
- Thomas Lörtsch,
29
- Matthew Nguyen,
30
- Peter Patel-Schneider,
31
- Thomas Pellissier Tanon,
32
- Dave Raggett,
33
- Jean-Yves ROSSI,
34
- Felix Sasaki,
35
- Andy Seaborne,
36
- Ruben Taelman,
37
- Ted Thibodeau Jr,
38
- Dominik Tomaszuk,
39
- Raphaël Troncy,
40
- William Van Woensel,
41
- Gregory Williams,
42
- Jesse Wright,
43
- Achille Zappa, and
44
- Antoine Zimmermann.
1
+ Members of the RDF & SPARQL Working Group Group included
2
+ Vladimir Alexiev,
3
+ James Anderson,
4
+ Amin Anjomshoaa,
5
+ Julián Arenas-Guerrero,
6
+ Dörthe Arndt,
7
+ Bilal Ben Mahria,
8
+ Erich Bremer,
9
+ Dan Brickley,
10
+ Kurt Cagle,
11
+ Sarven Capadisli,
12
+ Rémi Ceres,
13
+ Pierre-Antoine Champin,
14
+ David Chaves-Fraga,
15
+ Souripriya Das,
16
+ Daniil Dobriy,
17
+ Enrico Franconi,
18
+ Jeffrey Phillips Freeman,
19
+ Fabien Gandon,
20
+ Benjamin Goering,
21
+ Damien Graux,
22
+ Adrian Gschwend,
23
+ Olaf Hartig,
24
+ Timothée Haudebourg,
25
+ Ian Horrocks,
26
+ Gregg Kellogg,
27
+ Mark Kim,
28
+ Jose Emilio Labra Gayo,
29
+ Ora Lassila,
30
+ Richard Lea,
31
+ Niklas Lindström,
32
+ Pasquale Lisena,
33
+ Thomas Lörtsch,
34
+ Matthew Nguyen,
35
+ Peter Patel-Schneider,
36
+ Thomas Pellissier Tanon,
37
+ Dave Raggett,
38
+ Jean-Yves ROSSI,
39
+ Felix Sasaki,
40
+ Andy Seaborne,
41
+ Alan Snyder,
42
+ Stuart Sutton,
43
+ Ruben Taelman,
44
+ Ted Thibodeau Jr,
45
+ Dominik Tomaszuk,
46
+ Raphaël Troncy,
47
+ William Van Woensel,
48
+ Gregory Williams,
49
+ Jesse Wright,
50
+ Achille Zappa, and
51
+ Antoine Zimmermann.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const groupOptions = {
25
25
26
26
const userOptions = {
27
27
hostname : 'api.w3.org' ,
28
- path : `/groups/${ GROUP } /users?items=50${ apikey } ` ,
28
+ path : `/groups/${ GROUP } /users?items=50${ apikey } &former=true ` ,
29
29
headers : {
30
30
'Accept' : 'application/json'
31
31
}
You can’t perform that action at this time.
0 commit comments