{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Resource Asset: A Resource Asset is concrete Asset Type. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module d9f4dcc5688d5969 where -- ========== Resource Asset open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import a4a5b3f855585ce1 public -- Asset Type postulate ResourceAsset : ClassOfClassOfBoundedIndividual postulate -- ResourceAsset is subTypeOf AssetType st-d9f4dd21688d5a14 : ResourceAsset ⊏⋆ₑ AssetType -- == Relationships =======================