Skip to content

Commit

Permalink
diagrams: HumanSubject added (addresses #205 and #198).
Browse files Browse the repository at this point in the history
  • Loading branch information
nuthub committed Jan 21, 2025
1 parent 15cf44a commit c644222
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
Binary file removed 2.1-dev/diagrams/Entities.png
Binary file not shown.
2 changes: 1 addition & 1 deletion 2.1-dev/diagrams/Entities.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 2.1-dev/diagrams/dpv_core.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions 2.1-dev/diagrams/plantuml/Entities.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

* Entity
** NaturalPerson
*** DataSubject
**** Adult
**** Child
**** ParentOfDataSubject
**** VulnerableDataSubject
*** HumanSubject
**** AISubject
**** DataSubject
*** Representative
** LegalEntity
*** DataController
Expand All @@ -33,4 +31,4 @@
*** NonGovernmentalOrganisation
*** NonProfitOrganisation

@endwbs
@endwbs
3 changes: 3 additions & 0 deletions 2.1-dev/diagrams/plantuml/dpv_core.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package dpv {
class PersonalData
class Purpose #LightBlue
class DataController
class HumanSubject
class DataSubject
class Recipient #LightBlue
class Context #LightBlue
Expand All @@ -24,11 +25,13 @@ package dpv {
class Technology #LightBlue

PersonalData -u-|>Data
DataSubject -u-|> HumanSubject

Process -u- Purpose: hasPurpose >
Process -u- Processing: hasProcessing >
Process -u- DataController: hasDataController >
Process -u- DataSubject: hasDataSubject >
Process -u- HumanSubject: hasHumanSubject >
Process -u- LegalBasis: hasLegalBasis >
Process -u- Right: hasRight >
Process -u- Risk: hasRisk >
Expand Down

0 comments on commit c644222

Please sign in to comment.