Skip to content

Commit c0c78a1

Browse files
committed
Update common files.
1 parent 021650c commit c0c78a1

File tree

6 files changed

+70
-208
lines changed

6 files changed

+70
-208
lines changed

spec/common/CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
All documentation, code and communication under this repository are covered by the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/).

spec/common/CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# RDF-star Working Group
2+
3+
Contributions to this repository are intended to become part of Recommendation-track documents governed by the
4+
[W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and
5+
[Document License](https://www.w3.org/Consortium/Legal/copyright-documents). To make substantive contributions to specifications, you must either participate
6+
in the relevant W3C Working Group or make a non-member patent licensing commitment.
7+
8+
If you are not the sole contributor to a contribution (pull request), please identify all
9+
contributors in the pull request comment.
10+
11+
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
12+
13+
```
14+
+@github_username
15+
```
16+
17+
If you added a contributor by mistake, you can remove them in a comment with:
18+
19+
```
20+
-@github_username
21+
```
22+
23+
If you are making a pull request on behalf of someone else but you had no part in designing the
24+
feature, you can remove yourself with the above syntax.

spec/common/LICENSE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
All documents in this Repository are licensed by contributors
2+
under the
3+
[W3C Document License](https://www.w3.org/Consortium/Legal/copyright-documents).
4+

spec/common/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
# Common files for RDF specifications
3+
4+
This repository is meant to be used as a submodule in multiple repository holding RDF and SPARQL specifications.
5+
6+
## Retrieving group participants
7+
8+
The `participants.js` Node script can be used to retrieve the list of working group participants. It requires an API Key.
9+
10+
node participants.js wg/rdf-star > participants.html

spec/common/local-biblio.js

Lines changed: 28 additions & 207 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
var localBibliography = {
2+
CBD: {
3+
"title": "CBD - Concise Bounded Description",
4+
"href": "https://www.w3.org/Submission/CBD/",
5+
"authors": [
6+
"Patrick Stickler, Nokia"
7+
],
8+
"rawDate": "2005-06-03",
9+
"publisher": "W3C",
10+
"status": "W3C Member Submission"
11+
},
212
ISO24707: {
313
id: "ISO24707",
414
title: "Information technology — Common Logic (CL) — A framework for a family of logic-based languages",
@@ -37,6 +47,12 @@ var localBibliography = {
3747
date: "1987",
3848
publisher: "ACM New York"
3949
},
50+
SAX: {
51+
title: "SAX – The Simple API for XML",
52+
href: "https://accu.org/journals/overload/7/34/cornish_515/",
53+
authors: ["Steve Cornish"],
54+
date: "October 1999",
55+
},
4056
STRIPEDRDF: {
4157
id: "STRIPEDRDF",
4258
title: "RDF: Understanding the Striped RDF/XML Syntax",
@@ -46,49 +62,18 @@ var localBibliography = {
4662
status: "Team Submission",
4763
publisher: "W3C"
4864
},
49-
"RDF12-CONCEPTS": {
50-
"authors": [
51-
"Richard Cyganiak",
52-
"David Wood",
53-
"Markus Lanthaler"
54-
],
55-
"href": "https://w3c.github.io/rdf-concepts/spec/",
56-
"title": "RDF 1.2 Concepts and Abstract Syntax",
57-
"rawDate": "2022-01-01",
58-
"status": "WD",
59-
"publisher": "W3C"
60-
},
61-
"RDF12-SEMANTICS": {
62-
"authors": [
63-
"Patrick Hayes",
64-
"Peter Patel-Schneider"
65-
],
66-
"href": "https://w3c.github.io/rdf-semantics/spec/",
67-
"title": "RDF 1.2 Semantics",
68-
"rawDate": "2022-01-01",
69-
"status": "WD",
70-
"publisher": "W3C"
71-
},
72-
"RDF12-N-QUADS": {
73-
"authors": [
74-
"Gavin Carothers"
75-
],
76-
"href": "https://w3c.github.io/rdf-n-quads/spec/",
77-
"title": "RDF 1.2 N-Quads",
78-
"rawDate": "2022-01-01",
79-
"status": "WD",
80-
"publisher": "W3C"
81-
},
82-
"RDF12-N-TRIPLES": {
83-
"authors": [
84-
"Gavin Carothers",
85-
"Andy Seaborne"
65+
"RDF-STAR-CG": {
66+
title: "RDF-star and SPARQL-star",
67+
href: "https://w3c.github.io/rdf-star/cg-spec/2021-12-17.html",
68+
authors: [
69+
"Olaf Hartig",
70+
"Pierre-Antoine Champin",
71+
"Gregg Kellogg",
72+
"Andy Seaborne"
8673
],
87-
"href": "https://w3c.github.io/rdf-n-triples/spec/",
88-
"title": "RDF 1.2 N-Triples",
89-
"rawDate": "2022-01-01",
90-
"status": "WD",
91-
"publisher": "W3C"
74+
rawDate: "2021-12-17",
75+
status: "Final Community Group Report",
76+
publisher: "W3C"
9277
},
9378
"RDF12-NEW": {
9479
"authors": [
@@ -111,51 +96,7 @@ var localBibliography = {
11196
"status": "DNOTE",
11297
"publisher": "W3C"
11398
},
114-
"RDF12-SCHEMA": {
115-
"authors": [
116-
"Dan Brickley",
117-
"Ramanathan Guha"
118-
],
119-
"href": "https://w3c.github.io/rdf-schema/spec/",
120-
"title": "RDF 1.2 Schema",
121-
"rawDate": "2022-01-01",
122-
"status": "WD",
123-
"publisher": "W3C"
124-
},
125-
"RDF12-TRIG": {
126-
"authors": [
127-
"Gavin Carothers",
128-
"Andy Seaborne"
129-
],
130-
"href": "https://w3c.github.io/rdf-trig/spec/",
131-
"title": "RDF 1.2 TriG",
132-
"rawDate": "2022-01-01",
133-
"status": "WD",
134-
"publisher": "W3C"
135-
},
136-
"RDF12-TURTLE": {
137-
"authors": [
138-
"Eric Prud'hommeaux",
139-
"Gavin Carothers"
140-
],
141-
"href": "https://w3c.github.io/rdf-turtle/spec/",
142-
"title": "RDF 1.2 Turtle",
143-
"rawDate": "2022-01-01",
144-
"status": "WD",
145-
"publisher": "W3C"
146-
},
147-
"RDF12-XML": {
148-
"authors": [
149-
"Fabien Gandon",
150-
"Guus Schreiber"
151-
],
152-
"href": "https://w3c.github.io/rdf-xml/spec/",
153-
"title": "RDF 1.2 XML Syntax",
154-
"rawDate": "2022-01-01",
155-
"status": "WD",
156-
"publisher": "W3C"
157-
},
158-
"SPARQL12-NEW": {
99+
"SPARQL12-NEW": {
159100
"authors": [
160101
"The W3C RDF-star Working Group"
161102
],
@@ -175,124 +116,4 @@ var localBibliography = {
175116
"status": "WD",
176117
"publisher": "W3C"
177118
},
178-
"SPARQL12-QUERY": {
179-
"authors": [
180-
"Steven Harris",
181-
"Andy Seaborne"
182-
],
183-
"href": "https://w3c.github.io/sparql-query/spec/",
184-
"title": "SPARQL 1.2 Query Language",
185-
"rawDate": "2022-01-01",
186-
"status": "WD",
187-
"publisher": "W3C"
188-
},
189-
"SPARQL12-UPDATE": {
190-
"authors": [
191-
"Paula Gearon",
192-
"Alexandre Passant",
193-
"Axel Polleres"
194-
],
195-
"href": "https://w3c.github.io/sparql-update/spec/",
196-
"title": "SPARQL 1.2 Update",
197-
"rawDate": "2022-01-01",
198-
"status": "WD",
199-
"publisher": "W3C"
200-
},
201-
"SPARQL12-SERVICE-DESCRIPTION": {
202-
"authors": [
203-
"Gregory Williams"
204-
],
205-
"href": "https://w3c.github.io/sparql-service-description/spec/",
206-
"title": "SPARQL 1.2 Service Description",
207-
"rawDate": "2022-01-01",
208-
"status": "WD",
209-
"publisher": "W3C"
210-
},
211-
"SPARQL12-FEDERATED-QUERY": {
212-
"authors": [
213-
"Eric Prud'hommeaux",
214-
"Carlos Buil Aranda"
215-
],
216-
"href": "https://w3c.github.io/sparql-federated-query/spec/",
217-
"title": "SPARQL 1.2 Federated Query",
218-
"rawDate": "2022-01-01",
219-
"status": "WD",
220-
"publisher": "W3C"
221-
},
222-
"SPARQL12-RESULTS-JSON": {
223-
"authors": [
224-
"Andy Seaborne"
225-
],
226-
"href": "https://w3c.github.io/sparql-results-json/spec/",
227-
"title": "SPARQL 1.2 Query Results JSON Format",
228-
"rawDate": "2022-01-01",
229-
"status": "WD",
230-
"publisher": "W3C"
231-
},
232-
"SPARQL12-RESULTS-CSV-TSV": {
233-
"authors": [
234-
"Andy Seaborne"
235-
],
236-
"href": "https://w3c.github.io/sparql-results-csv-tsv/spec/",
237-
"title": "SPARQL 1.2 Query Results CSV and TSV Formats",
238-
"rawDate": "2022-01-01",
239-
"status": "WD",
240-
"publisher": "W3C"
241-
},
242-
"SPARQL12-RESULTS-XML": {
243-
"authors": [
244-
"Sandro Hawke",
245-
"Dave Beckett",
246-
"Jeen Broekstra"
247-
],
248-
"href": "https://w3c.github.io/sparql-results-xml/spec/",
249-
"title": "SPARQL 1.2 Query Results XML Formats",
250-
"rawDate": "2022-01-01",
251-
"status": "WD",
252-
"publisher": "W3C"
253-
},
254-
"SPARQL12-ENTAILMENT": {
255-
"authors": [
256-
"Birte Glimm",
257-
"Chimezie Ogbuji"
258-
],
259-
"href": "https://w3c.github.io/sparql-entailment/spec/",
260-
"title": "SPARQL 1.2 Entailment Regimes",
261-
"rawDate": "2022-01-01",
262-
"status": "WD",
263-
"publisher": "W3C"
264-
},
265-
"SPARQL12-PROTOCOL": {
266-
"authors": [
267-
"Lee Feigenbaum",
268-
"Gregory Williams",
269-
"Kendall Clark",
270-
"Elias Torres"
271-
],
272-
"href": "https://w3c.github.io/sparql-protocol/spec/",
273-
"title": "SPARQL 1.2 Protocol",
274-
"rawDate": "2022-01-01",
275-
"status": "WD",
276-
"publisher": "W3C"
277-
},
278-
"SPARQL12-GRAPH-STORE-PROTOCOL": {
279-
"authors": [
280-
"Chimezie Ogbuji"
281-
],
282-
"href": "https://w3c.github.io/sparql-graph-store-protocol/spec/",
283-
"title": "SPARQL 1.2 Graph Store HTTP Protocol",
284-
"rawDate": "2022-01-01",
285-
"status": "WD",
286-
"publisher": "W3C"
287-
},
288-
"CBD": {
289-
"title": "CBD - Concise Bounded Description",
290-
"href": "https://www.w3.org/Submission/CBD/",
291-
"authors": [
292-
"Patrick Stickler, Nokia"
293-
],
294-
"rawDate": "2005-06-03",
295-
"publisher": "W3C",
296-
"status": "W3C Member Submission"
297-
},
298119
};

spec/common/participants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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.
1+
Members of the RDF-star Working Group Group included Achille Zappa, 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, Jose Emilio Labra Gayo, Julián Arenas-Guerrero, Olaf Hartig, Ora Lassila, Pasquale Lisena, Peter Patel-Schneider, Pierre-Antoine Champin, Raphaël Troncy, Ruben Taelman, Rémi Ceres, Souripriya Das, Stuart Sutton, Ted Thibodeau, Thomas Pellissier Tanon, Timothée Haudebourg, and Vladimir Alexiev.

0 commit comments

Comments
 (0)