-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from casework/existence_intervals
Add BFO section of page for intervals of existence
- Loading branch information
Showing
7 changed files
with
331 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
examples/illustrations/existence_intervals/figures/abstraction_bfo.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
digraph "abstraction" { | ||
n_t [label="T (object):\nA obo:BFO_0000001 (Entity)." color=blue fontcolor=blue] ; | ||
|
||
n_e [label="E (object):\nThe existence interval of T.\nobo:BFO_0000038 (one-dimensional\ntemporal region)" color=blue fontcolor=blue] ; | ||
|
||
n_t0 [label="T0 (object):\nThe instant that is the beginning of E.\nobo:BFO_0000203 (temporal instant)" color=blue fontcolor=blue]; | ||
n_t1 [label="T1 (object):\nThe instant that is the end of E.\nobo:BFO_0000203 (temporal instant)" color=blue fontcolor=blue]; | ||
|
||
l_ts0 [label="ts0 (literal):\n2020-01-02T03:04:05.6789Z" shape="box" color=silver fontcolor=silver]; | ||
l_ts1 [label="ts1 (literal):\n2021-02-03T04:05:06.7890Z" shape="box" color=silver fontcolor=silver]; | ||
|
||
n_t -> n_e [label="T hasExistenceInterval E\nobo:BFO_0000108 (exists at)" color=blue fontcolor=blue] ; | ||
n_t -> n_t0 [label="T existsAtAndSince T0" color=silver fontcolor=silver] ; | ||
n_t -> n_t1 [label="T existsUntil T1" color=silver fontcolor=silver] ; | ||
n_t -> l_ts0 [label="T hasCreationTimestamp ts0" color=silver fontcolor=silver]; | ||
n_t -> l_ts1 [label="T hasTerminationTimestamp ts1" color=silver fontcolor=silver]; | ||
|
||
n_e -> n_t0 [label="E hasStart T0\nobo:BFO_0000222\n(has first instant)" color=blue fontcolor=blue]; | ||
n_e -> n_t1 [label="E hasEnd T1\nobo:BFO_0000224\n(has last instant)" color=blue fontcolor=blue]; | ||
n_e -> l_ts0 [label="E hasBeginningTimestamp ts0" color=silver fontcolor=silver] ; | ||
n_e -> l_ts1 [label="E hasEndingTimestamp ts1" color=silver fontcolor=silver] ; | ||
|
||
n_t0 -> l_ts0 [label="T0 hasTimestamp ts0" color=silver fontcolor=silver]; | ||
n_t1 -> l_ts1 [label="T1 hasTimestamp ts1" color=silver fontcolor=silver]; | ||
} |
141 changes: 141 additions & 0 deletions
141
examples/illustrations/existence_intervals/figures/abstraction_bfo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.