This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgdpr-en.json
6605 lines (6605 loc) · 364 KB
/
gdpr-en.json
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
{
"Division": [
{
"Title": {
"TI": {
"P": {
"HT": {
"Type": "ITALIC",
"Text": "CHAPTER I"
}
}
},
"STI": {
"P": {
"HT": {
"Type": "BOLD",
"HT": {
"Type": "ITALIC",
"Text": "General provisions"
}
}
}
}
},
"ARTICLE": [
{
"Identifier": "001",
"TiArt": "Article 1",
"StiArt": "Subject-matter and objectives",
"Parag": [
{
"Identifier": "001.001",
"NoParag": "1.",
"Text": "This Regulation lays down rules relating to the protection of natural persons with regard to the processing of personal data and rules relating to the free movement of personal data."
},
{
"Identifier": "001.002",
"NoParag": "2.",
"Text": "This Regulation protects fundamental rights and freedoms of natural persons and in particular their right to the protection of personal data."
},
{
"Identifier": "001.003",
"NoParag": "3.",
"Text": "The free movement of personal data within the Union shall be neither restricted nor prohibited for reasons connected with the protection of natural persons with regard to the processing of personal data."
}
]
},
{
"Identifier": "002",
"TiArt": "Article 2",
"StiArt": "Material scope",
"Parag": [
{
"Identifier": "002.001",
"NoParag": "1.",
"Text": "This Regulation applies to the processing of personal data wholly or partly by automated means and to the processing other than by automated means of personal data which form part of a filing system or are intended to form part of a filing system."
},
{
"Identifier": "002.002",
"NoParag": "2.",
"Alinea": {
"Text": "This Regulation does not apply to the processing of personal data:",
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"Text": "in the course of an activity which falls outside the scope of Union law;"
}
},
{
"NP": {
"NOP": "(b)",
"Text": "by the Member States when carrying out activities which fall within the scope of Chapter 2 of Title V of the TEU;"
}
},
{
"NP": {
"NOP": "(c)",
"Text": "by a natural person in the course of a purely personal or household activity;"
}
},
{
"NP": {
"NOP": "(d)",
"Text": "by competent authorities 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."
}
}
]
}
}
},
{
"Identifier": "002.003",
"NoParag": "3.",
"Text": "For the processing of personal data by the Union institutions, bodies, offices and agencies, Regulation (EC) No 45/2001 applies. Regulation (EC) No 45/2001 and other Union legal acts applicable to such processing of personal data shall be adapted to the principles and rules of this Regulation in accordance with Article 98."
},
{
"Identifier": "002.004",
"NoParag": "4.",
"Text": "This Regulation shall be without prejudice to the application of Directive 2000/31/EC, in particular of the liability rules of intermediary service providers in Articles 12 to 15 of that Directive."
}
]
},
{
"Identifier": "003",
"TiArt": "Article 3",
"StiArt": "Territorial scope",
"Parag": [
{
"Identifier": "003.001",
"NoParag": "1.",
"Text": "This Regulation applies to the processing of personal data in the conText of the activities of an establishment of a controller or a processor in the Union, regardless of whether the processing takes place in the Union or not."
},
{
"Identifier": "003.002",
"NoParag": "2.",
"Alinea": {
"Text": "This Regulation applies to the processing of personal data of data subjects who are in the Union by a controller or processor not established in the Union, where the processing activities are related to:",
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"Text": "the offering of goods or services, irrespective of whether a payment of the data subject is required, to such data subjects in the Union; or"
}
},
{
"NP": {
"NOP": "(b)",
"Text": "the monitoring of their behaviour as far as their behaviour takes place within the Union."
}
}
]
}
}
},
{
"Identifier": "003.003",
"NoParag": "3.",
"Text": "This Regulation applies to the processing of personal data by a controller not established in the Union, but in a place where Member State law applies by virtue of public international law."
}
]
},
{
"Identifier": "004",
"TiArt": "Article 4",
"StiArt": "Definitions",
"Alinea": {
"Text": "For the purposes of this Regulation:",
"List": {
"Type": "ARAB",
"Item": [
{
"NP": {
"NOP": "(1)",
"TXT": {
"QuotStart": [
{
"Code": "2018",
"ID": "QS0001",
"RefEnd": "QE0001"
},
{
"Code": "2018",
"ID": "QS0002",
"RefEnd": "QE0002"
}
],
"QuotEnd": [
{
"Code": "2019",
"ID": "QE0001",
"RefStart": "QS0001"
},
{
"Code": "2019",
"ID": "QE0002",
"RefStart": "QS0002"
}
],
"Text": "personal data means any information relating to an identified or identifiable natural person (data subject); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an Identifier such as a name, an identification number, location data, an online Identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person;"
}
}
},
{
"NP": {
"NOP": "(2)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0003",
"RefEnd": "QE0003"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0003",
"RefStart": "QS0003"
},
"Text": "processing means any operation or set of operations which is performed on personal data or on sets of personal data, whether or not by automated means, such as Collection, recording, organisation, structuring, storage, adaptation or alteration, retrieval, consultation, use, disclosure by transmission, dissemination or otherwise making available, alignment or combination, restriction, erasure or destruction;"
}
}
},
{
"NP": {
"NOP": "(3)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0004",
"RefEnd": "QE0004"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0004",
"RefStart": "QS0004"
},
"Text": "restriction of processing means the marking of stored personal data with the aim of limiting their processing in the future;"
}
}
},
{
"NP": {
"NOP": "(4)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0005",
"RefEnd": "QE0005"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0005",
"RefStart": "QS0005"
},
"Text": "profiling means any form of automated processing of personal data consisting of the use of personal data to evaluate certain personal aspects relating to a natural person, in particular to analyse or predict aspects concerning that natural person's performance at work, economic situation, health, personal preferences, interests, reliability, behaviour, location or movements;"
}
}
},
{
"NP": {
"NOP": "(5)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0006",
"RefEnd": "QE0006"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0006",
"RefStart": "QS0006"
},
"Text": "pseudonymisation means the processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organisational measures to ensure that the personal data are not attributed to an identified or identifiable natural person;"
}
}
},
{
"NP": {
"NOP": "(6)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0007",
"RefEnd": "QE0007"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0007",
"RefStart": "QS0007"
},
"Text": "filing system means any structured set of personal data which are accessible according to specific criteria, whether centralised, decentralised or dispersed on a functional or geographical basis;"
}
}
},
{
"NP": {
"NOP": "(7)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0008",
"RefEnd": "QE0008"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0008",
"RefStart": "QS0008"
},
"Text": "controller means the natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data; where the purposes and means of such processing are determined by Union or Member State law, the controller or the specific criteria for its nomination may be provided for by Union or Member State law;"
}
}
},
{
"NP": {
"NOP": "(8)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0009",
"RefEnd": "QE0009"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0009",
"RefStart": "QS0009"
},
"Text": "processor means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller;"
}
}
},
{
"NP": {
"NOP": "(9)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0010",
"RefEnd": "QE0010"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0010",
"RefStart": "QS0010"
},
"Text": "recipient means a natural or legal person, public authority, agency or another body, to which the personal data are disclosed, whether a third party or not. However, public authorities which may receive personal data in the framework of a particular inquiry in accordance with Union or Member State law shall not be regarded as recipients; the processing of those data by those public authorities shall be in compliance with the applicable data protection rules according to the purposes of the processing;"
}
}
},
{
"NP": {
"NOP": "(10)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0011",
"RefEnd": "QE0011"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0011",
"RefStart": "QS0011"
},
"Text": "third party means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and persons who, under the direct authority of the controller or processor, are authorised to process personal data;"
}
}
},
{
"NP": {
"NOP": "(11)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0012",
"RefEnd": "QE0012"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0012",
"RefStart": "QS0012"
},
"Text": "consent of the data subject means any freely given, specific, informed and unambiguous indication of the data subject's wishes by which he or she, by a statement or by a clear affirmative action, signifies agreement to the processing of personal data relating to him or her;"
}
}
},
{
"NP": {
"NOP": "(12)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0013",
"RefEnd": "QE0013"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0013",
"RefStart": "QS0013"
},
"Text": "personal data breach means a breach of security leading to the accidental or unlawful destruction, loss, alteration, unauthorised disclosure of, or access to, personal data transmitted, stored or otherwise processed;"
}
}
},
{
"NP": {
"NOP": "(13)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0014",
"RefEnd": "QE0014"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0014",
"RefStart": "QS0014"
},
"Text": "genetic data means personal data relating to the inherited or acquired genetic characteristics of a natural person which give unique information about the physiology or the health of that natural person and which result, in particular, from an analysis of a biological sample from the natural person in question;"
}
}
},
{
"NP": {
"NOP": "(14)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0015",
"RefEnd": "QE0015"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0015",
"RefStart": "QS0015"
},
"Text": "biometric data means personal data resulting from specific technical processing relating to the physical, physiological or behavioural characteristics of a natural person, which allow or confirm the unique identification of that natural person, such as facial images or dactyloscopic data;"
}
}
},
{
"NP": {
"NOP": "(15)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0016",
"RefEnd": "QE0016"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0016",
"RefStart": "QS0016"
},
"Text": "data concerning health means personal data related to the physical or mental health of a natural person, including the provision of health care services, which reveal information about his or her health status;"
}
}
},
{
"NP": {
"NOP": "(16)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0017",
"RefEnd": "QE0017"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0017",
"RefStart": "QS0017"
},
"Text": "main establishment means:"
},
"P": {
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"Text": "as regards a controller with establishments in more than one Member State, the place of its central administration in the Union, unless the decisions on the purposes and means of the processing of personal data are taken in another establishment of the controller in the Union and the latter establishment has the power to have such decisions implemented, in which case the establishment having taken such decisions is to be considered to be the main establishment;"
}
},
{
"NP": {
"NOP": "(b)",
"Text": "as regards a processor with establishments in more than one Member State, the place of its central administration in the Union, or, if the processor has no central administration in the Union, the establishment of the processor in the Union where the main processing activities in the conText of the activities of an establishment of the processor take place to the extent that the processor is subject to specific obligations under this Regulation;"
}
}
]
}
}
}
},
{
"NP": {
"NOP": "(17)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0018",
"RefEnd": "QE0018"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0018",
"RefStart": "QS0018"
},
"Text": "representative means a natural or legal person established in the Union who, designated by the controller or processor in writing pursuant to Article 27, represents the controller or processor with regard to their respective obligations under this Regulation;"
}
}
},
{
"NP": {
"NOP": "(18)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0019",
"RefEnd": "QE0019"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0019",
"RefStart": "QS0019"
},
"Text": "enterprise means a natural or legal person engaged in an economic activity, irrespective of its legal form, including partnerships or associations regularly engaged in an economic activity;"
}
}
},
{
"NP": {
"NOP": "(19)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0020",
"RefEnd": "QE0020"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0020",
"RefStart": "QS0020"
},
"Text": "group of undertakings means a controlling undertaking and its controlled undertakings;"
}
}
},
{
"NP": {
"NOP": "(20)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0021",
"RefEnd": "QE0021"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0021",
"RefStart": "QS0021"
},
"Text": "binding corporate rules means personal data protection policies which are adhered to by a controller or processor established on the territory of a Member State for transfers or a set of transfers of personal data to a controller or processor in one or more third countries within a group of undertakings, or group of enterprises engaged in a joint economic activity;"
}
}
},
{
"NP": {
"NOP": "(21)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0022",
"RefEnd": "QE0022"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0022",
"RefStart": "QS0022"
},
"Text": "supervisory authority means an independent public authority which is established by a Member State pursuant to Article 51;"
}
}
},
{
"NP": {
"NOP": "(22)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0023",
"RefEnd": "QE0023"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0023",
"RefStart": "QS0023"
},
"Text": "supervisory authority concerned means a supervisory authority which is concerned by the processing of personal data because:"
},
"P": {
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"Text": "the controller or processor is established on the territory of the Member State of that supervisory authority;"
}
},
{
"NP": {
"NOP": "(b)",
"Text": "data subjects residing in the Member State of that supervisory authority are substantially affected or likely to be substantially affected by the processing; or"
}
},
{
"NP": {
"NOP": "(c)",
"Text": "a complaint has been lodged with that supervisory authority;"
}
}
]
}
}
}
},
{
"NP": {
"NOP": "(23)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0024",
"RefEnd": "QE0024"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0024",
"RefStart": "QS0024"
},
"Text": "cross-border processing means either:"
},
"P": {
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"Text": "processing of personal data which takes place in the conText of the activities of establishments in more than one Member State of a controller or processor in the Union where the controller or processor is established in more than one Member State; or"
}
},
{
"NP": {
"NOP": "(b)",
"Text": "processing of personal data which takes place in the conText of the activities of a single establishment of a controller or processor in the Union but which substantially affects or is likely to substantially affect data subjects in more than one Member State."
}
}
]
}
}
}
},
{
"NP": {
"NOP": "(24)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0025",
"RefEnd": "QE0025"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0025",
"RefStart": "QS0025"
},
"Text": "relevant and reasoned objection means an objection to a draft decision as to whether there is an infringement of this Regulation, or whether envisaged action in relation to the controller or processor complies with this Regulation, which clearly demonstrates the significance of the risks posed by the draft decision as regards the fundamental rights and freedoms of data subjects and, where applicable, the free flow of personal data within the Union;"
}
}
},
{
"NP": {
"NOP": "(25)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0026",
"RefEnd": "QE0026"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0026",
"RefStart": "QS0026"
},
"NOTE": {
"NoteID": "E0001",
"Numbering": "ARAB",
"Type": "FOOTNOTE",
"P": {
"Date": {
"ISO": "20150909",
"Text": "9 September 2015"
},
"RefDocOJ": {
"Coll": "L",
"DatePub": "20150917",
"noOJ": "241",
"PageFirst": "1",
"Text": "OJ L 241, 17.9.2015, p. 1"
},
"Text": "Directive (EU) 2015/1535 of the European Parliament and of the Council of laying down a procedure for the provision of information in the field of technical regulations and of rules on Information Society services ()."
}
},
"Text": "information society service means a service as defined in point (b) of Article 1(1) of Directive (EU) 2015/1535 of the European Parliament and of the Council;"
}
}
},
{
"NP": {
"NOP": "(26)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0027",
"RefEnd": "QE0027"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0027",
"RefStart": "QS0027"
},
"Text": "international organisation means an organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries."
}
}
}
]
}
}
}
]
},
{
"Title": {
"TI": {
"P": {
"HT": {
"Type": "ITALIC",
"Text": "CHAPTER II"
}
}
},
"STI": {
"P": {
"HT": {
"Type": "BOLD",
"HT": {
"Type": "ITALIC",
"Text": "Principles"
}
}
}
}
},
"ARTICLE": [
{
"Identifier": "005",
"TiArt": "Article 5",
"StiArt": "Principles relating to processing of personal data",
"Parag": [
{
"Identifier": "005.001",
"NoParag": "1.",
"Alinea": {
"Text": "Personal data shall be:",
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0028",
"RefEnd": "QE0028"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0028",
"RefStart": "QS0028"
},
"Text": "processed lawfully, fairly and in a transparent manner in relation to the data subject (lawfulness, fairness and transparency);"
}
}
},
{
"NP": {
"NOP": "(b)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0029",
"RefEnd": "QE0029"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0029",
"RefStart": "QS0029"
},
"Text": "Collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; further processing for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes shall, in accordance with Article 89(1), not be considered to be incompatible with the initial purposes (purpose limitation);"
}
}
},
{
"NP": {
"NOP": "(c)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0030",
"RefEnd": "QE0030"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0030",
"RefStart": "QS0030"
},
"Text": "adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed (data minimisation);"
}
}
},
{
"NP": {
"NOP": "(d)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0031",
"RefEnd": "QE0031"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0031",
"RefStart": "QS0031"
},
"Text": "accurate and, where necessary, kept up to Date; every reasonable step must be taken to ensure that personal data that are inaccurate, having regard to the purposes for which they are processed, are erased or rectified without delay (accuracy);"
}
}
},
{
"NP": {
"NOP": "(e)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0032",
"RefEnd": "QE0032"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0032",
"RefStart": "QS0032"
},
"Text": "kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject (storage limitation);"
}
}
},
{
"NP": {
"NOP": "(f)",
"TXT": {
"QuotStart": {
"Code": "2018",
"ID": "QS0033",
"RefEnd": "QE0033"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0033",
"RefStart": "QS0033"
},
"Text": "processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures (integrity and confidentiality)."
}
}
}
]
}
}
},
{
"Identifier": "005.002",
"NoParag": "2.",
"Alinea": {
"QuotStart": {
"Code": "2018",
"ID": "QS0034",
"RefEnd": "QE0034"
},
"QuotEnd": {
"Code": "2019",
"ID": "QE0034",
"RefStart": "QS0034"
},
"Text": "The controller shall be responsible for, and be able to demonstrate compliance with, Paragraph 1 (accountability)."
}
}
]
},
{
"Identifier": "006",
"TiArt": "Article 6",
"StiArt": "Lawfulness of processing",
"Parag": [
{
"Identifier": "006.001",
"NoParag": "1.",
"Elements": [
{
"Text": "Point (f) of the first subParagraph shall not apply to processing carried out by public authorities in the performance of their tasks.",
"Text": "Processing shall be lawful only if and to the extent that at least one of the following applies:",
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"Text": "the data subject has given consent to the processing of his or her personal data for one or more specific purposes;"
}
},
{
"NP": {
"NOP": "(b)",
"Text": "processing is necessary for the performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract;"
}
},
{
"NP": {
"NOP": "(c)",
"Text": "processing is necessary for compliance with a legal obligation to which the controller is subject;"
}
},
{
"NP": {
"NOP": "(d)",
"Text": "processing is necessary in order to protect the vital interests of the data subject or of another natural person;"
}
},
{
"NP": {
"NOP": "(e)",
"Text": "processing is necessary for the performance of a task carried out in the public interest or in the exercise of official authority vested in the controller;"
}
},
{
"NP": {
"NOP": "(f)",
"Text": "processing is necessary for the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child."
}
}
]
}
}
]
},
{
"Identifier": "006.002",
"NoParag": "2.",
"Text": "Member States may maintain or introduce more specific provisions to adapt the application of the rules of this Regulation with regard to processing for compliance with points (c) and (e) of Paragraph 1 by determining more precisely specific requirements for the processing and other measures to ensure lawful and fair processing including for other specific processing situations as provided for in Chapter IX."
},
{
"Identifier": "006.003",
"NoParag": "3.",
"Elements": [
{
"Text": "The purpose of the processing shall be determined in that legal basis or, as regards the processing referred to in point (e) of Paragraph 1, shall be necessary for the performance of a task carried out in the public interest or in the exercise of official authority vested in the controller. That legal basis may contain specific provisions to adapt the application of rules of this Regulation, inter alia: the general conditions governing the lawfulness of processing by the controller; the types of data which are subject to the processing; the data subjects concerned; the entities to, and the purposes for which, the personal data may be disclosed; the purpose limitation; storage periods; and processing operations and processing procedures, including measures to ensure lawful and fair processing such as those for other specific processing situations as provided for in Chapter IX. The Union or the Member State law shall meet an objective of public interest and be proportionate to the legitimate aim pursued.",
"Text": "The basis for the processing referred to in point (c) and (e) of Paragraph 1 shall be laid down by:",
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"Text": "Union law; or"
}
},
{
"NP": {
"NOP": "(b)",
"Text": "Member State law to which the controller is subject."
}
}
]
}
}
]
},
{
"Identifier": "006.004",
"NoParag": "4.",
"Alinea": {
"Text": "Where the processing for a purpose other than that for which the personal data have been Collected is not based on the data subject's consent or on a Union or Member State law which constitutes a necessary and proportionate measure in a democratic society to safeguard the objectives referred to in Article 23(1), the controller shall, in order to ascertain whether processing for another purpose is compatible with the purpose for which the personal data are initially Collected, take into account, inter alia:",
"List": {
"Type": "alpha",
"Item": [
{
"NP": {
"NOP": "(a)",
"Text": "any link between the purposes for which the personal data have been Collected and the purposes of the intended further processing;"
}
},
{
"NP": {
"NOP": "(b)",
"Text": "the conText in which the personal data have been Collected, in particular regarding the relationship between data subjects and the controller;"
}
},