http-statusCodes
23.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:http="http://www.w3.org/2006/http#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://www.w3.org/2008/http-statusCodes" >
<rdf:Description rdf:about="http://www.w3.org/2008/http-statusCodes#">
<rdfs:comment>This has been obsoleted by http://www.w3.org/2011/http-statusCodes.rdfs</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/http-statusCodes.rdfs" />
</rdf:Description>
<rdf:Description rdf:about="#statusCode306">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dc:title xml:lang="en">(Reserved)</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode302">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#temporaryRedirects"/>
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dc:title xml:lang="en">Found</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode400">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Bad Request</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode207">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc4918.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">Multi-Status</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode102">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2518.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup1xx"/>
<dc:title xml:lang="en">Processing</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCodeGroup5xx">
<dct:hasPart rdf:resource="#statusCode507"/>
<dc:title xml:lang="en">Server Error</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCodeGroup"/>
<dct:hasPart rdf:resource="#statusCode503"/>
<dct:hasPart rdf:resource="#statusCode510"/>
<dct:hasPart rdf:resource="#statusCode501"/>
<dct:hasPart rdf:resource="#statusCode505"/>
<dct:hasPart rdf:resource="#statusCode502"/>
<dc:description xml:lang="en">The group of status codes starting with 5</dc:description>
<dct:hasPart rdf:resource="#statusCode500"/>
<dct:hasPart rdf:resource="#statusCode504"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.rfc-editor.org/rfc/rfc2774.txt">
<dc:identifier>http://www.rfc-editor.org/rfc/rfc2774.txt</dc:identifier>
<dc:title xml:lang="en">An HTTP Extension Framework</dc:title>
</rdf:Description>
<rdf:Description rdf:about="http://www.rfc-editor.org/rfc/rfc4918.txt">
<dc:identifier>http://www.rfc-editor.org/rfc/rfc4918.txt</dc:identifier>
<dc:title xml:lang="en">HTTP Extensions for Distributed Authoring - WebDAV</dc:title>
</rdf:Description>
<rdf:Description rdf:about="#statusCode404">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Not Found</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode408">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Request Timeout</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode202">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">Accepted</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode502">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup5xx"/>
<dc:title xml:lang="en">Bad Gateway</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode424">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Failed Dependency</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.rfc-editor.org/rfc/rfc2817.txt">
<dc:identifier>http://www.rfc-editor.org/rfc/rfc2817.txt</dc:identifier>
<dc:title xml:lang="en">Upgrading to TLS Within HTTP/1.1</dc:title>
</rdf:Description>
<rdf:Description rdf:about="#statusCode414">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Request-URI Too Long</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#allRedirects">
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dct:hasPart rdf:resource="#temporaryRedirects"/>
<dct:hasPart rdf:resource="#permanentRedirects"/>
<dc:description xml:lang="en">The group of all redirect</dc:description>
<dc:title xml:lang="en">All redirects</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCodeGroup"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode226">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc3229.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">IM Used</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#permanentRedirects">
<dct:isPartOf rdf:resource="#allRedirects"/>
<dct:hasPart rdf:resource="#statusCode301"/>
<dc:description xml:lang="en">The group of permanent redirects</dc:description>
<dc:title xml:lang="en">Permanent redirects</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCodeGroup"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode307">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#temporaryRedirects"/>
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dc:title xml:lang="en">Temporary Redirect</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode507">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup5xx"/>
<dc:title xml:lang="en">Insufficient Storage</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode303">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#temporaryRedirects"/>
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dc:title xml:lang="en">See Other</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode422">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Unprocessable Entity</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#temporaryRedirects">
<dct:isPartOf rdf:resource="#allRedirects"/>
<dct:hasPart rdf:resource="#statusCode307"/>
<dct:hasPart rdf:resource="#statusCode303"/>
<dct:hasPart rdf:resource="#statusCode302"/>
<dc:description xml:lang="en">The group of temporary redirects</dc:description>
<dc:title xml:lang="en">Temporary redirects</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCodeGroup"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode403">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Forbidden</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.rfc-editor.org/rfc/rfc2518.txt">
<dc:identifier>http://www.rfc-editor.org/rfc/rfc2518.txt</dc:identifier>
<dc:title xml:lang="en">HTTP Extensions for Distributed Authoring -- WEBDAV</dc:title>
</rdf:Description>
<rdf:Description rdf:about="#statusCode201">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">Created</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode407">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Proxy Authentication Required</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode417">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Expectation Failed</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode413">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Request Entity Too Large</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode423">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Locked</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode503">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup5xx"/>
<dc:title xml:lang="en">Service Unavailable</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCodeGroup1xx">
<dct:hasPart rdf:resource="#statusCode102"/>
<dct:hasPart rdf:resource="#statusCode101"/>
<dct:hasPart rdf:resource="#statusCode100"/>
<dc:description xml:lang="en">The group of status codes starting with 1</dc:description>
<dc:title xml:lang="en">Informational</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCodeGroup"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode504">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup5xx"/>
<dc:title xml:lang="en">Gateway Timeout</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode406">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Not Acceptable</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode205">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">Reset Content</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode402">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Payment Required</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode100">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup1xx"/>
<dc:title xml:lang="en">Continue</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode304">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dc:title xml:lang="en">Not Modified</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode412">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Precondition Failed</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode500">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup5xx"/>
<dc:title xml:lang="en">Internal Server Error</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode426">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2817.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Upgrade Required</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode510">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2774.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup5xx"/>
<dc:title xml:lang="en">Not Extended</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode204">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">No Content</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode416">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Requested Range Not Satisfiable</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode200">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">OK</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode300">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dc:title xml:lang="en">Multiple Choices</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCodeGroup2xx">
<dct:hasPart rdf:resource="#statusCode201"/>
<dct:hasPart rdf:resource="#statusCode207"/>
<dct:hasPart rdf:resource="#statusCode204"/>
<dc:description xml:lang="en">The group of status codes starting with 2</dc:description>
<dct:hasPart rdf:resource="#statusCode226"/>
<dct:hasPart rdf:resource="#statusCode206"/>
<dct:hasPart rdf:resource="#statusCode203"/>
<dct:hasPart rdf:resource="#statusCode200"/>
<dct:hasPart rdf:resource="#statusCode205"/>
<dc:title xml:lang="en">Successful</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCodeGroup"/>
<dct:hasPart rdf:resource="#statusCode202"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.rfc-editor.org/rfc/rfc2616.txt">
<dc:identifier>http://www.rfc-editor.org/rfc/rfc2616.txt</dc:identifier>
<dc:title xml:lang="en">Hypertext Transfer Protocol -- HTTP/1.1</dc:title>
</rdf:Description>
<rdf:Description rdf:about="#statusCode505">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup5xx"/>
<dc:title xml:lang="en">HTTP Version Not Supported</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="">
<owl:imports rdf:resource="http://purl.org/dc/dcam/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
<owl:imports rdf:resource="http://www.w3.org/2006/http"/>
<owl:imports rdf:resource="http://purl.org/dc/elements/1.1/"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode206">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">Partial Content</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode405">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Method Not Allowed</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode101">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup1xx"/>
<dc:title xml:lang="en">Switching Protocols</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCodeGroup4xx">
<dct:hasPart rdf:resource="#statusCode411"/>
<dct:hasPart rdf:resource="#statusCode408"/>
<dct:hasPart rdf:resource="#statusCode406"/>
<dct:hasPart rdf:resource="#statusCode423"/>
<dct:hasPart rdf:resource="#statusCode407"/>
<dct:hasPart rdf:resource="#statusCode405"/>
<dc:title xml:lang="en">Client Error</dc:title>
<dct:hasPart rdf:resource="#statusCode417"/>
<dct:hasPart rdf:resource="#statusCode414"/>
<dct:hasPart rdf:resource="#statusCode402"/>
<dct:hasPart rdf:resource="#statusCode404"/>
<dct:hasPart rdf:resource="#statusCode426"/>
<dct:hasPart rdf:resource="#statusCode416"/>
<dc:description xml:lang="en">The group of status codes starting with 4</dc:description>
<dct:hasPart rdf:resource="#statusCode403"/>
<dct:hasPart rdf:resource="#statusCode401"/>
<dct:hasPart rdf:resource="#statusCode410"/>
<dct:hasPart rdf:resource="#statusCode415"/>
<dct:hasPart rdf:resource="#statusCode413"/>
<dct:hasPart rdf:resource="#statusCode422"/>
<dct:hasPart rdf:resource="#statusCode400"/>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCodeGroup"/>
<dct:hasPart rdf:resource="#statusCode412"/>
<dct:hasPart rdf:resource="#statusCode409"/>
<dct:hasPart rdf:resource="#statusCode424"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode305">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dc:title xml:lang="en">Use Proxy</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode401">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Unauthorized</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode501">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup5xx"/>
<dc:title xml:lang="en">Not Implemented</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCodeGroup3xx">
<dct:hasPart rdf:resource="#statusCode302"/>
<dct:hasPart rdf:resource="#statusCode306"/>
<dct:hasPart rdf:resource="#statusCode303"/>
<dc:description xml:lang="en">The group of status codes starting with 3</dc:description>
<dct:hasPart rdf:resource="#statusCode307"/>
<dct:hasPart rdf:resource="#statusCode300"/>
<dct:hasPart rdf:resource="#statusCode301"/>
<dct:hasPart rdf:resource="#statusCode304"/>
<dc:title xml:lang="en">Redirection</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCodeGroup"/>
<dct:hasPart rdf:resource="#statusCode305"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode410">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Gone</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode411">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Length Required</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode415">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Unsupported Media Type</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode409">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup4xx"/>
<dc:title xml:lang="en">Conflict</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="#statusCode203">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#statusCodeGroup2xx"/>
<dc:title xml:lang="en">Non-Authoritative Information</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.rfc-editor.org/rfc/rfc3229.txt">
<dc:identifier>http://www.rfc-editor.org/rfc/rfc3229.txt</dc:identifier>
<dc:title xml:lang="en">Delta encoding in HTTP</dc:title>
</rdf:Description>
<rdf:Description rdf:about="#statusCode301">
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
<dct:isPartOf rdf:resource="#permanentRedirects"/>
<dct:isPartOf rdf:resource="#statusCodeGroup3xx"/>
<dc:title xml:lang="en">Moved Permanently</dc:title>
<rdf:type rdf:resource="http://www.w3.org/2006/http#StatusCode"/>
</rdf:Description>
</rdf:RDF>
<!-- Created with TopBraid Composer -->