diff --git a/README.md b/README.md index 9d7bb98..998143b 100644 --- a/README.md +++ b/README.md @@ -38,42 +38,42 @@ These documents are licensed under the terms of the [Creative Commons Attributi ## Basic Formal Ontology Hierarchy ```mermaid -graph LR - A(Entity):::BFO --> B(Continuant) - B(Continuant):::BFO --> D(Specifically Dependent
Continuant) - B(Continuant) --> E(Generically Dependent
Continuant):::BFO - B(Continuant) --> F(Independent
Continuant) - F(Independent
Continuant):::BFO --> G(Material Entity) - F(Independent
Continuant) --> H(Immaterial
Entity) - D(Specifically Dependent
Continuant):::BFO --> I(Quality) - D(Specifically Dependent
Continuant) --> J(Realizable
Entity):::BFO - I(Quality):::BFO --> K(Relational
Quality):::BFO - J(Realizable
Entity):::BFO --> L(Role):::BFO - J(Realizable
Entity) --> M(Disposition):::BFO - M(Disposition) --> N(Function):::BFO - H(Immaterial
Entity):::BFO --> O(Site):::BFO - H(Immaterial
Entity) --> P(Spatial
Region):::BFO - H(Immaterial
Entity) --> Q(Continuant Fiat
Boundary):::BFO - Q(Continuant Fiat
Boundary):::BFO --> R(Fiat
Point):::BFO - Q(Continuant Fiat
Boundary) --> S(Fiat
Surface):::BFO - Q(Continuant Fiat
Boundary) --> T(Fiat
Line):::BFO - P(Spatial
Region):::BFO --> VD(Zero-Dimensional
Spatial Region):::BFO - P(Spatial
Region):::BFO --> U(One-Dimensional
Spatial Region):::BFO - P(Spatial
Region):::BFO --> V(Two-Dimensional
Spatial Region):::BFO - P(Spatial
Region):::BFO --> W(Three-Dimensional
Spatial Region):::BFO - G(Material
Entity):::BFO --> X(Fiat Object Part):::BFO - G(Material
Entity):::BFO --> Y(Object
Aggregate):::BFO - G(Material
Entity):::BFO --> Z(Object):::BFO - A(Entity):::BFO --> C(Occurrent):::BFO - C(Occurrent):::BFO --> AA(Process):::BFO - C(Occurrent) --> AB(Process
Boundary):::BFO - C(Occurrent) --> AC(Temporal
Region):::BFO - C(Occurrent) --> AD(Spatiotemporal
Region):::BFO - AA(Process):::BFO --> AE(History):::BFO - AC(Temporal
Region):::BFO --> AF(Zero-Dimensional
Temporal Region):::BFO - AC(Temporal
Region) --> AI(One-Dimensional
Temporal Region):::BFO - AF(Zero-Dimensional
Temporal Region):::BFO --> AG(Temporal
Instant):::BFO - AI(One-Dimensional
Temporal Region):::BFO --> AH(Temporal
Interval):::BFO +graph RL + B(Continuant)-->A(Entity):::BFO + D(Specifically Dependent
Continuant)-->B(Continuant):::BFO + E(Generically Dependent
Continuant):::BFO-->B(Continuant) + F(Independent
Continuant)-->B(Continuant) + G(Material Entity)-->F(Independent
Continuant):::BFO + H(Immaterial
Entity)-->F(Independent
Continuant) + I(Quality)-->D(Specifically Dependent
Continuant):::BFO + J(Realizable
Entity):::BFO-->D(Specifically Dependent
Continuant) + K(Relational
Quality):::BFO-->I(Quality):::BFO + L(Role):::BFO-->J(Realizable
Entity):::BFO + M(Disposition):::BFO-->J(Realizable
Entity) + N(Function):::BFO-->M(Disposition) + O(Site):::BFO-->H(Immaterial
Entity):::BFO + P(Spatial
Region):::BFO-->H(Immaterial
Entity) + Q(Continuant Fiat
Boundary):::BFO-->H(Immaterial
Entity) + R(Fiat
Point):::BFO-->Q(Continuant Fiat
Boundary):::BFO + S(Fiat
Surface):::BFO-->Q(Continuant Fiat
Boundary) + T(Fiat
Line):::BFO-->Q(Continuant Fiat
Boundary) + VD(Zero-Dimensional
Spatial Region):::BFO-->P(Spatial
Region):::BFO + U(One-Dimensional
Spatial Region):::BFO-->P(Spatial
Region):::BFO + V(Two-Dimensional
Spatial Region):::BFO-->P(Spatial
Region):::BFO + W(Three-Dimensional
Spatial Region):::BFO-->P(Spatial
Region):::BFO + X(Fiat Object Part):::BFO-->G(Material
Entity):::BFO + Y(Object
Aggregate):::BFO-->G(Material
Entity):::BFO + Z(Object):::BFO-->G(Material
Entity):::BFO + C(Occurrent):::BFO-->A(Entity):::BFO + AA(Process):::BFO-->C(Occurrent):::BFO + AB(Process
Boundary):::BFO-->C(Occurrent) + AC(Temporal
Region):::BFO-->C(Occurrent) + AD(Spatiotemporal
Region):::BFO-->C(Occurrent) + AE(History):::BFO-->AA(Process):::BFO + AF(Zero-Dimensional
Temporal Region):::BFO-->AC(Temporal
Region):::BFO + AI(One-Dimensional
Temporal Region):::BFO-->AC(Temporal
Region):::BFO + AG(Temporal
Instant):::BFO-->AF(Zero-Dimensional
Temporal Region):::BFO + AH(Temporal
Interval):::BFO-->AI(One-Dimensional
Temporal Region):::BFO classDef BFO fill:#F5AD27,color:#060606