Skip to content

Commit 40582ec

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.0.1.
1 parent 54da9a9 commit 40582ec

File tree

8 files changed

+134
-66
lines changed

8 files changed

+134
-66
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
; GENERATED CONTENT - DO NOT EDIT
2+
; Content was automatically extracted by Reffy into webref
3+
; (https://github.com/w3c/webref)
4+
; Source: Permissions (https://w3c.github.io/permissions/)
5+
6+
permissions.PermissionDescriptor = {
7+
name: text,
8+
}
9+
10+
permissions.PermissionState = "granted" / "denied" / "prompt"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
; GENERATED CONTENT - DO NOT EDIT
2+
; Content was automatically extracted by Reffy into webref
3+
; (https://github.com/w3c/webref)
4+
; Source: Permissions (https://w3c.github.io/permissions/)
5+
6+
PermissionsCommand = (
7+
permissions.setPermission
8+
)
9+
10+
permissions.setPermission = (
11+
method: "permissions.setPermission",
12+
params: permissions.SetPermissionParameters
13+
)
14+
15+
permissions.SetPermissionParameters = {
16+
descriptor: permissions.PermissionDescriptor,
17+
state: permissions.PermissionState,
18+
origin: text,
19+
? userContext: text,
20+
}

ed/headings/sparql12-protocol.json

Lines changed: 50 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -68,155 +68,165 @@
6868
],
6969
"number": "2"
7070
},
71+
{
72+
"id": "section-version-announcement",
73+
"href": "https://w3c.github.io/sparql-protocol/spec/#section-version-announcement",
74+
"level": 3,
75+
"title": "Version Announcement",
76+
"alternateIds": [
77+
"x2-1-version-announcement"
78+
],
79+
"number": "2.1"
80+
},
7181
{
7282
"id": "query-operation",
7383
"href": "https://w3c.github.io/sparql-protocol/spec/#query-operation",
7484
"level": 3,
7585
"title": "Query Operation",
7686
"alternateIds": [
77-
"x2-1-query-operation"
87+
"x2-2-query-operation"
7888
],
79-
"number": "2.1"
89+
"number": "2.2"
8090
},
8191
{
8292
"id": "query-via-get",
8393
"href": "https://w3c.github.io/sparql-protocol/spec/#query-via-get",
8494
"level": 4,
8595
"title": "query via GET",
8696
"alternateIds": [
87-
"x2-1-1-query-via-get"
97+
"x2-2-1-query-via-get"
8898
],
89-
"number": "2.1.1"
99+
"number": "2.2.1"
90100
},
91101
{
92102
"id": "query-via-post-urlencoded",
93103
"href": "https://w3c.github.io/sparql-protocol/spec/#query-via-post-urlencoded",
94104
"level": 4,
95105
"title": "query via POST with URL-encoded parameters",
96106
"alternateIds": [
97-
"x2-1-2-query-via-post-with-url-encoded-parameters"
107+
"x2-2-2-query-via-post-with-url-encoded-parameters"
98108
],
99-
"number": "2.1.2"
109+
"number": "2.2.2"
100110
},
101111
{
102112
"id": "query-via-post-direct",
103113
"href": "https://w3c.github.io/sparql-protocol/spec/#query-via-post-direct",
104114
"level": 4,
105115
"title": "query via POST directly",
106116
"alternateIds": [
107-
"x2-1-3-query-via-post-directly"
117+
"x2-2-3-query-via-post-directly"
108118
],
109-
"number": "2.1.3"
119+
"number": "2.2.3"
110120
},
111121
{
112122
"id": "dataset",
113123
"href": "https://w3c.github.io/sparql-protocol/spec/#dataset",
114124
"level": 4,
115125
"title": "Specifying an RDF Dataset",
116126
"alternateIds": [
117-
"x2-1-4-specifying-an-rdf-dataset"
127+
"x2-2-4-specifying-an-rdf-dataset"
118128
],
119-
"number": "2.1.4"
129+
"number": "2.2.4"
120130
},
121131
{
122132
"id": "conneg",
123133
"href": "https://w3c.github.io/sparql-protocol/spec/#conneg",
124134
"level": 4,
125135
"title": "Accepted Response Formats",
126136
"alternateIds": [
127-
"x2-1-5-accepted-response-formats"
137+
"x2-2-5-accepted-response-formats"
128138
],
129-
"number": "2.1.5"
139+
"number": "2.2.5"
130140
},
131141
{
132142
"id": "query-success",
133143
"href": "https://w3c.github.io/sparql-protocol/spec/#query-success",
134144
"level": 4,
135145
"title": "Success Responses",
136146
"alternateIds": [
137-
"x2-1-6-success-responses"
147+
"x2-2-6-success-responses"
138148
],
139-
"number": "2.1.6"
149+
"number": "2.2.6"
140150
},
141151
{
142152
"id": "query-failure",
143153
"href": "https://w3c.github.io/sparql-protocol/spec/#query-failure",
144154
"level": 4,
145155
"title": "Failure Responses",
146156
"alternateIds": [
147-
"x2-1-7-failure-responses"
157+
"x2-2-7-failure-responses"
148158
],
149-
"number": "2.1.7"
159+
"number": "2.2.7"
150160
},
151161
{
152162
"id": "update-operation",
153163
"href": "https://w3c.github.io/sparql-protocol/spec/#update-operation",
154164
"level": 3,
155165
"title": "Update Operation",
156166
"alternateIds": [
157-
"x2-2-update-operation"
167+
"x2-3-update-operation"
158168
],
159-
"number": "2.2"
169+
"number": "2.3"
160170
},
161171
{
162172
"id": "update-via-post-urlencoded",
163173
"href": "https://w3c.github.io/sparql-protocol/spec/#update-via-post-urlencoded",
164174
"level": 4,
165175
"title": "update via POST with URL-encoded parameters",
166176
"alternateIds": [
167-
"x2-2-1-update-via-post-with-url-encoded-parameters"
177+
"x2-3-1-update-via-post-with-url-encoded-parameters"
168178
],
169-
"number": "2.2.1"
179+
"number": "2.3.1"
170180
},
171181
{
172182
"id": "update-via-post-direct",
173183
"href": "https://w3c.github.io/sparql-protocol/spec/#update-via-post-direct",
174184
"level": 4,
175185
"title": "update via POST directly",
176186
"alternateIds": [
177-
"x2-2-2-update-via-post-directly"
187+
"x2-3-2-update-via-post-directly"
178188
],
179-
"number": "2.2.2"
189+
"number": "2.3.2"
180190
},
181191
{
182192
"id": "update-dataset",
183193
"href": "https://w3c.github.io/sparql-protocol/spec/#update-dataset",
184194
"level": 4,
185195
"title": "Specifying an RDF Dataset",
186196
"alternateIds": [
187-
"x2-2-3-specifying-an-rdf-dataset"
197+
"x2-3-3-specifying-an-rdf-dataset"
188198
],
189-
"number": "2.2.3"
199+
"number": "2.3.3"
190200
},
191201
{
192202
"id": "update-success",
193203
"href": "https://w3c.github.io/sparql-protocol/spec/#update-success",
194204
"level": 4,
195205
"title": "Success Responses",
196206
"alternateIds": [
197-
"x2-2-4-success-responses"
207+
"x2-3-4-success-responses"
198208
],
199-
"number": "2.2.4"
209+
"number": "2.3.4"
200210
},
201211
{
202212
"id": "update-failure",
203213
"href": "https://w3c.github.io/sparql-protocol/spec/#update-failure",
204214
"level": 4,
205215
"title": "Failure Responses",
206216
"alternateIds": [
207-
"x2-2-5-failure-responses"
217+
"x2-3-5-failure-responses"
208218
],
209-
"number": "2.2.5"
219+
"number": "2.3.5"
210220
},
211221
{
212222
"id": "base-iri",
213223
"href": "https://w3c.github.io/sparql-protocol/spec/#base-iri",
214224
"level": 3,
215225
"title": "Determining the Base IRI",
216226
"alternateIds": [
217-
"x2-3-determining-the-base-iri"
227+
"x2-4-determining-the-base-iri"
218228
],
219-
"number": "2.3"
229+
"number": "2.4"
220230
},
221231
{
222232
"id": "examples",
@@ -378,6 +388,16 @@
378388
],
379389
"number": "3.1.14"
380390
},
391+
{
392+
"id": "select-reified-triples-post-direct",
393+
"href": "https://w3c.github.io/sparql-protocol/spec/#select-reified-triples-post-direct",
394+
"level": 4,
395+
"title": "SELECT with 1.2 query and 1.2 response using direct POST",
396+
"alternateIds": [
397+
"x3-1-15-select-with-1-2-query-and-1-2-response-using-direct-post"
398+
],
399+
"number": "3.1.15"
400+
},
381401
{
382402
"id": "update-bindings-http-examples",
383403
"href": "https://w3c.github.io/sparql-protocol/spec/#update-bindings-http-examples",

ed/ids/sparql12-protocol.json

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,32 @@
3030
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-sparql-1-2-query-language-1",
3131
"https://w3c.github.io/sparql-protocol/spec/#protocol",
3232
"https://w3c.github.io/sparql-protocol/spec/#x2-sparql-protocol-operations",
33+
"https://w3c.github.io/sparql-protocol/spec/#section-version-announcement",
34+
"https://w3c.github.io/sparql-protocol/spec/#x2-1-version-announcement",
35+
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-version-directive-1",
36+
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-rdf-1-2-concepts-and-abstract-syntax-1",
3337
"https://w3c.github.io/sparql-protocol/spec/#query-operation",
34-
"https://w3c.github.io/sparql-protocol/spec/#x2-1-query-operation",
38+
"https://w3c.github.io/sparql-protocol/spec/#x2-2-query-operation",
3539
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-query-form-1",
3640
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-content-negotiation-1",
3741
"https://w3c.github.io/sparql-protocol/spec/#query-summary",
3842
"https://w3c.github.io/sparql-protocol/spec/#query-via-get",
39-
"https://w3c.github.io/sparql-protocol/spec/#x2-1-1-query-via-get",
43+
"https://w3c.github.io/sparql-protocol/spec/#x2-2-1-query-via-get",
4044
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-percent-encode-1",
4145
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-query-parameter-1",
4246
"https://w3c.github.io/sparql-protocol/spec/#query-via-post-urlencoded",
43-
"https://w3c.github.io/sparql-protocol/spec/#x2-1-2-query-via-post-with-url-encoded-parameters",
47+
"https://w3c.github.io/sparql-protocol/spec/#x2-2-2-query-via-post-with-url-encoded-parameters",
4448
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-percent-encode-2",
4549
"https://w3c.github.io/sparql-protocol/spec/#query-via-post-direct",
46-
"https://w3c.github.io/sparql-protocol/spec/#x2-1-3-query-via-post-directly",
50+
"https://w3c.github.io/sparql-protocol/spec/#x2-2-3-query-via-post-directly",
4751
"https://w3c.github.io/sparql-protocol/spec/#dataset",
48-
"https://w3c.github.io/sparql-protocol/spec/#x2-1-4-specifying-an-rdf-dataset",
52+
"https://w3c.github.io/sparql-protocol/spec/#x2-2-4-specifying-an-rdf-dataset",
4953
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-sparql-1-2-query-language-2",
5054
"https://w3c.github.io/sparql-protocol/spec/#conneg",
51-
"https://w3c.github.io/sparql-protocol/spec/#x2-1-5-accepted-response-formats",
55+
"https://w3c.github.io/sparql-protocol/spec/#x2-2-5-accepted-response-formats",
5256
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-content-negotiation-2",
5357
"https://w3c.github.io/sparql-protocol/spec/#query-success",
54-
"https://w3c.github.io/sparql-protocol/spec/#x2-1-6-success-responses",
58+
"https://w3c.github.io/sparql-protocol/spec/#x2-2-6-success-responses",
5559
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-http-specification-1",
5660
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-xml-1",
5761
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-json-1",
@@ -61,26 +65,26 @@
6165
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-describe-1",
6266
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-construct-1",
6367
"https://w3c.github.io/sparql-protocol/spec/#query-failure",
64-
"https://w3c.github.io/sparql-protocol/spec/#x2-1-7-failure-responses",
68+
"https://w3c.github.io/sparql-protocol/spec/#x2-2-7-failure-responses",
6569
"https://w3c.github.io/sparql-protocol/spec/#update-operation",
66-
"https://w3c.github.io/sparql-protocol/spec/#x2-2-update-operation",
70+
"https://w3c.github.io/sparql-protocol/spec/#x2-3-update-operation",
6771
"https://w3c.github.io/sparql-protocol/spec/#update-summary",
6872
"https://w3c.github.io/sparql-protocol/spec/#update-via-post-urlencoded",
69-
"https://w3c.github.io/sparql-protocol/spec/#x2-2-1-update-via-post-with-url-encoded-parameters",
73+
"https://w3c.github.io/sparql-protocol/spec/#x2-3-1-update-via-post-with-url-encoded-parameters",
7074
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-percent-encode-0-1",
7175
"https://w3c.github.io/sparql-protocol/spec/#update-via-post-direct",
72-
"https://w3c.github.io/sparql-protocol/spec/#x2-2-2-update-via-post-directly",
76+
"https://w3c.github.io/sparql-protocol/spec/#x2-3-2-update-via-post-directly",
7377
"https://w3c.github.io/sparql-protocol/spec/#update-dataset",
74-
"https://w3c.github.io/sparql-protocol/spec/#x2-2-3-specifying-an-rdf-dataset",
78+
"https://w3c.github.io/sparql-protocol/spec/#x2-3-3-specifying-an-rdf-dataset",
7579
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-delete-insert-operation-1",
7680
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-sparql-1-2-query-language-3",
7781
"https://w3c.github.io/sparql-protocol/spec/#update-success",
78-
"https://w3c.github.io/sparql-protocol/spec/#x2-2-4-success-responses",
82+
"https://w3c.github.io/sparql-protocol/spec/#x2-3-4-success-responses",
7983
"https://w3c.github.io/sparql-protocol/spec/#ref-for-index-term-http-specification-2",
8084
"https://w3c.github.io/sparql-protocol/spec/#update-failure",
81-
"https://w3c.github.io/sparql-protocol/spec/#x2-2-5-failure-responses",
85+
"https://w3c.github.io/sparql-protocol/spec/#x2-3-5-failure-responses",
8286
"https://w3c.github.io/sparql-protocol/spec/#base-iri",
83-
"https://w3c.github.io/sparql-protocol/spec/#x2-3-determining-the-base-iri",
87+
"https://w3c.github.io/sparql-protocol/spec/#x2-4-determining-the-base-iri",
8488
"https://w3c.github.io/sparql-protocol/spec/#examples",
8589
"https://w3c.github.io/sparql-protocol/spec/#x3-example-sparql-protocol-requests-informative",
8690
"https://w3c.github.io/sparql-protocol/spec/#query-bindings-http-examples",
@@ -126,6 +130,8 @@
126130
"https://w3c.github.io/sparql-protocol/spec/#select-reified-triples",
127131
"https://w3c.github.io/sparql-protocol/spec/#x3-1-14-select-with-reified-triple-patterns",
128132
"https://w3c.github.io/sparql-protocol/spec/#div-select-reified-triple",
133+
"https://w3c.github.io/sparql-protocol/spec/#select-reified-triples-post-direct",
134+
"https://w3c.github.io/sparql-protocol/spec/#x3-1-15-select-with-1-2-query-and-1-2-response-using-direct-post",
129135
"https://w3c.github.io/sparql-protocol/spec/#update-bindings-http-examples",
130136
"https://w3c.github.io/sparql-protocol/spec/#x3-2-examples-of-sparql-update",
131137
"https://w3c.github.io/sparql-protocol/spec/#update-urlencoded-simple",
@@ -166,6 +172,7 @@
166172
"https://w3c.github.io/sparql-protocol/spec/#f-1-terms-defined-by-this-specification",
167173
"https://w3c.github.io/sparql-protocol/spec/#index-defined-elsewhere",
168174
"https://w3c.github.io/sparql-protocol/spec/#f-2-terms-defined-by-reference",
175+
"https://w3c.github.io/sparql-protocol/spec/#index-term-rdf-1-2-concepts-and-abstract-syntax",
169176
"https://w3c.github.io/sparql-protocol/spec/#index-term-rfc2119",
170177
"https://w3c.github.io/sparql-protocol/spec/#index-term-percent-encode",
171178
"https://w3c.github.io/sparql-protocol/spec/#index-term-percent-encode-0",
@@ -179,6 +186,7 @@
179186
"https://w3c.github.io/sparql-protocol/spec/#index-term-query-form",
180187
"https://w3c.github.io/sparql-protocol/spec/#index-term-select",
181188
"https://w3c.github.io/sparql-protocol/spec/#index-term-sparql-1-2-query-language",
189+
"https://w3c.github.io/sparql-protocol/spec/#index-term-version-directive",
182190
"https://w3c.github.io/sparql-protocol/spec/#index-term-csv-tsv",
183191
"https://w3c.github.io/sparql-protocol/spec/#index-term-json",
184192
"https://w3c.github.io/sparql-protocol/spec/#index-term-xml",
@@ -188,6 +196,7 @@
188196
"https://w3c.github.io/sparql-protocol/spec/#normative-references",
189197
"https://w3c.github.io/sparql-protocol/spec/#g-1-normative-references",
190198
"https://w3c.github.io/sparql-protocol/spec/#bib-rdf12-concepts",
199+
"https://w3c.github.io/sparql-protocol/spec/#bib-rdf12-turtle",
191200
"https://w3c.github.io/sparql-protocol/spec/#bib-rdf12-xml",
192201
"https://w3c.github.io/sparql-protocol/spec/#bib-rfc2119",
193202
"https://w3c.github.io/sparql-protocol/spec/#bib-rfc3986",

0 commit comments

Comments
 (0)