DEFINITION CONCEPT GRAPH CONCEPT DESCRIPTIONS TEXTUAL SYNTAX CONTENT MANAGEMENT

CONCEPT DOMAIN - Elementary Graph


DescriptionPattern Domain
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.
External references  OMG - KerML - Root
 Wikipedia - Upper ontology
Dictionary SysFeat - Elementary Graph
Parent Domain  Upper Ontology 

DOMAIN CONCEPT GRAPH


../images/ae26f9c25acd52d4_23d5241c68510e21_i.png

CONCEPT DESCRIPTIONS


ABSTRACT CONCRETE
ConceptDescription
 Adjacency Item
An  Adjacency Item is a member of  an Kuratowski's ordered pair, and represents an elementary constituent of a model, used to reference an Element. It is a basic construct to form Kuratowski's ordered pairs.
An  Adjacency Item is either a  Reference Adjacency or a  Nesting Adjacency .
  Class of Element
A   Class of Element is a collection of Elements which it classifies according to one or more criteria.
In knowledge representation, a  Class of Element can be defined either by extension (specifying its members), or by intension (specifying criteria), using what is called "ontology" in languages like OWL.
Not two  Class of Elements have the same membership. However, a distinction must be made between a  Class of Element having members, and those members being known, so within an information system the members recorded may change over time, even though the true membership does not change.
  Element An  Element is an elementary constituent of a model. It is the top level abstraction of the  SysFEAT upper ontology.
 Nesting Adjacency
Nesting Adjacency is an  Adjacency Item that references its Element by nesting.
Nesting is a fundamental concept in complex systems organization where Entitys are contained within other Entitys, creating hierarchical or web-like structures. This embedding mechanism intrinsically links the properties, behaviors, and lifecycles of nested Elements to their containing Elements, forming cohesive units at multiple scales.
Nesting facilitates the emergence of complex aggregates and properties from simpler Entitys, enables efficient design of systems across levels, and supports both autonomy and integration within systems.
 Reference Adjacency Reference Adjacency is an  Adjacency Item Item that references its target Element through some identification mechanism kind (for instance, indexing mechanism using IDS and Keys, or physical pointers such as Cylinder.Head.Sector for files on hard-drives).

TEXTUAL SYNTAX