forked from DelaramGlp/vair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvair-stakeholder.ttl
741 lines (467 loc) · 26.7 KB
/
vair-stakeholder.ttl
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
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix airo: <https://w3id.org/airo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vair: <https://w3id.org/vair#> .
@base <http://www.w3.org/2002/07/owl#> .
[ rdf:type owl:Ontology
] .
#################################################################
# Annotation properties
#################################################################
### http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#inScheme
skos:inScheme rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#prefLabel
skos:prefLabel rdf:type owl:AnnotationProperty .
#################################################################
# Classes
#################################################################
### http://www.w3.org/2004/02/skos/core#Concept
skos:Concept rdf:type owl:Class .
### https://w3id.org/airo#AIOperator
airo:AIOperator rdf:type owl:Class .
### https://w3id.org/airo#AIProvider
airo:AIProvider rdf:type owl:Class .
### https://w3id.org/airo#AISubject
airo:AISubject rdf:type owl:Class .
### https://w3id.org/airo#AIUser
airo:AIUser rdf:type owl:Class .
### https://w3id.org/airo#Stakeholder
airo:Stakeholder rdf:type owl:Class .
### https://w3id.org/vair#AsylumSeeker
vair:AsylumSeeker rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#AuthorisedRepresentative
vair:AuthorisedRepresentative rdf:type owl:Class ;
rdfs:subClassOf airo:AIOperator .
### https://w3id.org/vair#Authority
vair:Authority rdf:type owl:Class .
### https://w3id.org/vair#CompetentPublicAuthority
vair:CompetentPublicAuthority rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#CompetentPublicAuthorityRepresentative
vair:CompetentPublicAuthorityRepresentative rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#Concept
vair:Concept rdf:type owl:Class .
### https://w3id.org/vair#ConformityAssessmentBody
vair:ConformityAssessmentBody rdf:type owl:Class ;
rdfs:subClassOf airo:Stakeholder .
### https://w3id.org/vair#CourseApplicant
vair:CourseApplicant rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#EmergencyService
vair:EmergencyService rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#Employee
vair:Employee rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#EuropeanArtificialIntelligenceBoard
vair:EuropeanArtificialIntelligenceBoard rdf:type owl:Class ;
rdfs:subClassOf vair:Authority .
### https://w3id.org/vair#EuropeanDataProtectionSupervisor
vair:EuropeanDataProtectionSupervisor rdf:type owl:Class ;
rdfs:subClassOf vair:Authority .
### https://w3id.org/vair#FirstResponder
vair:FirstResponder rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#Group
vair:Group rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#Importer
vair:Importer rdf:type owl:Class ;
rdfs:subClassOf airo:AIOperator .
### https://w3id.org/vair#JobApplicant
vair:JobApplicant rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#JudicialAuthority
vair:JudicialAuthority rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#JudicialAuthorityRepresentative
vair:JudicialAuthorityRepresentative rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#LawEnforcementAuthority
vair:LawEnforcementAuthority rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#LawEnforcementAuthorityRepresentative
vair:LawEnforcementAuthorityRepresentative rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#MarketSurveillanceAuthority
vair:MarketSurveillanceAuthority rdf:type owl:Class ;
rdfs:subClassOf vair:NationalAuthority .
### https://w3id.org/vair#NationalAuthority
vair:NationalAuthority rdf:type owl:Class .
### https://w3id.org/vair#NationalCompetentAuthority
vair:NationalCompetentAuthority rdf:type owl:Class ;
rdfs:subClassOf airo:Stakeholder .
### https://w3id.org/vair#NationalPublicAuthority
vair:NationalPublicAuthority rdf:type owl:Class ;
rdfs:subClassOf vair:PublicAuthority .
### https://w3id.org/vair#NaturalPerson
vair:NaturalPerson rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#NotifiedBody
vair:NotifiedBody rdf:type owl:Class ;
rdfs:subClassOf vair:ConformityAssessmentBody .
### https://w3id.org/vair#NotifyingAuthority
vair:NotifyingAuthority rdf:type owl:Class ;
rdfs:subClassOf vair:NationalAuthority .
### https://w3id.org/vair#Passenger
vair:Passenger rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#Perpetrator
vair:Perpetrator rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#PotentialJobApplicant
vair:PotentialJobApplicant rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#ProductManufacturer
vair:ProductManufacturer rdf:type owl:Class ;
rdfs:subClassOf airo:Stakeholder .
### https://w3id.org/vair#PublicAuthority
vair:PublicAuthority rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#PublicAuthorityRepresentative
vair:PublicAuthorityRepresentative rdf:type owl:Class ;
rdfs:subClassOf airo:AIUser .
### https://w3id.org/vair#PublicServicesApplicant
vair:PublicServicesApplicant rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#ResidencePermitApplicant
vair:ResidencePermitApplicant rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#SmallScaleProvider
vair:SmallScaleProvider rdf:type owl:Class ;
rdfs:subClassOf airo:AIProvider .
### https://w3id.org/vair#Suspect
vair:Suspect rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#Victim
vair:Victim rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
### https://w3id.org/vair#VisaApplicant
vair:VisaApplicant rdf:type owl:Class ;
rdfs:subClassOf airo:AISubject .
#################################################################
# Individuals
#################################################################
### https://w3id.org/vair#AsylumSeeker
vair:AsylumSeeker rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#AuthorisedRepresentative
vair:AuthorisedRepresentative rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Authority
vair:Authority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#CompetentPublicAuthority
vair:CompetentPublicAuthority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#CompetentPublicAuthorityRepresentative
vair:CompetentPublicAuthorityRepresentative rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#ConformityAssessmentBody
vair:ConformityAssessmentBody rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#CourseApplicant
vair:CourseApplicant rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Distributor
vair:Distributor rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept ;
rdfs:isDefinedBy vair: ;
skos:definition """any natural or legal person in the supply chain, other than the provider
or the importer, that makes an AI system available on the Union market"""@en ;
skos:inScheme vair: ;
skos:prefLabel "Distributor"@en .
### https://w3id.org/vair#EmergencyService
vair:EmergencyService rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Employee
vair:Employee rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#EuropeanArtificialIntelligenceBoard
vair:EuropeanArtificialIntelligenceBoard rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#EuropeanDataProtectionSupervisor
vair:EuropeanDataProtectionSupervisor rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#FirstResponder
vair:FirstResponder rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Group
vair:Group rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Importer
vair:Importer rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#JobApplicant
vair:JobApplicant rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#JudicialAuthority
vair:JudicialAuthority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#JudicialAuthorityRepresentative
vair:JudicialAuthorityRepresentative rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#LawEnforcementAuthority
vair:LawEnforcementAuthority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#LawEnforcementAuthorityRepresentative
vair:LawEnforcementAuthorityRepresentative rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#MarketSurveillanceAuthority
vair:MarketSurveillanceAuthority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#NationalCompetentAuthority
vair:NationalCompetentAuthority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#NationalPublicAuthority
vair:NationalPublicAuthority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#NaturalPerson
vair:NaturalPerson rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#NotifiedBody
vair:NotifiedBody rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#NotifyingAuthority
vair:NotifyingAuthority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Passenger
vair:Passenger rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Perpetrator
vair:Perpetrator rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#PotentialJobApplicant
vair:PotentialJobApplicant rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#ProductManufacturer
vair:ProductManufacturer rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#PublicAuthority
vair:PublicAuthority rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#PublicAuthorityRepresentative
vair:PublicAuthorityRepresentative rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#PublicServicesApplicant
vair:PublicServicesApplicant rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#ResidencePermitApplicant
vair:ResidencePermitApplicant rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#SmallScaleProvider
vair:SmallScaleProvider rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Suspect
vair:Suspect rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#Victim
vair:Victim rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
### https://w3id.org/vair#VisaApplicant
vair:VisaApplicant rdf:type owl:NamedIndividual ,
skos:Concept ,
vair:Concept .
#################################################################
# Annotations
#################################################################
vair:AsylumSeeker skos:prefLabel "Asylum Seeker"@en ;
rdfs:isDefinedBy vair: ;
skos:definition "A person who has applied for asylum"@en ;
skos:inScheme vair: .
vair:AuthorisedRepresentative skos:inScheme vair: ;
rdfs:isDefinedBy vair: ;
skos:prefLabel "Authorised Representative"@en ;
skos:definition "means any natural or legal person physically present or established in the Union who has received and accepted a written mandate from a provider of an AI system to, respectively, perform and carry out on its behalf the obligations and procedures established by the AI Act."@en .
vair:Authority skos:prefLabel "Authority"@en ;
skos:definition ""@en ;
rdfs:isDefinedBy vair: ;
skos:inScheme vair: .
vair:CompetentPublicAuthority skos:definition "competent public authorities"@en ;
skos:inScheme vair: ;
rdfs:isDefinedBy vair: ;
skos:prefLabel "Competent Public Authority "@en .
vair:CompetentPublicAuthorityRepresentative skos:prefLabel "Competent Public Authority Representative"@en ;
skos:inScheme vair: ;
rdfs:isDefinedBy vair: ;
skos:definition "an entity that acts on behalf of competent public authorities"@en .
vair:ConformityAssessmentBody skos:inScheme vair: ;
skos:definition "a body that performs third-party conformity assessment activities, including testing, certification and inspection"@en ;
skos:prefLabel "Conformity Assessment Body"@en ;
rdfs:isDefinedBy vair: .
vair:CourseApplicant rdfs:isDefinedBy vair: ;
skos:inScheme vair: ;
skos:definition ""@en ;
skos:prefLabel "Course Applicant"@en .
vair:CourseAttendee skos:definition ""@en ;
rdfs:isDefinedBy vair: ;
skos:inScheme vair: ;
skos:prefLabel "Course Attendee"@en .
vair:EmergencyService skos:definition ""@en ;
rdfs:isDefinedBy vair: ;
skos:inScheme vair: ;
skos:prefLabel "Emergency Service"@en .
vair:Employee skos:prefLabel "Employee"@en ;
skos:definition "A person in work-related contractual relationships"@en ;
rdfs:isDefinedBy vair: ;
skos:inScheme vair: .
vair:EuropeanArtificialIntelligenceBoard skos:definition ""@en ;
rdfs:isDefinedBy vair: ;
skos:prefLabel "European Artificial Intelligence Board"@en ;
skos:inScheme vair: .
vair:EuropeanDataProtectionSupervisor rdfs:isDefinedBy vair: ;
skos:definition "The European Data Protection Supervisor (EDPS) is the European Union’s (EU) independent data protection authority"@en ;
skos:prefLabel "European Data Protection Supervisor"@en ;
skos:inScheme vair: .
vair:FirstResponder rdfs:isDefinedBy vair: ;
skos:inScheme vair: ;
skos:prefLabel "First Responder"@en ;
skos:definition ""@en .
vair:Group skos:inScheme vair: ;
skos:prefLabel "Group"@en ;
skos:definition "A group of persons such as citizens, marginsalised groups, etc."@en ;
rdfs:isDefinedBy vair: .
vair:Importer skos:prefLabel "Importer"@en ;
skos:definition "any natural or legal person physically present or established in the Union that places on the market an AI system that bears the name or trademark of a natural or legal person established outside the Union."@en ;
skos:inScheme vair: ;
rdfs:isDefinedBy vair: .
vair:JobApplicant rdfs:isDefinedBy vair: ;
skos:definition "A person who has made an application for employment"@en ;
skos:inScheme vair: ;
skos:prefLabel "Job Applicant"@en .
vair:JudicialAuthority skos:prefLabel "Judicial Authority "@en ;
skos:inScheme vair: ;
skos:definition "judicial authorities"@en ;
rdfs:isDefinedBy vair: .
vair:JudicialAuthorityRepresentative skos:definition "an entity that acts on behalf on judicial authorities"@en ;
skos:prefLabel "Judicial Authority Representative"@en ;
skos:inScheme vair: ;
rdfs:isDefinedBy vair: .
vair:LawEnforcementAuthority skos:prefLabel "Law Enforcement Authority"@en ;
rdfs:isDefinedBy vair: ;
skos:definition "any public authority competent for the prevention, investigation, detection or prosecution of criminal offences or the execution of criminal penalties, including the safeguarding against and the prevention of threats to public security; or any other body or entity entrusted by Member State law to exercise public authority and public powers for the purposes of the prevention, investigation, detection or prosecution of criminal offences or the execution of criminal penalties, including the safeguarding against and the prevention of threats to public security;"@en ;
skos:inScheme vair: .
vair:LawEnforcementAuthorityRepresentative skos:definition "an entity that acts on behalf of law enforcement authorities"@en ;
skos:prefLabel "Law Enforcement Authority Representative"@en ;
skos:inScheme vair: ;
rdfs:isDefinedBy vair: .
vair:MarketSurveillanceAuthority skos:definition "the national authority carrying out the activities and taking the measures pursuant to Regulation (EU) 2019/1020"@en ;
rdfs:isDefinedBy vair: ;
skos:definition ""@en ;
skos:inScheme vair: ;
skos:prefLabel "Market Surveillance Authority"@en .
vair:NationalCompetentAuthority rdfs:isDefinedBy vair: ;
skos:prefLabel "National Competent Authority"@en ;
skos:definition "refers to any of the following: the national supervisory authority and the market surveillance authority. As regards AI systems put into service or used by EU institutions, agencies, offices and bodies, the European Data Protection Supervisor shall fulfil the responsibilities that in the Member States are entrusted to the national competent authority and, as relevant, any reference to national competent authorities or market surveillance authorities in this Regulation shall be understood as referring to the European Data Protection Supervisor"@en ;
skos:inScheme vair: .
vair:NationalPublicAuthority skos:definition ""@en ;
skos:prefLabel "National Public Authority"@en ;
skos:inScheme vair: ;
rdfs:isDefinedBy vair: .
vair:NaturalPerson skos:definition "An individual human being"@en ;
rdfs:isDefinedBy vair: ;
skos:prefLabel "Natural Person"@en ;
skos:inScheme vair: .
vair:NotifiedBody skos:prefLabel "Notified Body"@en ;
skos:inScheme vair: ;
rdfs:isDefinedBy vair: ;
skos:definition "a conformity assessment body designated in accordance with the AI Act and other relevant Union harmonisation legislation"@en .
vair:NotifyingAuthority skos:inScheme vair: ;
rdfs:isDefinedBy vair: ;
skos:prefLabel "Notifying Authority"@en ;
skos:definition "the national authority responsible for setting up and carrying out the necessary procedures for the assessment, designation and notification of conformity assessment bodies and for their monitoring"@en .
vair:Passenger skos:prefLabel "Passenger"@en ;
skos:definition "A person who has entered or intends to a territory."@en ;
skos:inScheme vair: ;
rdfs:isDefinedBy vair: .
vair:Perpetrator skos:definition ""@en ;
skos:prefLabel "Perpetrator"@en ;
rdfs:isDefinedBy vair: ;
skos:inScheme vair: .
vair:PotentialJobApplicant skos:inScheme vair: ;
rdfs:isDefinedBy vair: ;
skos:prefLabel "Potential Job Applicant"@en ;
skos:definition ""@en .
vair:ProductManufacturer skos:prefLabel "Product Manufacturer"@en ;
rdfs:isDefinedBy vair: ;
skos:definition "a manufacturer within the meaning of any of the Union harmonisation legislation listed in Annex II of the AI Act."@en ;
skos:inScheme vair: .
vair:PublicAuthority skos:inScheme vair: ;
rdfs:isDefinedBy vair: ;
skos:prefLabel "Public Authority"@en ;
skos:definition ""@en .
vair:PublicAuthorityRepresentative rdfs:isDefinedBy vair: ;
skos:prefLabel "Public Authority Representative"@en ;
skos:definition "an entity that acts on behalf of public authorities"@en ;
skos:inScheme vair: .
vair:PublicServicesApplicant skos:inScheme vair: ;
rdfs:isDefinedBy vair: ;
skos:definition "A person who has applied for public services and benefits"@en ;
skos:prefLabel "Public Services Applicant"@en .
vair:ResidencePermitApplicant skos:definition "A person who has applied for a residence permit"@en ;
skos:prefLabel "Residence Permit Applicant"@en ;
rdfs:isDefinedBy vair: ;
skos:inScheme vair: .
vair:SmallScaleProvider skos:definition "a provider that is a micro (has fewer than 10 employee and annual turnover or balance sheet below €2 million) or small enterprise (has fewer than 50 employee and annual turnover or balance sheet below €10 million) "@en ;
rdfs:isDefinedBy vair: ;
skos:inScheme vair: ;
skos:prefLabel "Small Scale Provider"@en .
vair:Suspect skos:definition "A person who is being accused of criminal offences"@en ;
skos:prefLabel "Suspect"@en ;
rdfs:isDefinedBy vair: ;
skos:inScheme vair: .
vair:Victim skos:definition "Victim of a crime"@en ;
rdfs:isDefinedBy vair: ;
skos:prefLabel "Victim"@en ;
skos:inScheme vair: .
vair:VisaApplicant skos:definition "A person who has applied for a visa"@en ;
skos:inScheme vair: ;
skos:prefLabel "Visa Applicant"@en ;
rdfs:isDefinedBy vair: .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi