corrected process starts definition#594
Merged
Merged
Conversation
Updated 'r is an instant of' to 'r is an instance of'
neilotte
approved these changes
Feb 9, 2025
| rdfs:label "process starts"@en ; | ||
| skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ; | ||
| skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r has inside instant i."@en ; | ||
| skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ; |
Contributor
There was a problem hiding this comment.
@cameronmore Looks good. However, there's a typo in the original that appears to be maintained in the revision. It should read 'r is an instance of' and not 'r is an instant of'. Please consider running a quick text search for this phrase and replace in this PR.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current definition asserted that a temporal interval 'interval contains' a temporal instant, but the range of 'interval contains' is a one-dimensional temporal region, and a temporal instant is a zero dimensional temporal region.