{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Person Right: Rights are legal, social or ethical principals of freedom that people are entitled for by a governing body. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 258c66a25fd25310 where -- ========== Person Right open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 515c6b23689335c3 public -- Directive postulate PersonRight : ClassOfClassOfBoundedIndividual postulate -- PersonRight is subTypeOf Directive st-258c67ab5fd2544f : PersonRight ⊏⋆ₑ Directive -- == Relationships =======================