-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnis2v_Ontology_Final.rdf
More file actions
2465 lines (2311 loc) · 251 KB
/
nis2v_Ontology_Final.rdf
File metadata and controls
2465 lines (2311 loc) · 251 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
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
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://www.w3.org/2002/07/owl"
xmlns:dct="http://purl.org/dc/terms/"
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:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:assessment="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/assessment_ontology_final#"
xmlns:nis2v="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final#"
xmlns:iso27001="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final#">
<owl:Ontology rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/">
<owl:imports rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/assessment_ontology_final/"/>
<owl:imports rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// NIS2V Ontology - Metadata
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
<dct:title>NIS2 Vocabulary</dct:title>
<dct:abstract>NIS2V Vocabulary extends DPV to describe the NIS2 Cybersecurity risk-management measures (Article 21) mapped against ISO 27001:2022 control framework.</dct:abstract>
<dct:description>This ontology will extend DPV and utilize it to perform a NIS2 gap analysis against ISO 27001:2022 controls framework (89 controls) and ENISA Minimum Security Measures for Operators of Essential Services (30 controls). Data Privacy Vocabulary (DPV) provides a comprehensive, standardized set of terms to describe GDPR, a number of these terms have been included (SKOS mappings) to describe the NIS2 Cybersecurity risk-management measures.</dct:description>
<dct:creator>Jenni Parry</dct:creator>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-08</dct:created>
<dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-06-24</dct:modified>
<dct:identifier rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
<dct:identifier rdf:resource="https://doi.org/10.5281/zenodo.11620548"/>
<dct:publisher>UCD</dct:publisher>
<dct:importedFrom rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/assessment_ontology_final"/>
<dct:importedFrom rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final"/>
<dct:extends rdf:resource="https://w3c.github.io/dpv/dpv/"/>
<rdfs:seeAlso rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/documentation"/>
<dct:hasFormat rdf:resource="https://github.com/Jenni0608/NIS2V-Vocabulary-Repository/blob/main/NIS2V_Vocabulary/nis2v_ontology_final%20-%20final.rdf"/>
<dct:format>application/rdf+xml</dct:format>
<dct:title>nis2v_ontology_final - final.rdf</dct:title>
<dct:extent>215</dct:extent> <!-- Replace with actual file size if known -->
<dct:summary>NIS2 Vocabulary describes cybersecurity measures aligned with NIS2 Directive and ISO 27001:2022.</dct:summary>
<dct:keywords>NIS2, Cybersecurity, ISO 27001, DPV, Risk Management, Ontology</dct:keywords>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// NIS2V Ontology - Dublin Core Metadata
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
<dct:title>NIS2 Vocabulary</dct:title>
<dct:creator>Jenni Parry</dct:creator>
<dct:description>NIS2V Vocabulary extends DPV to describe the NIS2 Cybersecurity risk-management measures (Article 21) mapped against ISO 27001:2022 control framework.</dct:description>
<dct:publisher>UCD</dct:publisher>
<dct:date>2024-04-08</dct:date>
<dct:format>application/rdf+xml</dct:format>
<dct:identifier>https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final</dct:identifier>
<dct:source>https://doi.org/10.5281/zenodo.11620548</dct:source>
<dct:subject>NIS2, Cybersecurity, ISO 27001, DPV, Risk Management, Ontology</dct:subject>
<dct:language>en</dct:language>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// NIS2V Ontology - NIS2 Article 21 (NIS2CySecMeasures) Classess and the NIS2V Terms
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- Property to Link Questions and Controls -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/relatedToControl">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:domain rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/assessment_ontology_final/AssessmentQuestion"/>
<rdfs:range rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control"/>
<rdfs:label>related to control</rdfs:label>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">NIS2V Terms</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity Risk-Management Measures (Article 21)</skos:altLabel>
<skos:definition xml:lang="en">Represents the cybersecurity measures outlined in NIS2, specifically those related to risk management as per Article 21.</skos:definition>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-18</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">NIS2 CySec Measures</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity Risk-Management Measures (Article 21)</skos:altLabel>
<skos:definition xml:lang="en">Represents the cybersecurity measures outlined in NIS2, specifically those related to risk management as per Article 21.</skos:definition>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-18</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// NIS2 Article 21 Cybersecurity RiskManagement Measures
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2a</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2a</skos:altLabel>
<skos:definition xml:lang="en">Policies on risk analysis and information system security.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2b -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2b">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2b</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2b</skos:altLabel>
<skos:definition xml:lang="en">Incident handling, such as the prevention, detection, and response to incidents.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2c -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2c">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2c</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2c</skos:altLabel>
<skos:definition xml:lang="en">Business continuity management, including backup management, crisis management and disaster recovery.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2d -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2d">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2d</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2d</skos:altLabel>
<skos:definition xml:lang="en">Supply chain security including security-related aspects concerning the relationships between each entity and its suppliers or service providers.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2e -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2e">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2e</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2e</skos:altLabel>
<skos:definition xml:lang="en">Security in network and information systems acquisition, development and maintenance, including vulnerability handling and disclosure.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2f -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2f">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2f</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2f</skos:altLabel>
<skos:definition xml:lang="en">Policies and procedures (including testing and auditing) to assess the effectiveness of cybersecurity risk management measures.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2g -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2g">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2g</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2g</skos:altLabel>
<skos:definition xml:lang="en">Basic cyber hygiene practices and cybersecurity training.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2h -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2h">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2h</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2h</skos:altLabel>
<skos:definition xml:lang="en">Policies and procedures regarding the use of cryptography and, where appropriate, encryption.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2i</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2i</skos:altLabel>
<skos:definition xml:lang="en">Human resources security, access control policies and asset management.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2j -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2j">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2CySecMeasures"/>
<skos:prefLabel xml:lang="en">Article_21.2j</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2 Cybersecurity RiskManagement Measures Article 21.2j</skos:altLabel>
<skos:definition xml:lang="en">Multi-factor authentication or continuous authentication solutions, secured voice, video and text communications and secured emergency communication systems within the entity, where appropriate.</skos:definition>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">NIS2 Directive, https://eur-lex.europa.eu/eli/dir/2022/2555</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// NIS2V Terms New - No Match to DPV
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ClockSynchronization -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ClockSynchronization">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2b"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Clock Synchronization</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2b: Incident handling, such as the prevention, detection, and response to incidents.</skos:note>
<skos:definition xml:lang="en">The process of coordinating timekeeping among different systems to ensure the same time reference is used.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.8.17"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-15</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ThreatIntelligence -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ThreatIntelligence">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Threat Intelligence</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Involves gathering and analysing information on potential cyber threats to help organisations pre-emptively identify and mitigate security risks.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.7"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-15</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/DocumentedOperatingProcedures -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/DocumentedOperatingProcedures">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Documented Operating Procedures</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security, Article 21.2c: Business continuity management, including backup management, crisis management and disaster recovery, Article 21.2e: Basic cyber hygiene practices and cybersecurity training, and Article 21.2h: Policies and procedures regarding the use of cryptography and, where appropriate, encryption.</skos:note>
<skos:definition xml:lang="en">Documented Operating Procedures: Written instructions detailing the step-by-step processes and protocols to be followed in carrying out specific tasks or activities within an organisation.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.37"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2c"/>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2e"/>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2h"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-15</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ISMSDocumentationRequirements -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ISMSDocumentationRequirements">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">ISMS Documentation Requirements</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">ISMS Documentation Requirements: This refers to adhering to the specific documentation needs mandated by an Information Security Management System (ISMS). This includes policies, procedures, and records that demonstrate the ISMS is designed, implemented, and maintained according to the standards (like ISO/IEC 27001).</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control7.5"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-15</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ContextOfTheOrganisation -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ContextOfTheOrganisation">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Context of the Organisation</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Context of the Organisation: Refers to the internal and external factors that influence an organisation's strategic decisions and operations.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control4"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-24</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SupportingUtilities -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SupportingUtilities">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Supporting Utilities</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2c: Business continuity management, including backup management, crisis management and disaster recovery.</skos:note>
<skos:definition xml:lang="en">Supporting Utilities: Strategies and actions designed to enhance a facility's ability to withstand and rapidly recover from disruptions, such as natural disasters or power failures.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.7.11"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2c"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-24</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/RedundancyOfInformationProcessingFacilities -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/RedundancyOfInformationProcessingFacilities">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Redundancy of Information Processing Facilities</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2c: Business continuity management, including backup management, crisis management and disaster recovery.</skos:note>
<skos:definition xml:lang="en">Implementing multiple systems or components to provide backup in case one fails.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.8.14"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2c"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-15</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SecurityIncidentCategorisation -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SecurityIncidentCategorisation">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Security Incident Categorisation</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2b: Incident handling, such as the prevention, detection, and response to incidents.</skos:note>
<skos:definition xml:lang="en">Assessment of security events by the organisation to determine if they qualify as security incidents.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.25"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2b"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/OrganisationalControls"/>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-26</dct:created>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/CloudServiceManagement -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/CloudServiceManagement">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Cloud Service Management</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2d: Supply chain security including security-related aspects concerning the relationships between each entity and its suppliers or service providers.</skos:note>
<skos:definition xml:lang="en">Establishment of processes for acquiring, using, managing, and exiting cloud services, aligned with the organisation's information security standards.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.23"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2d"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/OrganisationalControls"/>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-26</dct:created>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ContactWithAuthorities -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ContactWithAuthorities">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Contact with Authorities</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Contact with Authorities: Involves interactions between individuals, organisations, or entities and government or regulatory bodies for various purposes such as compliance, reporting, or seeking permissions.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.5"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-24</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ContactWithSpecialInterestGroups -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ContactWithSpecialInterestGroups">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Contact with Special Interest Groups</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Contact with special interest groups: Refers to interactions between individuals, organisations, or entities and advocacy groups or organisations that represent specific causes, industries, or interests, often to influence policy, regulations, or public opinion.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.6"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-24</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/CompetenceManagementForInformationSecurityPersonnel -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/CompetenceManagementForInformationSecurityPersonnel">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Competence Management for Information Security Personnel</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2g: Basic cyber hygiene practices and cybersecurity training and Article21.2i: Human resources security, access control policies and asset management.</skos:note>
<skos:definition xml:lang="en">The process of ensuring that personnel responsible for information security possess and maintain the necessary skills, knowledge, and abilities to perform their roles effectively. This includes ongoing training, certification, and performance evaluation.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control7.2"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2g"/>
<skos:broader rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ClearDeskAndClearScreen -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ClearDeskAndClearScreen">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Clear Desk and Clear Screen</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2g: Basic cyber hygiene practices and cybersecurity training.</skos:note>
<skos:definition xml:lang="en">The Clear Desk and Clear Screen practices are individual components of the Workplace Security Policy, each with their specific focus—securing physical items in the workspace and electronic information displayed on screens, respectively.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.7.7"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2g"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SegregationOfDuties -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SegregationOfDuties">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Segregation of Duties</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2i: Human resources security, access control policies and asset management.</skos:note>
<skos:definition xml:lang="en">A risk management practice that divides critical tasks among different people to prevent fraud and errors.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.3"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Screening -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Screening">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Screening</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2i: Human resources security, access control policies and asset management.</skos:note>
<skos:definition xml:lang="en">The process of evaluating or investigating something or someone for a specific purpose, often to determine eligibility or identify potential risks.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.6.1"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/TermsAndConditionsOfEmployment -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/TermsAndConditionsOfEmployment">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Terms and Conditions of Employment</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2i: Human resources security, access control policies and asset management.</skos:note>
<skos:definition xml:lang="en">The rules, obligations, and expectations that constitute the agreement between an employer and employee regarding the job role and employment relationship.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.6.2"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ResponsibilitiesAfterTerminationOrChange -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ResponsibilitiesAfterTerminationOrChange">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Responsibilities after Termination or Change</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2i: Human resources security, access control policies and asset management.</skos:note>
<skos:definition xml:lang="en">Obligations that an individual maintains following a change or the end of their employment, which can include confidentiality, returning property, and non-competition clauses.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.6.5"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/InformationSecurityRiskAssessmentProcess -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/InformationSecurityRiskAssessmentProcess">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/PlanningControls"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Information Security Risk Assessment Process</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">The information security risk assessment process includes establishing clear criteria for accepting risks, ensuring assessments are consistent and valid, identifying risks related to the loss of confidentiality, integrity, and availability, analyzing these risks to assess their consequences and likelihood, and evaluating them against established criteria to prioritize treatment.</skos:definition>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control6.1.2"/>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-26</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Communication -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Communication">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Communication</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2g: Basic cyber hygiene practices and cybersecurity training.</skos:note>
<skos:definition xml:lang="en">The organization is required to evaluate and manage all aspects of communications related to the information security management system, encompassing content, timing, audience, and methods.</skos:definition>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control7.4"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2g"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/SupportControls"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-26</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ReturnOfAssets -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ReturnOfAssets">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Return of Assets</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2i: Human resources security, access control policies and asset management.</skos:note>
<skos:definition xml:lang="en">The process of giving back property or resources to an organisation or individual after use or upon termination of employment or contract.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.11"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SecurityOfAssetsOffPremises -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SecurityOfAssetsOffPremises">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">Security of Assets Off-Premises</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2i: Human resources security, access control policies and asset management.</skos:note>
<skos:definition xml:lang="en">Measures taken to protect an organisation's property and information when they are located outside of the main business site.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.7.9"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2i"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-04-17</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SecurityIncidentCategorisation -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SecurityIncidentCategorisation">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2b"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Security Incident Categorisation</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2b: Incident handling, such as the prevention, detection, and response to incidents.</skos:note>
<skos:definition xml:lang="en">Assessment of security events by the organisation to determine if they qualify as security incidents.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.25"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/EvidenceCollection -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/EvidenceCollection">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2b"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Evidence Collection</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with NIS2 Article 21.2b: Incident handling, specifically related to the prevention, detection, and response to incidents.</skos:note>
<skos:definition xml:lang="en">The process of gathering, preserving, and documenting digital or physical evidence relevant to an investigation or legal proceeding.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.28"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/CloudServiceManagement -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/CloudServiceManagement">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2d"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Cloud Service Management</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with NIS2 Article 21.2d: Supply chain security, including security-related aspects concerning the relationships between each entity and its direct suppliers or service providers</skos:note>
<skos:definition xml:lang="en">Establishment of processes for acquiring, using, managing, and exiting cloud services, aligned with the organisation's information security standards.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.5.23"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SegregationOfNetworks -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SegregationOfNetworks">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2e"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Segregation of Networks</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2e: Security in network and information systems acquisition, development and maintenance, including vulnerability handling and disclosure.</skos:note>
<skos:definition xml:lang="en">The practice of separating systems, networks, and information to reduce the risk of unauthorized access and improve security.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.8.22"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/InternalAudit -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/InternalAudit">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2f"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Internal Audit</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2f: Policies and procedures to assess the effectiveness of cybersecurity risk management measures.</skos:note>
<skos:definition xml:lang="en">Refers to an independent and objective examination of an organisation's activities, processes, controls, and systems conducted by internal auditors to assess compliance, effectiveness, and efficiency and to provide recommendations for improvement.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control9.2"/>
<dct:source xml:lang="en">ISO 27001:2022 Control Framework</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NeedsAndExpectationsOfInterestedParties -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NeedsAndExpectationsOfInterestedParties">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Needs and Expectations of Interested Parties</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Refers to the requirements, desires, and anticipated outcomes of individuals or groups who have a vested interest in an organisation's activities, products, or services.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control4.2"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ScopeOfTheISMS -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ScopeOfTheISMS">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Scope of the ISMS</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Defines the boundaries and applicability of an Information Security Management System (ISMS), specifying the assets, processes, and activities covered by the ISMS.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control4.3"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/InformationSecurityManagementSystem -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/InformationSecurityManagementSystem">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Information Security Management System</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">A systematic approach to managing sensitive company information, ensuring its confidentiality, integrity, and availability.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control4.4"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/LeadershipAndCommitment -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/LeadershipAndCommitment">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Leadership and Commitment</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Refers to the top management's active involvement, support, and dedication to establishing and maintaining an effective management system.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control5.1"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Planning -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Planning">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Planning</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Involves the process of setting objectives and determining the actions and resources required to achieve them, typically encompassing strategic, tactical, and operational planning activities.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control6.1"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Resources -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Resources">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Resources</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Encompasses the personnel, infrastructure, finances, technologies, and other assets available to support an organisation's operations, projects, and objectives.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control7.1"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlOfDocumentedInformation -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlOfDocumentedInformation">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2a"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Control of Documented Information</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2a: Policies on risk analysis and information system security.</skos:note>
<skos:definition xml:lang="en">Involves managing the creation, distribution, access, retrieval, retention, and disposal of documents to ensure their accuracy, confidentiality, integrity, and availability as necessary for effective operation and compliance.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control7.5.3"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SeparationOfEnvironments -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/SeparationOfEnvironments">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2e"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Separation of Environments</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2e: Security in network and information systems acquisition, development, and maintenance.</skos:note>
<skos:definition xml:lang="en">Refers to the practice of maintaining distinct and segregated environments within an organisation's IT infrastructure to prevent interference and ensure security.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/ControlA.8.31"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/InternalAuditProgramme -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/InternalAuditProgramme">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2f"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Internal Audit Programme</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2f: Policies and procedures to assess the effectiveness of cybersecurity risk management measures.</skos:note>
<skos:definition xml:lang="en">Outlines the schedule, scope, and objectives of internal audit activities within an organisation, including resource allocation and identification of audit criteria.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control9.2.2"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ManagementReviewResults -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ManagementReviewResults">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2f"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Management Review Results</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2f: Policies and procedures to assess the effectiveness of cybersecurity risk management measures.</skos:note>
<skos:definition xml:lang="en">Refers to the outcomes, findings, conclusions, and actions resulting from the management review process, including decisions regarding improvements and strategic changes.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control9.3.3"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ContinualImprovement -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ContinualImprovement">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2f"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Continual Improvement</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2f: Policies and procedures to assess the effectiveness of cybersecurity risk management measures.</skos:note>
<skos:definition xml:lang="en">The ongoing process of enhancing an organisation's performance, processes, products, or services through systematic and incremental changes.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control10.1"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NonconformityAndCorrectiveAction -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NonconformityAndCorrectiveAction">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2f"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>
<skos:prefLabel xml:lang="en">Nonconformity and Corrective Action</skos:prefLabel>
<skos:altLabel xml:lang="en">NIS2V Term</skos:altLabel>
<skos:note xml:lang="en">This NIS2V Term aligns with Article 21.2f: Policies and procedures to assess the effectiveness of cybersecurity risk management measures.</skos:note>
<skos:definition xml:lang="en">Involves identifying instances where products, processes, or services do not meet specified requirements, and implementing corrective measures.</skos:definition>
<skos:exactMatch rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/ISO27001_ontology_final/Control10.2"/>
<dct:source xml:lang="en">ENISA: Minimum Security Measures for Operators of Essentials Services, https://www.enisa.europa.eu/topics/cybersecurity-policy/nis-directive-new/minimum-security-measures-for-operators-of-essentials-services</dct:source>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-01</dct:created>
<dct:contributor>Jenni Parry</dct:contributor>
<rdfs:isDefinedBy rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final"/>
</rdf:Description>
<!-- https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ManagementResponsibilities -->
<rdf:Description rdf:about="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/ManagementResponsibilities">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/Article_21.2f"/>
<rdfs:subClassOf rdf:resource="https://jenni0608.github.io/NIS2V-Vocabulary-Repository/nis2v_Ontology_Final/NIS2VTerms"/>