forked from DelaramGlp/airo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
airo.rdf
714 lines (437 loc) · 27.5 KB
/
airo.rdf
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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
<?xml version="1.0"?>
<rdf:RDF xmlns="https://w3id.org/airo#"
xml:base="https://w3id.org/airo"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:airo="https://w3id.org/airo#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="https://w3id.org/airo">
<terms:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Dave Lewis</terms:contributor>
<terms:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Harshvardhan J. Pandit</terms:contributor>
<terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Delaram Golpayegani</terms:creator>
<terms:description xml:lang="en">AIRO represents AI risk concepts and relations based on the EU AI Act proposal and ISO 31000 standard series.</terms:description>
<terms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2023-01-01T09:00:00</terms:issued>
<terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2021-07-01T17:01:00</terms:modified>
<terms:publisher rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ADAPT Centre, Trinity College Dublin</terms:publisher>
<terms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">AIRO</terms:title>
<rdfs:label xml:lang="en">AI Risk Ontology</rdfs:label>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.3</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/issued -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/issued"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://purl.org/dc/terms/modified -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
<!-- http://purl.org/dc/terms/publisher -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/publisher"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://w3id.org/airo#affects -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#affects">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AffectedStakeholder"/>
<rdfs:comment xml:lang="en">Indicates the stakeholders affected by the AI system</rdfs:comment>
<rdfs:label xml:lang="en">affects</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#conformsToStandard -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#conformsToStandard">
<rdfs:range rdf:resource="https://w3id.org/airo#Standard"/>
<rdfs:comment xml:lang="en">Indicates conformance of an entity to a standard</rdfs:comment>
<rdfs:label xml:lang="en">conforms to standard</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#detectsEvent -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#detectsEvent">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/airo#modifiesEvent"/>
<rdfs:domain rdf:resource="https://w3id.org/airo#Control"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Event"/>
<rdfs:comment xml:lang="en">Indicates the control used for detecting an event</rdfs:comment>
<rdfs:label xml:lang="en">detects event</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#eliminatesEvent -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#eliminatesEvent">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/airo#modifiesEvent"/>
<rdfs:domain rdf:resource="https://w3id.org/airo#Control"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Event"/>
<rdfs:comment xml:lang="en">Indicates the control used for eliminating an event</rdfs:comment>
<rdfs:label xml:lang="en">eliminates event</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasAISubject -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasAISubject">
<rdfs:comment xml:lang="en">Indicates subject of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">has AI subject</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasCapability -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasCapability">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AICapability"/>
<rdfs:comment xml:lang="en">Specifies capabilities implemented within an AI system to materialise its purposes</rdfs:comment>
<rdfs:label>has capability</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasComponent -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasComponent">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AIComponent"/>
<rdfs:comment xml:lang="en">Indicates components of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">has component</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasConsequence -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasConsequence">
<rdfs:domain rdf:resource="https://w3id.org/airo#Risk"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Consequence"/>
<rdfs:comment xml:lang="en">Specifies consequences caused by materialisation of a risk</rdfs:comment>
<rdfs:label>has consequence</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasDocumentation -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasDocumentation">
<rdfs:range rdf:resource="https://w3id.org/airo#Document"/>
<rdfs:comment xml:lang="en">Indicates documents related to an entity, e.g. AI system</rdfs:comment>
<rdfs:label xml:lang="en">has documentation</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasImpact -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasImpact">
<rdfs:domain rdf:resource="https://w3id.org/airo#Consequence"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Impact"/>
<rdfs:comment xml:lang="en">Specifies impacts caused by materialisation of a consequence</rdfs:comment>
<rdfs:label xml:lang="en">has impact</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasImpactOnArea -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasImpactOnArea">
<rdfs:domain rdf:resource="https://w3id.org/airo#Impact"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AreaOfImpact"/>
<rdfs:comment>Specifies the area that is affected by an AI impact</rdfs:comment>
<rdfs:label xml:lang="en">has impact on area</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasImpactOnStakeholder -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasImpactOnStakeholder">
<rdfs:domain rdf:resource="https://w3id.org/airo#Impact"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AffectedStakeholder"/>
<rdfs:comment xml:lang="en">Specifies stakeholders that are affected by an AI impact</rdfs:comment>
<rdfs:label xml:lang="en">has impact on stakeholder</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasLifecyclePhase -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasLifecyclePhase">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AILifecyclePhase"/>
<rdfs:comment xml:lang="en">Indicates the AI system's lifecycle phase</rdfs:comment>
<rdfs:label xml:lang="en">has lifecycle phase</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasLikelihood -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasLikelihood">
<rdfs:domain rdf:resource="https://w3id.org/airo#Event"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Likelihood"/>
<rdfs:comment xml:lang="en">Indicates the probability of occurrence of an event</rdfs:comment>
<rdfs:label xml:lang="en">has likelihood</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasPurpose -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasPurpose">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Purpose"/>
<rdfs:label xml:lang="en">Indicates the intended purpose of an AI system.</rdfs:label>
<rdfs:label xml:lang="en">has purpose</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasRisk -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasRisk">
<rdfs:range rdf:resource="https://w3id.org/airo#Risk"/>
<rdfs:comment xml:lang="en">Indicates risks associated with an AI system, an AI component, etc.</rdfs:comment>
<rdfs:label xml:lang="en">has risk</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasSeverity -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasSeverity">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="https://w3id.org/airo#Consequence"/>
<rdf:Description rdf:about="https://w3id.org/airo#Impact"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="https://w3id.org/airo#Severity"/>
<rdfs:comment xml:lang="en">Indicates severity of a consequenve or an impact</rdfs:comment>
<rdfs:label xml:lang="en">has severity</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasStakeholder -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasStakeholder">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Stakeholder"/>
<rdfs:comment xml:lang="en">Indicates stakeholders of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">has stakeholder</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#hasVersion -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#hasVersion">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Version"/>
<rdfs:comment xml:lang="en">Indicates the version of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">has version</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#isAppliedWithinDomain -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#isAppliedWithinDomain">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Domain"/>
<rdfs:comment xml:lang="en">Specifies the domain an AI system is used within</rdfs:comment>
<rdfs:label xml:lang="en">is applied within domain</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#isFollowedByControl -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#isFollowedByControl">
<rdfs:domain rdf:resource="https://w3id.org/airo#Control"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Control"/>
<rdfs:comment xml:lang="en">Specifies the order of controls</rdfs:comment>
<rdfs:label xml:lang="en">is followed by control</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#isPartOfControl -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#isPartOfControl">
<rdfs:range rdf:resource="https://w3id.org/airo#Control"/>
<rdfs:comment xml:lang="en">Specifies composition of controls</rdfs:comment>
<rdfs:label xml:lang="en">is part of control</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#isProvidedBy -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#isProvidedBy">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AIProvider"/>
<rdfs:comment xml:lang="en">Indicates provider of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">is provided by</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#isRiskSourceFor -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#isRiskSourceFor">
<rdfs:domain rdf:resource="https://w3id.org/airo#RiskSource"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Risk"/>
<rdfs:comment xml:lang="en">Specifies risks caused by materialisation of a risk source</rdfs:comment>
<rdfs:label xml:lang="en">is risk source for</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#isUsedBy -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#isUsedBy">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AIUser"/>
<rdfs:comment xml:lang="en">Indicates user of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">is used by</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#mitigatesEvent -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#mitigatesEvent">
<rdfs:subPropertyOf rdf:resource="https://w3id.org/airo#modifiesEvent"/>
<rdfs:domain rdf:resource="https://w3id.org/airo#Control"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Event"/>
<rdfs:comment xml:lang="en">Indicates the control used for mitigating an event</rdfs:comment>
<rdfs:label xml:lang="en">mitigates event</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#modifiesEvent -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#modifiesEvent">
<rdfs:domain rdf:resource="https://w3id.org/airo#Control"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Event"/>
<rdfs:comment xml:lang="en">Indicates the control used for modification of an event</rdfs:comment>
<rdfs:label xml:lang="en">modifies event</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#producesOutput -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#producesOutput">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#Output"/>
<rdfs:comment xml:lang="en">Specifies an output generated by an AI system</rdfs:comment>
<rdfs:label xml:lang="en">produces output</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/airo#usesTechnique -->
<owl:ObjectProperty rdf:about="https://w3id.org/airo#usesTechnique">
<rdfs:domain rdf:resource="https://w3id.org/airo#AISystem"/>
<rdfs:range rdf:resource="https://w3id.org/airo#AITechnique"/>
<rdfs:comment xml:lang="en">Indicates the AI techniques used in an AI system</rdfs:comment>
<rdfs:label xml:lang="en">uses technique</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/date -->
<owl:DatatypeProperty rdf:about="http://purl.org/dc/terms/date"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/ns/prov#Entity -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#Entity"/>
<!-- https://w3id.org/airo#AICapability -->
<owl:Class rdf:about="https://w3id.org/airo#AICapability">
<rdfs:comment xml:lang="en">The capability of an AI system that enables realisation of the system's purposes.</rdfs:comment>
<rdfs:label xml:lang="en">AI Capability</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AIComponent -->
<owl:Class rdf:about="https://w3id.org/airo#AIComponent">
<rdfs:comment xml:lang="en">Component (element) of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">AI Component</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AILifecyclePhase -->
<owl:Class rdf:about="https://w3id.org/airo#AILifecyclePhase">
<rdfs:comment xml:lang="en">A Phase of AI lifecycle which indicates evolution of the system from conception through retirement</rdfs:comment>
<rdfs:label xml:lang="en">AI Lifecycle Phase</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AISubject -->
<owl:Class rdf:about="https://w3id.org/airo#AISubject">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#Stakeholder"/>
<rdfs:comment xml:lang="en">An entity that is subjected to the use of AI</rdfs:comment>
<rdfs:label xml:lang="en">AI Subject</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AISystem -->
<owl:Class rdf:about="https://w3id.org/airo#AISystem">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:comment xml:lang="en">An engineered or machine-based system that can, for a given set of objectives, generate outputs such as predictions, recommendations, or decisions influencing real or virtual environments. AI systems are designed to operate with varying levels of autonomy [NIST]</rdfs:comment>
<rdfs:label xml:lang="en">AI System</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Characteristic -->
<owl:Class rdf:about="https://w3id.org/airo#Characteristic">
<rdfs:comment xml:lang="en"></rdfs:comment>
<rdfs:label xml:lang="en">Characteristic</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AITechnique -->
<owl:Class rdf:about="https://w3id.org/airo#AITechnique">
<rdfs:comment xml:lang="en">Approach or technique used in development of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">AI Technique</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AffectedStakeholder -->
<owl:Class rdf:about="https://w3id.org/airo#AffectedStakeholder">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#Stakeholder"/>
<rdfs:comment xml:lang="en">An entity that is affected by AI</rdfs:comment>
<rdfs:label xml:lang="en">Affected Stakeholder</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AreaOfImpact -->
<owl:Class rdf:about="https://w3id.org/airo#AreaOfImpact">
<rdfs:comment xml:lang="en">Areas that can be affected by an AI system</rdfs:comment>
<rdfs:label xml:lang="en">Area Of Impact</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Consequence -->
<owl:Class rdf:about="https://w3id.org/airo#Consequence">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#Event"/>
<rdfs:comment xml:lang="en">Outcome of an event affecting objectives</rdfs:comment>
<rdfs:isDefinedBy xml:lang="en">ISO 31000, 3.6</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">Consequence</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Control -->
<owl:Class rdf:about="https://w3id.org/airo#Control">
<rdfs:comment xml:lang="en">A measure that maintains and/or modifies risk</rdfs:comment>
<rdfs:isDefinedBy>Source: ISO 31000, 3.8</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">Control</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Document -->
<owl:Class rdf:about="https://w3id.org/airo#Document">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:comment xml:lang="en">A piece of written, printed, or electronic matter that provides information or evidence [from Oxford Languages dictionary]</rdfs:comment>
<rdfs:label xml:lang="en">Document</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Domain -->
<owl:Class rdf:about="https://w3id.org/airo#Domain">
<rdfs:comment xml:lang="en">Refers to domain, sector, or industry</rdfs:comment>
<rdfs:label xml:lang="en">Domain</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Event -->
<owl:Class rdf:about="https://w3id.org/airo#Event">
<rdfs:comment xml:lang="en">Occurrence or change of a particular set of circumstances.</rdfs:comment>
<rdfs:isDefinedBy xml:lang="en">ISO 31000, 3.5</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">Event</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Impact -->
<owl:Class rdf:about="https://w3id.org/airo#Impact">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#Consequence"/>
<rdfs:comment xml:lang="en">Outcome of a consequence on persons, groups, facilities, environment, etc.</rdfs:comment>
<rdfs:label xml:lang="en">Impact</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Likelihood -->
<owl:Class rdf:about="https://w3id.org/airo#Likelihood">
<rdfs:comment xml:lang="en">Chance of an event happening</rdfs:comment>
<rdfs:label xml:lang="en">Likelihood</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Output -->
<owl:Class rdf:about="https://w3id.org/airo#Output">
<rdfs:comment xml:lang="en">Output of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">Output</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AIOperator -->
<owl:Class rdf:about="https://w3id.org/airo#AIOperator">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#Stakeholder"/>
<rdfs:comment xml:lang="en">the provider, the product manufacturer, the user, the authorised representative, the importer or the distributor</rdfs:comment>
<rdfs:isDefinedBy xml:lang="en">AI Act, Common position, Art. 3(8)</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">AI Operator</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Provider -->
<owl:Class rdf:about="https://w3id.org/airo#AIProvider">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#AIOperator"/>
<rdfs:comment xml:lang="en">A natural or legal person, public authority, agency or other body that develops an AI system or that has an AI system developed and places that system on the market or puts it into service under its own name or trademark, whether for payment or free of charge</rdfs:comment>
<rdfs:isDefinedBy xml:lang="en">AI Act, Common position, Art. 3(2)</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">Provider</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Purpose -->
<owl:Class rdf:about="https://w3id.org/airo#Purpose">
<rdfs:comment xml:lang="en">Refers to the use for which an AI system is intended by the provider, including the specific context and conditions of use, as specified in the information supplied by the provider in the instructions for use, promotional or sales materials and statements, as well as in the technical documentation. [Source: AI Act, Art 3(12)]</rdfs:comment>
<rdfs:label xml:lang="en">Purpose</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Risk -->
<owl:Class rdf:about="https://w3id.org/airo#Risk">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#Event"/>
<rdfs:comment xml:lang="en">Risk of harm associated with an AI system</rdfs:comment>
<rdfs:label xml:lang="en">Risk</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#RiskSource -->
<owl:Class rdf:about="https://w3id.org/airo#RiskSource">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#Event"/>
<rdfs:comment xml:lang="en">An element that has the potential give rise to a risk</rdfs:comment>
<rdfs:isDefinedBy xml:lang="en">ISO 31000, 3.4</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">Risk Source</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Severity -->
<owl:Class rdf:about="https://w3id.org/airo#Severity">
<rdfs:comment xml:lang="en">Indicates level of severity of an event that reflects level of potential harm</rdfs:comment>
<rdfs:label xml:lang="en">Severity</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Stakeholder -->
<owl:Class rdf:about="https://w3id.org/airo#Stakeholder">
<rdfs:comment xml:lang="en">Represents any individual, group or organization that can affect, be affected by or perceive itself to be affected by a decision or activity [Source: ISO/IEC TR 24028, 3.37]</rdfs:comment>
<rdfs:isDefinedBy xml:lang="en">ISO/IEC TR 24028, 3.37</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">Stakeholder</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Standard -->
<owl:Class rdf:about="https://w3id.org/airo#Standard">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
<rdfs:comment xml:lang="en">A resource, established by consensus and approved by a recognized body, that provides, for common and repeated use, rules, guidelines or characteristics for activities or their results, aimed at the achievement of the optimum degree of order in a given context.</rdfs:comment>
<rdfs:isDefinedBy xml:lang="en">ISO/IEC TR 29110-1:2016(en), 3.59</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">Standard</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#AIUser -->
<owl:Class rdf:about="https://w3id.org/airo#AIUser">
<rdfs:subClassOf rdf:resource="https://w3id.org/airo#AIOperator"/>
<rdfs:comment xml:lang="en">Any natural or legal person under whose authority the system is used.</rdfs:comment>
<rdfs:isDefinedBy xml:lang="en">AI Act, Common position, Art.3 (4)</rdfs:isDefinedBy>
<rdfs:label xml:lang="en">AI User</rdfs:label>
</owl:Class>
<!-- https://w3id.org/airo#Version -->
<owl:Class rdf:about="https://w3id.org/airo#Version">
<rdfs:comment xml:lang="en">A unique number or name that is assigned to a unique state of an AI system</rdfs:comment>
<rdfs:label xml:lang="en">Version</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->