IDENTITYDIAGRAM MAPPING EXTERNAL REFERENCES

IDENTITY - OMG KerML Mapping


Description
KerML is a foundational modeling language provided by the OMG for expressing various
kinds of system models with consistent semantics.

../images/4f5c99d86512591c_4f5c9acd6512594a_i.png

MAPPED ENTITIES


Framework ConceptFramework DefinitionSysFEAT ConceptSysFEAT Definition
 Root   Elementary Graph
The  Elementary Graph domain defines the basic constructs for relating and classifying Elements in a directed graph.
 SysFEAT is based on a node-centric definition of graph that follows the principal of lexical locality.
It defines the concepts of entity (Entity) and relationship (Relationship) as specific kinds of nodes.
To implement the principle of locality in graph definitions,  SysFEAT has adopted a layered approach of relationship formalization:
1) It starts by explicitly encoding directed edges as Kuratowski pair ,  <a,b> = { {a}, {a,b} }, represented as: Kuratowski's ordered pair.
2) Kuratowski's ordered pairs are then reified to create direct relationships between Entitys: Relationships.
3) Further structuring of Entitys and their Relationships is provided by the Compositionality pattern that layouts the concepts of dynamic locality and connections.

References:
OMG - KerML - Root
Wikipedia - Upper ontology