{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com DPIA: A data protection impact assessment (DPIA) is a privacy-related impact assessment whose objective is to identify and analyse how data privacy might be affected by certain actions or activities. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module dc0bed125ae95913 where -- ========== DPIA open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 8a9f9fe55ee0a603 public -- Privacy Assessment postulate DPIA : ClassOfBoundedIndividual postulate -- DPIA is subTypeOf PrivacyAssessment st-426a0cc95aec4acf : DPIA ⊏⋆ₑ PrivacyAssessment -- == Relationships =======================