{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Software System Category: A Software System Category is an intangible, logic-based Artifact, designed to perform tasks, process information, or enable control. It exists as code, data, or digital instructions and requires a computational medium to execute. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module ffdf5e1f68608352 where -- ========== Software System Category open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import ffdf5eb7686083b4 public -- Artifact open import c80afd2f6784305d public -- Intangible Resource Agent postulate SOftwareSystemCategory : ClassOfClassOfBoundedIndividual postulate -- SOftwareSystemCategory is subTypeOf Artifact st-ffdf60706860861d : SOftwareSystemCategory ⊏⋆ₑ Artifact postulate -- SOftwareSystemCategory is subTypeOf IntangibleResourceAgent st-340f510468621250 : SOftwareSystemCategory ⊏⋆ₑ IntangibleResourceAgent -- == Relationships =======================