-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror_sfdp.dot
549 lines (547 loc) · 34.5 KB
/
error_sfdp.dot
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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
digraph noname {
graph [charset="UTF-8";colorscheme="svg";fontsize=11.0;label="error";overlap="false";]
0 [color=green;label="'4xx HTTP Error'
error:4xxHttpError
\"An HTTP error in the 400-range.\"@en-US";peripheries=1;shape=ellipse;]
1 [color=green;label="'5xx HTTP Error'
error:5xxHttpError
\"An HTTP error in the 500-range.\"@en-US";peripheries=1;shape=ellipse;]
2 [color=green;label="action
error:Action
\"An action performed by a computing device.\"@en-US";peripheries=1;shape=ellipse;]
3 [color=green;label="'archive error'
error:ArchiveError
\"An error that occurs as part of an archive (un)packing process.\"@en-US";peripheries=1;shape=ellipse;]
4 [color=green;label="'character encoding error'
error:CharacterEncodingError
\"An error due to the use of an illegitimate character code. The character code is stored under the error:object property.\"@en-US";peripheries=1;shape=ellipse;]
5 [color=green;label="'directory existence error'
error:DirectoryExistenceError
\"An error that occurs because a directory which is assumed to exist does not.\"@en-US
\"17\"^^xsd:nonNegativeInteger
\"EXIST\"^^xsd:string
\"File exists\"^^xsd:string";peripheries=1;shape=ellipse;]
6 [color=green;label="'directory not empty'
error:DirectoryNotEmptyError
\"An error that occurs because a directory is assumed to be empty, but is not.\"@en-US
\"39\"^^xsd:nonNegativeInteger
\"Directory not empty\"^^xsd:string
\"ENOTEMPTY\"^^xsd:string";peripheries=1;shape=ellipse;]
7 [color=green;label="'encoding error'
error:EncodingError
\"An error due to the use of an illigitimate or unrecognized encoding.\"@en-US";peripheries=1;shape=ellipse;]
8 [color=green;label="error
error:Error
\"An recognized irregularity in program execution.\"@en-US";peripheries=1;shape=ellipse;]
9 [color=green;label="'existence error'
error:ExistenceError
\"An error that occurs because a resource which is assumed to exist does not.\"@en-US
\"2\"^^xsd:nonNegativeInteger
\"ENOENT\"^^xsd:string
\"No such file or directory\"^^xsd:string";peripheries=1;shape=ellipse;]
10 [color=green;label="'file existence error'
error:FileExistenceError
\"An error that occurs because a file which is assumed to exist does not.\"@en-US";peripheries=1;shape=ellipse;]
11 [color=green;label="'HTTP error'
error:HttpError
\"An error that is emitted as part of an HTTP reply.\"@en-US";peripheries=1;shape=ellipse;]
12 [color=green;label="'HTTP URI'
error:HttpUri
\"A URI that uses the HTTP scheme.\"@en-US";peripheries=1;shape=ellipse;]
13 [color=green;label="'IO error'
error:IoError
\"An error that was thrown due to an input and/or output issue.\"@en-US";peripheries=1;shape=ellipse;]
14 [color=green;label="error:IsADirectoryError
'source sink error'
\"???\"@en-US
\"21\"^^xsd:nonNegativeInteger
\"EISDIR\"^^xsd:string
\"Is a directory\"^^xsd:string";peripheries=1;shape=ellipse;]
15 [color=green;label="error:MalformedUrl
'malformed URL'
\"An error that is thrown for a value which is expected to be a URL but does not conform to URL syntax.\"@en-US";peripheries=1;shape=ellipse;]
16 [color=green;label="error:MissingTurtlePrefixDefinition
'missing Turtle prefix definition'
\"An error that occurs if a Turtle prefix is used but not defined.\"@en-US";peripheries=1;shape=ellipse;]
17 [color=green;label="error:Object
object
\"An object that is related to an error.\"@en-US";peripheries=1;shape=ellipse;]
18 [color=green;label="error:ParserError
'parser error'
\"An error that is emitted by a parser, indicating deviation from a defined grammar.\"@en-US";peripheries=1;shape=ellipse;]
19 [color=green;label="error:PermissionError
'permission error'
\"An error that occurs because a specific action is not allowed to be performed w.r.t. a specific object that is of a given type.\"@en-US";peripheries=1;shape=ellipse;]
20 [color=green;label="'RDF parser error'
error:RdfParserError
\"An error that is emitted by an RDF parser.\"@en-US";peripheries=1;shape=ellipse;]
21 [color=green;label="'RDF/XML parser error'
error:RdfxmlParserError
\"An that is emitted by an RDF/XML parser when it encounters data that does not conform to the RDF/XML grammar.\"@en-US";peripheries=1;shape=ellipse;]
22 [color=green;label="error:ReadError
'read error'
\"An error that occurs while reading data.\"@en-US";peripheries=1;shape=ellipse;]
23 [color=green;label="error:RedefinedRdfId
'redefined RDF identifier'
\"An error that is thrown whenever multiple definitions of the same resource occur in an RDF/XML document. This typically occurs whenever more than one rdf:Id statement occurs for the same resource.\"@en-US";peripheries=1;shape=ellipse;]
24 [color=green;label="'SGML parser error'
error:SgmlParserError
\"A warning that is emitted by an SGML parser.\"@en-US";peripheries=1;shape=ellipse;]
25 [color=green;label="error:SocketError
'socket error'
\"An error thrown because of a socket-related problem.\"@en-US";peripheries=1;shape=ellipse;]
26 [color=green;label="error:StreamPosition
'stream position'
\"A position in a stream.\"@en-US";peripheries=1;shape=ellipse;]
27 [color=green;label="error:SyntaxError
'syntax position'
\"A parser error that is due to the occurrence of an expression in the parsed data stream that does not conform to the expected grammar.\"@en-US";peripheries=1;shape=ellipse;]
28 [color=green;label="error:TimeoutError
'timeout error'
\"An error that is thrown due to a timeout.\"@en-US";peripheries=1;shape=ellipse;]
29 [color=green;label="'XML parser error'
error:TurtleParserError
\"A warning that is emitted by an XML parser.\"@en-US";peripheries=1;shape=ellipse;]
30 [color=green;label="error:WriteError
'write error'
\"An error that occurs while writing data.\"@en-US";peripheries=1;shape=ellipse;]
31 [color=green;label="'XML name error'
error:XmlNameError
\"The argument to rdf:ID is not an XML name.\"@en-US";peripheries=1;shape=ellipse;]
32 [color=green;label="'XML parser error'
error:XmlParserError
\"A warning that is emitted by an XML parser.\"@en-US";peripheries=1;shape=ellipse;]
33 [color=green;label="action
error:action
\"The action to which the error is related.\"@en-US";peripheries=1;shape=hexagon;]
34 [color=green;label="character
error:character
\"The character number of a stream position, indicating the number of characters that have preceded it.\"@en-US";peripheries=1;shape=hexagon;]
35 [color=green;label="'error code'
error:code
\"Error code as used by the program in which the error occurs.\"@en-US";peripheries=1;shape=hexagon;]
36 [color=green;label="column
error:column
\"The column number of a stream position, indicating the number of characters that have preceded it since the last newline character or since the beginning of the stream.\"@en-US";peripheries=1;shape=hexagon;]
37 [color=green;label="error:connectionRefused";peripheries=1;shape=ellipse;]
38 [color=green;label="error:connectionResetByPeer";peripheries=1;shape=ellipse;]
39 [color=green;label="error:connectionTimedOut";peripheries=1;shape=ellipse;]
40 [color=green;label="'encoding error'
error:encodingError
\"Encoding cannot represent character.\"@en-US";peripheries=1;shape=ellipse;]
41 [color=green;label="'Host not found'
error:hostNotFound";peripheries=1;shape=ellipse;]
42 [color=green;label="error:illegalUtf8Continuation
'illegal UTF-8 continuation'
\"Illegal UTF-8 continuation.\"@en-US";peripheries=1;shape=ellipse;]
43 [color=green;label="error:illegalUtf8Start
'illegal UTF-8 start'
\"Illegal UTF-8 start.\"@en-US";peripheries=1;shape=ellipse;]
44 [color=green;label="error:invalidCentralDirectorySignature";peripheries=1;shape=ellipse;]
45 [color=green;label="error:isADirectory
'is a directory'
\"???\"@en-US
\"21\"^^xsd:nonNegativeInteger
\"EISDIR\"^^xsd:string
\"Is a directory\"^^xsd:string";peripheries=1;shape=ellipse;]
46 [color=green;label="column
error:line
\"The line number of a stream position, indicating the number of newline characters that have preceded it.\"@en-US";peripheries=1;shape=hexagon;]
47 [color=green;label="'error message'
error:message
\"Error message for the human programmer.\"@en-US";peripheries=1;shape=hexagon;]
48 [color=green;label="error:missingTypeKeywordInMtreeSpec";peripheries=1;shape=ellipse;]
49 [color=green;label="'No data'
error:noData
\"61\"^^xsd:nonNegativeInteger
\"ENODATA\"^^xsd:string
\"No data available\"^^xsd:string";peripheries=1;shape=ellipse;]
50 [color=green;label="error:noRouteToHost";peripheries=1;shape=ellipse;]
51 [color=green;label="error:notATypewriter
'not a typewriter'
\"Inappropriate input/output control for device.\"@en-US
\"25\"^^xsd:nonNegativeInteger
\"ENOTTY\"^^xsd:string
\"Inappropriate ioctl for device\"^^xsd:string";peripheries=1;shape=ellipse;]
52 [color=green;label="error:object
object
\"The name of the object to which the error relates.\"@en-US";peripheries=1;shape=hexagon;]
53 [color=green;label="error:readTimeoutError
'read timeout error'
\"Timeout occurs while reading\"@en-US";peripheries=1;shape=ellipse;]
54 [color=green;label="error:redirectAction
'redirect action'
\"A rediraction action.\"@en-US";peripheries=1;shape=ellipse;]
55 [color=green;label="error:sourceLine
'source line'
\"The line number in the original source file for which a parser warning was thrown.\"@en-US";peripheries=1;shape=hexagon;]
56 [color=green;label="'SSL error'
error:sslError
\"SSL error\"@en-US";peripheries=1;shape=ellipse;]
57 [color=green;label="error:streamPosition
'stream position'
\"The stream position at which an error occurred.\"@en-US";peripheries=1;shape=hexagon;]
58 [color=green;label="'Try again'
error:tryAgain";peripheries=1;shape=ellipse;]
59 [color=green;label="error:variableName
'variable name'
\"The C variable name of the error as used in POSIX or in a Linux library or application.\"@en-US";peripheries=1;shape=hexagon;]
60 [color=whitesmoke;label="rdf:Property";peripheries=1;shape=ellipse;]
61 [color=lightgreen;label="rdfs:Resource";peripheries=1;shape=ellipse;]
62 [color=palegoldenrod;label="xsd:integer";peripheries=1;shape=ellipse;]
63 [color=palegoldenrod;label="xsd:nonNegativeInteger";peripheries=1;shape=ellipse;]
64 [color=palegoldenrod;label="xsd:string";peripheries=1;shape=ellipse;]
65 [color=blue;label="\"4xx HTTP Error\"@en-US";peripheries=0;shape=plaintext;]
66 [color=blue;label="\"5xx HTTP Error\"@en-US";peripheries=0;shape=plaintext;]
67 [color=blue;label="\"???\"@en-US";peripheries=0;shape=plaintext;]
68 [color=blue;label="\"A URI that uses the HTTP scheme.\"@en-US";peripheries=0;shape=plaintext;]
69 [color=blue;label="\"A parser error that is due to the occurrence o ...\"@en-US";peripheries=0;shape=plaintext;]
70 [color=blue;label="\"A position in a stream.\"@en-US";peripheries=0;shape=plaintext;]
71 [color=blue;label="\"A rediraction action.\"@en-US";peripheries=0;shape=plaintext;]
72 [color=blue;label="\"A warning that is emitted by an SGML parser.\"@en-US";peripheries=0;shape=plaintext;]
73 [color=blue;label="\"A warning that is emitted by an XML parser.\"@en-US";peripheries=0;shape=plaintext;]
74 [color=blue;label="\"An HTTP error in the 400-range.\"@en-US";peripheries=0;shape=plaintext;]
75 [color=blue;label="\"An HTTP error in the 500-range.\"@en-US";peripheries=0;shape=plaintext;]
76 [color=blue;label="\"An action performed by a computing device.\"@en-US";peripheries=0;shape=plaintext;]
77 [color=blue;label="\"An error due to the use of an illegitimate cha ...\"@en-US";peripheries=0;shape=plaintext;]
78 [color=blue;label="\"An error due to the use of an illigitimate or ...\"@en-US";peripheries=0;shape=plaintext;]
79 [color=blue;label="\"An error that is emitted as part of an HTTP reply.\"@en-US";peripheries=0;shape=plaintext;]
80 [color=blue;label="\"An error that is emitted by a parser, indicati ...\"@en-US";peripheries=0;shape=plaintext;]
81 [color=blue;label="\"An error that is emitted by an RDF parser.\"@en-US";peripheries=0;shape=plaintext;]
82 [color=blue;label="\"An error that is thrown due to a timeout.\"@en-US";peripheries=0;shape=plaintext;]
83 [color=blue;label="\"An error that is thrown for a value which is e ...\"@en-US";peripheries=0;shape=plaintext;]
84 [color=blue;label="\"An error that is thrown whenever multiple defi ...\"@en-US";peripheries=0;shape=plaintext;]
85 [color=blue;label="\"An error that occurs as part of an archive (un ...\"@en-US";peripheries=0;shape=plaintext;]
86 [color=blue;label="\"An error that occurs because a directory is as ...\"@en-US";peripheries=0;shape=plaintext;]
87 [color=blue;label="\"An error that occurs because a directory which ...\"@en-US";peripheries=0;shape=plaintext;]
88 [color=blue;label="\"An error that occurs because a file which is a ...\"@en-US";peripheries=0;shape=plaintext;]
89 [color=blue;label="\"An error that occurs because a resource which ...\"@en-US";peripheries=0;shape=plaintext;]
90 [color=blue;label="\"An error that occurs because a specific action ...\"@en-US";peripheries=0;shape=plaintext;]
91 [color=blue;label="\"An error that occurs if a Turtle prefix is use ...\"@en-US";peripheries=0;shape=plaintext;]
92 [color=blue;label="\"An error that occurs while reading data.\"@en-US";peripheries=0;shape=plaintext;]
93 [color=blue;label="\"An error that occurs while writing data.\"@en-US";peripheries=0;shape=plaintext;]
94 [color=blue;label="\"An error that was thrown due to an input and/o ...\"@en-US";peripheries=0;shape=plaintext;]
95 [color=blue;label="\"An error thrown because of a socket-related pr ...\"@en-US";peripheries=0;shape=plaintext;]
96 [color=blue;label="\"An object that is related to an error.\"@en-US";peripheries=0;shape=plaintext;]
97 [color=blue;label="\"An recognized irregularity in program execution.\"@en-US";peripheries=0;shape=plaintext;]
98 [color=blue;label="\"An that is emitted by an RDF/XML parser when i ...\"@en-US";peripheries=0;shape=plaintext;]
99 [color=blue;label="\"Encoding cannot represent character.\"@en-US";peripheries=0;shape=plaintext;]
100 [color=blue;label="\"Error code as used by the program in which the ...\"@en-US";peripheries=0;shape=plaintext;]
101 [color=blue;label="\"Error message for the human programmer.\"@en-US";peripheries=0;shape=plaintext;]
102 [color=blue;label="\"HTTP URI\"@en-US";peripheries=0;shape=plaintext;]
103 [color=blue;label="\"HTTP error\"@en-US";peripheries=0;shape=plaintext;]
104 [color=blue;label="\"Host not found\"@en-US";peripheries=0;shape=plaintext;]
105 [color=blue;label="\"IO error\"@en-US";peripheries=0;shape=plaintext;]
106 [color=blue;label="\"Illegal UTF-8 continuation.\"@en-US";peripheries=0;shape=plaintext;]
107 [color=blue;label="\"Illegal UTF-8 start.\"@en-US";peripheries=0;shape=plaintext;]
108 [color=blue;label="\"Inappropriate input/output control for device.\"@en-US";peripheries=0;shape=plaintext;]
109 [color=blue;label="\"No data\"@en-US";peripheries=0;shape=plaintext;]
110 [color=blue;label="\"RDF parser error\"@en-US";peripheries=0;shape=plaintext;]
111 [color=blue;label="\"RDF/XML parser error\"@en-US";peripheries=0;shape=plaintext;]
112 [color=blue;label="\"SGML parser error\"@en-US";peripheries=0;shape=plaintext;]
113 [color=blue;label="\"SSL error\"@en-US";peripheries=0;shape=plaintext;]
114 [color=blue;label="\"The C variable name of the error as used in PO ...\"@en-US";peripheries=0;shape=plaintext;]
115 [color=blue;label="\"The action to which the error is related.\"@en-US";peripheries=0;shape=plaintext;]
116 [color=blue;label="\"The argument to rdf:ID is not an XML name.\"@en-US";peripheries=0;shape=plaintext;]
117 [color=blue;label="\"The character number of a stream position, ind ...\"@en-US";peripheries=0;shape=plaintext;]
118 [color=blue;label="\"The column number of a stream position, indica ...\"@en-US";peripheries=0;shape=plaintext;]
119 [color=blue;label="\"The line number in the original source file fo ...\"@en-US";peripheries=0;shape=plaintext;]
120 [color=blue;label="\"The line number of a stream position, indicati ...\"@en-US";peripheries=0;shape=plaintext;]
121 [color=blue;label="\"The name of the object to which the error relates.\"@en-US";peripheries=0;shape=plaintext;]
122 [color=blue;label="\"The stream position at which an error occurred.\"@en-US";peripheries=0;shape=plaintext;]
123 [color=blue;label="\"Timeout occurs while reading\"@en-US";peripheries=0;shape=plaintext;]
124 [color=blue;label="\"Try again\"@en-US";peripheries=0;shape=plaintext;]
125 [color=blue;label="\"XML name error\"@en-US";peripheries=0;shape=plaintext;]
126 [color=blue;label="\"XML parser error\"@en-US";peripheries=0;shape=plaintext;]
127 [color=blue;label="\"action\"@en-US";peripheries=0;shape=plaintext;]
128 [color=blue;label="\"archive error\"@en-US";peripheries=0;shape=plaintext;]
129 [color=blue;label="\"character\"@en-US";peripheries=0;shape=plaintext;]
130 [color=blue;label="\"character encoding error\"@en-US";peripheries=0;shape=plaintext;]
131 [color=blue;label="\"column\"@en-US";peripheries=0;shape=plaintext;]
132 [color=blue;label="\"directory existence error\"@en-US";peripheries=0;shape=plaintext;]
133 [color=blue;label="\"directory not empty\"@en-US";peripheries=0;shape=plaintext;]
134 [color=blue;label="\"encoding error\"@en-US";peripheries=0;shape=plaintext;]
135 [color=blue;label="\"error\"@en-US";peripheries=0;shape=plaintext;]
136 [color=blue;label="\"error code\"@en-US";peripheries=0;shape=plaintext;]
137 [color=blue;label="\"error message\"@en-US";peripheries=0;shape=plaintext;]
138 [color=blue;label="\"existence error\"@en-US";peripheries=0;shape=plaintext;]
139 [color=blue;label="\"file existence error\"@en-US";peripheries=0;shape=plaintext;]
140 [color=blue;label="\"illegal UTF-8 continuation\"@en-US";peripheries=0;shape=plaintext;]
141 [color=blue;label="\"illegal UTF-8 start\"@en-US";peripheries=0;shape=plaintext;]
142 [color=blue;label="\"is a directory\"@en-US";peripheries=0;shape=plaintext;]
143 [color=blue;label="\"malformed URL\"@en-US";peripheries=0;shape=plaintext;]
144 [color=blue;label="\"missing Turtle prefix definition\"@en-US";peripheries=0;shape=plaintext;]
145 [color=blue;label="\"not a typewriter\"@en-US";peripheries=0;shape=plaintext;]
146 [color=blue;label="\"object\"@en-US";peripheries=0;shape=plaintext;]
147 [color=blue;label="\"parser error\"@en-US";peripheries=0;shape=plaintext;]
148 [color=blue;label="\"permission error\"@en-US";peripheries=0;shape=plaintext;]
149 [color=blue;label="\"read error\"@en-US";peripheries=0;shape=plaintext;]
150 [color=blue;label="\"read timeout error\"@en-US";peripheries=0;shape=plaintext;]
151 [color=blue;label="\"redefined RDF identifier\"@en-US";peripheries=0;shape=plaintext;]
152 [color=blue;label="\"redirect action\"@en-US";peripheries=0;shape=plaintext;]
153 [color=blue;label="\"socket error\"@en-US";peripheries=0;shape=plaintext;]
154 [color=blue;label="\"source line\"@en-US";peripheries=0;shape=plaintext;]
155 [color=blue;label="\"source sink error\"@en-US";peripheries=0;shape=plaintext;]
156 [color=blue;label="\"stream position\"@en-US";peripheries=0;shape=plaintext;]
157 [color=blue;label="\"syntax position\"@en-US";peripheries=0;shape=plaintext;]
158 [color=blue;label="\"timeout error\"@en-US";peripheries=0;shape=plaintext;]
159 [color=blue;label="\"variable name\"@en-US";peripheries=0;shape=plaintext;]
160 [color=blue;label="\"write error\"@en-US";peripheries=0;shape=plaintext;]
161 [color=blue;label="\"104\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
162 [color=blue;label="\"110\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
163 [color=blue;label="\"111\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
164 [color=blue;label="\"113\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
165 [color=blue;label="\"17\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
166 [color=blue;label="\"2\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
167 [color=blue;label="\"21\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
168 [color=blue;label="\"25\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
169 [color=blue;label="\"39\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
170 [color=blue;label="\"61\"^^xsd:nonNegativeInteger";peripheries=0;shape=plaintext;]
171 [color=blue;label="\"Connection refused\"^^xsd:string";peripheries=0;shape=plaintext;]
172 [color=blue;label="\"Connection reset by peer\"^^xsd:string";peripheries=0;shape=plaintext;]
173 [color=blue;label="\"Connection timed out\"^^xsd:string";peripheries=0;shape=plaintext;]
174 [color=blue;label="\"Directory not empty\"^^xsd:string";peripheries=0;shape=plaintext;]
175 [color=blue;label="\"ECONNREFUSED\"^^xsd:string";peripheries=0;shape=plaintext;]
176 [color=blue;label="\"ECONNRESET\"^^xsd:string";peripheries=0;shape=plaintext;]
177 [color=blue;label="\"EHOSTUNREACH\"^^xsd:string";peripheries=0;shape=plaintext;]
178 [color=blue;label="\"EISDIR\"^^xsd:string";peripheries=0;shape=plaintext;]
179 [color=blue;label="\"ENODATA\"^^xsd:string";peripheries=0;shape=plaintext;]
180 [color=blue;label="\"ENOENT\"^^xsd:string";peripheries=0;shape=plaintext;]
181 [color=blue;label="\"ENOTEMPTY\"^^xsd:string";peripheries=0;shape=plaintext;]
182 [color=blue;label="\"ENOTTY\"^^xsd:string";peripheries=0;shape=plaintext;]
183 [color=blue;label="\"ETIMEDOUT\"^^xsd:string";peripheries=0;shape=plaintext;]
184 [color=blue;label="\"EXIST\"^^xsd:string";peripheries=0;shape=plaintext;]
185 [color=blue;label="\"File exists\"^^xsd:string";peripheries=0;shape=plaintext;]
186 [color=blue;label="\"Inappropriate ioctl for device\"^^xsd:string";peripheries=0;shape=plaintext;]
187 [color=blue;label="\"Invalid central directory signature.\"^^xsd:string";peripheries=0;shape=plaintext;]
188 [color=blue;label="\"Is a directory\"^^xsd:string";peripheries=0;shape=plaintext;]
189 [color=blue;label="\"Missing type keyword in mtree specification.\"^^xsd:string";peripheries=0;shape=plaintext;]
190 [color=blue;label="\"No data available\"^^xsd:string";peripheries=0;shape=plaintext;]
191 [color=blue;label="\"No route to host\"^^xsd:string";peripheries=0;shape=plaintext;]
192 [color=blue;label="\"No such file or directory\"^^xsd:string";peripheries=0;shape=plaintext;]
0 -> 74 [arrowhead=normal;label="rdfs:comment";style=solid;]
0 -> 65 [arrowhead=none;label="";style=dotted;]
0 -> 11 [arrowhead=box;label="";style=solid;]
1 -> 75 [arrowhead=normal;label="rdfs:comment";style=solid;]
1 -> 66 [arrowhead=none;label="";style=dotted;]
1 -> 11 [arrowhead=box;label="";style=solid;]
2 -> 76 [arrowhead=normal;label="rdfs:comment";style=solid;]
2 -> 127 [arrowhead=none;label="";style=dotted;]
2 -> 61 [arrowhead=box;label="";style=solid;]
3 -> 85 [arrowhead=normal;label="rdfs:comment";style=solid;]
3 -> 128 [arrowhead=none;label="";style=dotted;]
3 -> 8 [arrowhead=box;label="";style=solid;]
4 -> 77 [arrowhead=normal;label="rdfs:comment";style=solid;]
4 -> 130 [arrowhead=none;label="";style=dotted;]
4 -> 7 [arrowhead=box;label="";style=solid;]
5 -> 165 [arrowhead=normal;label="error:code";style=solid;]
5 -> 185 [arrowhead=normal;label="error:message";style=solid;]
5 -> 184 [arrowhead=normal;label="error:variableName";style=solid;]
5 -> 87 [arrowhead=normal;label="rdfs:comment";style=solid;]
5 -> 132 [arrowhead=none;label="";style=dotted;]
5 -> 9 [arrowhead=box;label="";style=solid;]
6 -> 169 [arrowhead=normal;label="error:code";style=solid;]
6 -> 174 [arrowhead=normal;label="error:message";style=solid;]
6 -> 181 [arrowhead=normal;label="error:variableName";style=solid;]
6 -> 86 [arrowhead=normal;label="rdfs:comment";style=solid;]
6 -> 133 [arrowhead=none;label="";style=dotted;]
6 -> 9 [arrowhead=box;label="";style=solid;]
7 -> 78 [arrowhead=normal;label="rdfs:comment";style=solid;]
7 -> 134 [arrowhead=none;label="";style=dotted;]
7 -> 8 [arrowhead=box;label="";style=solid;]
8 -> 97 [arrowhead=normal;label="rdfs:comment";style=solid;]
8 -> 135 [arrowhead=none;label="";style=dotted;]
8 -> 61 [arrowhead=box;label="";style=solid;]
9 -> 166 [arrowhead=normal;label="error:code";style=solid;]
9 -> 192 [arrowhead=normal;label="error:message";style=solid;]
9 -> 180 [arrowhead=normal;label="error:variableName";style=solid;]
9 -> 89 [arrowhead=normal;label="rdfs:comment";style=solid;]
9 -> 138 [arrowhead=none;label="";style=dotted;]
9 -> 8 [arrowhead=box;label="";style=solid;]
10 -> 88 [arrowhead=normal;label="rdfs:comment";style=solid;]
10 -> 139 [arrowhead=none;label="";style=dotted;]
10 -> 9 [arrowhead=box;label="";style=solid;]
11 -> 79 [arrowhead=normal;label="rdfs:comment";style=solid;]
11 -> 103 [arrowhead=none;label="";style=dotted;]
11 -> 8 [arrowhead=box;label="";style=solid;]
12 -> 68 [arrowhead=normal;label="rdfs:comment";style=solid;]
12 -> 102 [arrowhead=none;label="";style=dotted;]
12 -> 17 [arrowhead=box;label="";style=solid;]
13 -> 94 [arrowhead=normal;label="rdfs:comment";style=solid;]
13 -> 105 [arrowhead=none;label="";style=dotted;]
13 -> 8 [arrowhead=box;label="";style=solid;]
14 -> 167 [arrowhead=normal;label="error:code";style=solid;]
14 -> 188 [arrowhead=normal;label="error:message";style=solid;]
14 -> 178 [arrowhead=normal;label="error:variableName";style=solid;]
14 -> 67 [arrowhead=normal;label="rdfs:comment";style=solid;]
14 -> 155 [arrowhead=none;label="";style=dotted;]
14 -> 9 [arrowhead=box;label="";style=solid;]
15 -> 83 [arrowhead=normal;label="rdfs:comment";style=solid;]
15 -> 143 [arrowhead=none;label="";style=dotted;]
15 -> 8 [arrowhead=box;label="";style=solid;]
16 -> 91 [arrowhead=normal;label="rdfs:comment";style=solid;]
16 -> 144 [arrowhead=none;label="";style=dotted;]
16 -> 29 [arrowhead=box;label="";style=solid;]
17 -> 96 [arrowhead=normal;label="rdfs:comment";style=solid;]
17 -> 146 [arrowhead=none;label="";style=dotted;]
17 -> 61 [arrowhead=box;label="";style=solid;]
18 -> 80 [arrowhead=normal;label="rdfs:comment";style=solid;]
18 -> 147 [arrowhead=none;label="";style=dotted;]
18 -> 8 [arrowhead=box;label="";style=solid;]
19 -> 90 [arrowhead=normal;label="rdfs:comment";style=solid;]
19 -> 148 [arrowhead=none;label="";style=dotted;]
19 -> 8 [arrowhead=box;label="";style=solid;]
20 -> 81 [arrowhead=normal;label="rdfs:comment";style=solid;]
20 -> 110 [arrowhead=none;label="";style=dotted;]
20 -> 18 [arrowhead=box;label="";style=solid;]
21 -> 98 [arrowhead=normal;label="rdfs:comment";style=solid;]
21 -> 111 [arrowhead=none;label="";style=dotted;]
21 -> 20 [arrowhead=box;label="";style=solid;]
21 -> 32 [arrowhead=box;label="";style=solid;]
22 -> 92 [arrowhead=normal;label="rdfs:comment";style=solid;]
22 -> 149 [arrowhead=none;label="";style=dotted;]
22 -> 13 [arrowhead=box;label="";style=solid;]
23 -> 84 [arrowhead=normal;label="rdfs:comment";style=solid;]
23 -> 151 [arrowhead=none;label="";style=dotted;]
23 -> 21 [arrowhead=box;label="";style=solid;]
24 -> 72 [arrowhead=normal;label="rdfs:comment";style=solid;]
24 -> 112 [arrowhead=none;label="";style=dotted;]
24 -> 18 [arrowhead=box;label="";style=solid;]
25 -> 95 [arrowhead=normal;label="rdfs:comment";style=solid;]
25 -> 153 [arrowhead=none;label="";style=dotted;]
25 -> 8 [arrowhead=box;label="";style=solid;]
26 -> 70 [arrowhead=normal;label="rdfs:comment";style=solid;]
26 -> 156 [arrowhead=none;label="";style=dotted;]
26 -> 8 [arrowhead=box;label="";style=solid;]
27 -> 69 [arrowhead=normal;label="rdfs:comment";style=solid;]
27 -> 157 [arrowhead=none;label="";style=dotted;]
27 -> 18 [arrowhead=box;label="";style=solid;]
28 -> 82 [arrowhead=normal;label="rdfs:comment";style=solid;]
28 -> 158 [arrowhead=none;label="";style=dotted;]
28 -> 8 [arrowhead=box;label="";style=solid;]
29 -> 73 [arrowhead=normal;label="rdfs:comment";style=solid;]
29 -> 126 [arrowhead=none;label="";style=dotted;]
29 -> 20 [arrowhead=box;label="";style=solid;]
30 -> 93 [arrowhead=normal;label="rdfs:comment";style=solid;]
30 -> 160 [arrowhead=none;label="";style=dotted;]
30 -> 13 [arrowhead=box;label="";style=solid;]
31 -> 116 [arrowhead=normal;label="rdfs:comment";style=solid;]
31 -> 125 [arrowhead=none;label="";style=dotted;]
31 -> 32 [arrowhead=box;label="";style=solid;]
32 -> 73 [arrowhead=normal;label="rdfs:comment";style=solid;]
32 -> 126 [arrowhead=none;label="";style=dotted;]
32 -> 24 [arrowhead=box;label="";style=solid;]
33 -> 60 [arrowhead=empty;label="";style=solid;]
33 -> 115 [arrowhead=normal;label="rdfs:comment";style=solid;]
33 -> 8 [arrowhead=normal;label="rdfs:domain";style=solid;]
33 -> 127 [arrowhead=none;label="";style=dotted;]
33 -> 2 [arrowhead=normal;label="rdfs:range";style=solid;]
34 -> 60 [arrowhead=empty;label="";style=solid;]
34 -> 117 [arrowhead=normal;label="rdfs:comment";style=solid;]
34 -> 26 [arrowhead=normal;label="rdfs:domain";style=solid;]
34 -> 129 [arrowhead=none;label="";style=dotted;]
34 -> 62 [arrowhead=normal;label="rdfs:range";style=solid;]
35 -> 60 [arrowhead=empty;label="";style=solid;]
35 -> 100 [arrowhead=normal;label="rdfs:comment";style=solid;]
35 -> 8 [arrowhead=normal;label="rdfs:domain";style=solid;]
35 -> 136 [arrowhead=none;label="";style=dotted;]
35 -> 63 [arrowhead=normal;label="rdfs:range";style=solid;]
36 -> 60 [arrowhead=empty;label="";style=solid;]
36 -> 118 [arrowhead=normal;label="rdfs:comment";style=solid;]
36 -> 26 [arrowhead=normal;label="rdfs:domain";style=solid;]
36 -> 131 [arrowhead=none;label="";style=dotted;]
36 -> 62 [arrowhead=normal;label="rdfs:range";style=solid;]
37 -> 163 [arrowhead=normal;label="error:code";style=solid;]
37 -> 171 [arrowhead=normal;label="error:message";style=solid;]
37 -> 175 [arrowhead=normal;label="error:variableName";style=solid;]
37 -> 25 [arrowhead=empty;label="";style=solid;]
38 -> 161 [arrowhead=normal;label="error:code";style=solid;]
38 -> 172 [arrowhead=normal;label="error:message";style=solid;]
38 -> 176 [arrowhead=normal;label="error:variableName";style=solid;]
38 -> 9 [arrowhead=empty;label="";style=solid;]
38 -> 22 [arrowhead=empty;label="";style=solid;]
38 -> 25 [arrowhead=empty;label="";style=solid;]
39 -> 162 [arrowhead=normal;label="error:code";style=solid;]
39 -> 173 [arrowhead=normal;label="error:message";style=solid;]
39 -> 183 [arrowhead=normal;label="error:variableName";style=solid;]
39 -> 25 [arrowhead=empty;label="";style=solid;]
40 -> 30 [arrowhead=empty;label="";style=solid;]
40 -> 99 [arrowhead=normal;label="rdfs:comment";style=solid;]
40 -> 134 [arrowhead=none;label="";style=dotted;]
41 -> 25 [arrowhead=empty;label="";style=solid;]
41 -> 104 [arrowhead=none;label="";style=dotted;]
42 -> 22 [arrowhead=empty;label="";style=solid;]
42 -> 106 [arrowhead=normal;label="rdfs:comment";style=solid;]
42 -> 140 [arrowhead=none;label="";style=dotted;]
43 -> 22 [arrowhead=empty;label="";style=solid;]
43 -> 107 [arrowhead=normal;label="rdfs:comment";style=solid;]
43 -> 141 [arrowhead=none;label="";style=dotted;]
44 -> 168 [arrowhead=normal;label="error:code";style=solid;]
44 -> 187 [arrowhead=normal;label="error:message";style=solid;]
44 -> 3 [arrowhead=empty;label="";style=solid;]
45 -> 167 [arrowhead=normal;label="error:code";style=solid;]
45 -> 188 [arrowhead=normal;label="error:message";style=solid;]
45 -> 178 [arrowhead=normal;label="error:variableName";style=solid;]
45 -> 22 [arrowhead=empty;label="";style=solid;]
45 -> 67 [arrowhead=normal;label="rdfs:comment";style=solid;]
45 -> 142 [arrowhead=none;label="";style=dotted;]
46 -> 60 [arrowhead=empty;label="";style=solid;]
46 -> 120 [arrowhead=normal;label="rdfs:comment";style=solid;]
46 -> 26 [arrowhead=normal;label="rdfs:domain";style=solid;]
46 -> 131 [arrowhead=none;label="";style=dotted;]
46 -> 62 [arrowhead=normal;label="rdfs:range";style=solid;]
47 -> 60 [arrowhead=empty;label="";style=solid;]
47 -> 101 [arrowhead=normal;label="rdfs:comment";style=solid;]
47 -> 8 [arrowhead=normal;label="rdfs:domain";style=solid;]
47 -> 137 [arrowhead=none;label="";style=dotted;]
47 -> 64 [arrowhead=normal;label="rdfs:range";style=solid;]
48 -> 166 [arrowhead=normal;label="error:code";style=solid;]
48 -> 189 [arrowhead=normal;label="error:message";style=solid;]
48 -> 3 [arrowhead=empty;label="";style=solid;]
49 -> 170 [arrowhead=normal;label="error:code";style=solid;]
49 -> 190 [arrowhead=normal;label="error:message";style=solid;]
49 -> 179 [arrowhead=normal;label="error:variableName";style=solid;]
49 -> 25 [arrowhead=empty;label="";style=solid;]
49 -> 109 [arrowhead=none;label="";style=dotted;]
50 -> 164 [arrowhead=normal;label="error:code";style=solid;]
50 -> 191 [arrowhead=normal;label="error:message";style=solid;]
50 -> 177 [arrowhead=normal;label="error:variableName";style=solid;]
50 -> 25 [arrowhead=empty;label="";style=solid;]
51 -> 168 [arrowhead=normal;label="error:code";style=solid;]
51 -> 186 [arrowhead=normal;label="error:message";style=solid;]
51 -> 182 [arrowhead=normal;label="error:variableName";style=solid;]
51 -> 22 [arrowhead=empty;label="";style=solid;]
51 -> 108 [arrowhead=normal;label="rdfs:comment";style=solid;]
51 -> 145 [arrowhead=none;label="";style=dotted;]
52 -> 60 [arrowhead=empty;label="";style=solid;]
52 -> 121 [arrowhead=normal;label="rdfs:comment";style=solid;]
52 -> 8 [arrowhead=normal;label="rdfs:domain";style=solid;]
52 -> 146 [arrowhead=none;label="";style=dotted;]
52 -> 17 [arrowhead=normal;label="rdfs:range";style=solid;]
53 -> 28 [arrowhead=empty;label="";style=solid;]
53 -> 123 [arrowhead=normal;label="rdfs:comment";style=solid;]
53 -> 150 [arrowhead=none;label="";style=dotted;]
54 -> 2 [arrowhead=empty;label="";style=solid;]
54 -> 71 [arrowhead=normal;label="rdfs:comment";style=solid;]
54 -> 152 [arrowhead=none;label="";style=dotted;]
55 -> 60 [arrowhead=empty;label="";style=solid;]
55 -> 119 [arrowhead=normal;label="rdfs:comment";style=solid;]
55 -> 18 [arrowhead=normal;label="rdfs:domain";style=solid;]
55 -> 154 [arrowhead=none;label="";style=dotted;]
55 -> 62 [arrowhead=normal;label="rdfs:range";style=solid;]
56 -> 8 [arrowhead=empty;label="";style=solid;]
56 -> 113 [arrowhead=normal;label="rdfs:comment";style=solid;]
56 -> 113 [arrowhead=none;label="";style=dotted;]
57 -> 60 [arrowhead=empty;label="";style=solid;]
57 -> 122 [arrowhead=normal;label="rdfs:comment";style=solid;]
57 -> 8 [arrowhead=normal;label="rdfs:domain";style=solid;]
57 -> 156 [arrowhead=none;label="";style=dotted;]
57 -> 26 [arrowhead=normal;label="rdfs:range";style=solid;]
58 -> 25 [arrowhead=empty;label="";style=solid;]
58 -> 124 [arrowhead=none;label="";style=dotted;]
59 -> 60 [arrowhead=empty;label="";style=solid;]
59 -> 114 [arrowhead=normal;label="rdfs:comment";style=solid;]
59 -> 8 [arrowhead=normal;label="rdfs:domain";style=solid;]
59 -> 159 [arrowhead=none;label="";style=dotted;]
59 -> 64 [arrowhead=normal;label="rdfs:range";style=solid;]
}