{- ============================== Copyright (c) 2026 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Conceptualization Level: Documentation : https://framework.sysfeat.com/pages/52b05a616a104fab.htm - ============================== -} {-# OPTIONS --cubical --guardedness #-} module SysFEAT.SOF.52b05a616a104fab where -- ========== Conceptualization Level open import Agda.Primitive open import SysFEAT.UpperOntology.308c3b3868e9141e public -- Class of Mixed-Order Entity ConceptualizationLevel : ∀ (u : Level) → MixedOrderMetaClass u ConceptualizationLevel u = ClassOfMixedOrderEntity u -- ConceptualizationLevel is subTypeOf ClassOfMixedOrderEntity st-52b05a616a104fab-308c3b3868e9141e : ∀ {u v} → (ConceptualizationLevel u) ⊏⋆ₑ (ClassOfMixedOrderEntity v) st-52b05a616a104fab-308c3b3868e9141e = trivialPolySubTypeOfEntity -- == Relations =======================