-
Notifications
You must be signed in to change notification settings - Fork 14
adding change #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
adding change #39
Conversation
A{Person 1} --->|rdf:type| B[BFO_0000001] | ||
A --->|participates in BFO_0000056| F{Change 1} | ||
|
||
F --->|rdf:type| G[Change ont00000824] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should there not be a more explicit connection between 'change', 'temporal interval' and the actual changes of temperature?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such as, something stronger than participation?
H --->|rdf:type| I[Temporal Interval BFO_0000202] | ||
|
||
|
||
A -->|bearer of BFO_0000177| K{Temperature 1} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one temperature listed as an instance, but there are two measurements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does an individual quality stop existing when its magnitude changes? If yes, then we have very rigid identity conditions for qualities, and I have for example a new height instance every day. But I think we don't have to do that, and we can just say that I have the same height qualities but with new measurements over time. Curious to hear what other people think here. @Finn1928 @johnbeve
Some changes: |
F -->|occupies temporal region BFO_0000199| H{Temporal Interval 1} | ||
H --->|rdf:type| I[Temporal Interval BFO_0000202] | ||
|
||
A -->|bearer of BFO_0000196| K{Temperature 1} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to "Person 1's temperature"
@@ -0,0 +1,46 @@ | |||
flowchart TB | |||
A{Person 1} --->|rdf:type| B[BFO_0000001] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add name for "entity" class
@johnbeve I think having to go through the IBE to add the info for measurements in examples like this shows the need for shortcut properties. This is supposed to be about change but if I want to show two measurements at two times and god forbid add temporal measurement info the graph overblows.