-
Notifications
You must be signed in to change notification settings - Fork 58
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
domain and range of 'instant before' and 'instant after' seem too permissive #480
Comments
This raises a broader issue around improving and standardizing the format of definitions for relations in CCO. Changing axioms requires a choice to be made about deprecation. Given that we about to mint v1.6, I think this should be pushed to v1.7 or 2.0. @avsculley Will you scan trough the rest of the temporal relations and look for similar issues, documenting them here? |
I'm on it.
…________________________________
From: Mark Jensen ***@***.***>
Sent: Sunday, September 15, 2024 9:54 AM
To: CommonCoreOntology/CommonCoreOntologies ***@***.***>
Cc: Alec Sculley ***@***.***>; Mention ***@***.***>
Subject: Re: [CommonCoreOntology/CommonCoreOntologies] domain and range of 'instant before' and 'instant after' seem too permissive (Issue #480)
This raises a broader issue around improving and standardizing the format of the definitions for the relations in CCO.
Changing axioms requires a choice to be made about depreciation. Given that we about to mint v1.6, I think this should be pushed to v1.7 or 2.0.
@avsculley<https://github.com/avsculley> Will you scan trough the rest of the temporal relations and look for similar issues, documenting them here?
—
Reply to this email directly, view it on GitHub<#480 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATJNTN3TRLWVEK3KDY5SZ73ZWWGQVAVCNFSM6AAAAABOG4LJ3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJRGYYDGOBVHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
There's a precedes/preceded-by relation in BFO that sounds like the same thing. |
The elucidations for 'instant is before' and 'instant is after' define the properties in terms of 't1 precedes t2'. Is that plain English or a reference to the BFO property labeled 'precedes' that @alanruttenberg mentions? |
@avsculley Any progress on this? |
Not yet. It is next on my list. Should be done this week.
…________________________________
From: Mark Jensen ***@***.***>
Sent: Tuesday, October 15, 2024 11:19 AM
To: CommonCoreOntology/CommonCoreOntologies ***@***.***>
Cc: Alec Sculley ***@***.***>; Mention ***@***.***>
Subject: Re: [CommonCoreOntology/CommonCoreOntologies] domain and range of 'instant before' and 'instant after' seem too permissive (Issue #480)
@avsculley<https://github.com/avsculley> Any progress on this?
—
Reply to this email directly, view it on GitHub<#480 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATJNTN53NVFQCVG7MF7JBMLZ3UXA7AVCNFSM6AAAAABOG4LJ3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJUGI3DQOJXG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@mark-jensen I'm still working through this stuff, but here's one. The def of 'has instide instant' is
However, the domain is 'one dimensional temporal region' and the range is 'zero dimensional temporal region.' So, either the domain and range should be changed to match the def; or the def should be changed to match the domain and range. There is a mismatch because two disjoint instants are still a zero dimensional temporal region, and two disjoint temporal intervals are still a one dimensional temporal region. I'm unaware of the intention behind this object property so I don't have a suggested solution. |
As is, this definition, and the domain-range restrictions of 'zero-dimensional temporal region,' seem to allow for a collection of separated temporal instants (a zero-dimensional temporal region that is not a temporal instant) to be either the starting instant or ending instant of a temporal interval. This can't be true.
I suggest that the parenthetical be removed from the definition and the domain-range restrictions be changed to 'temporal instant.'
The same reasoning holds for 'instant before.'
Edit: If you agree, I can make the changes.
The text was updated successfully, but these errors were encountered: