Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
34 changes: 34 additions & 0 deletions design-patterns/CCO-whitepapers/process/process_profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
flowchart TB
subgraph Legend
A{Individual}
B[Class]
C[data]
B --> |relation| C
end
classDef yellow fill:#ffe680
classDef purple fill:#dbc9ef
classDef white fill:#ffffff
class B yellow
class A purple
class C white

PS[Watercraft<br>ont00000440]:::yellow
AM[Act of Motion<br>ont00000357]:::yellow
PP[Process Profile<br>BFO 000314]:::yellow
S[Speed<br>ont00000830]:::yellow -->|subclass of| PP
TR[Temporal Region<br>BFO 000008]:::yellow

%% Instances
PS1{Patrol Ship 1}:::purple -->|rdf:type| PS
AM1{Act of Motion 1}:::purple -->|rdf:type| AM
S1{speed 1}:::purple -->|rdf:type| S
TR1{Temporal Region 1}:::purple -->|rdf:type| TR

%% Relationships
PS1 -->|participates in| AM1
AM1 -->|occurs on| TR1
AM1 -->|has profile| S1

%% Data values
TR1 ---|tokenized by| D1[1.5 hours]:::white
S1 ---|tokenized by| D2[12 knots]:::white
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.