Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added design-patterns/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions design-patterns/new-patterns/processes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory contains design patterns for processes and process profiles in BFO/CCO.
49 changes: 49 additions & 0 deletions design-patterns/new-patterns/processes/process_profile_basic.mmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
graph TB

AA{x axis movement}

CC{y axis movement}

DD{z axis movement}


AA --> |part of| ABC{Movement Process}

CC --> |part of| ABC{Movement Process}

DD --> |part of| ABC{Movement Process}

ABC --> |rdf:type| ABCD[Process]


AA --> |rdf:type| AAA[Process Profile]

CC --> |rdf:type| AAA

DD --> |rdf:type| AAA



subgraph Legend
AAAA{Individual}
BBBB[Class]
CCCC[data]
BBBB --> |relation| CCCC
DDDD[This pattern uses movement
in space as an example but can be reused for other
types of process profiles, which are akin to qualities of processes,
such as the rhythm and pressure of the pumping of a heart, or the frequency of
payments in a bank ]


classDef yellow fill:#ffe680
classDef purple fill:#dbc9ef
classDef white fill:#ffffff
class BBBB yellow
class AAAA purple
class CCCC white
end

class A,B,C,D,E,F,H,AA,CC,DD,ABC purple
class G,GG,AAA,ABCD,GGG yellow
class F white
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add class and relation serial numbers.
Add legend.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.