{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Location Type: A Location Type is a type of Location that is a geopolitical location.Example:- Continent- Country- City- District- Street - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module ef5df90463212593 where -- ========== Location Type open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 3492c53e619642ed public -- Class of Bounded Individual postulate LocationType : ClassOfClassOfBoundedIndividual postulate -- LocationType is subTypeOf ClassOfBoundedIndividual st-ef5df90c632126a6 : LocationType ⊏⋆ₑ ClassOfBoundedIndividual -- == Relationships =======================