zhengj2007 / bfo-trunk

0 stars 0 forks source link

coming and going out of existence relations #49

Open zhengj2007 opened 9 years ago

zhengj2007 commented 9 years ago

From alanruttenberg@gmail.com on May 25, 2012 16:09:55

As discussed informally, in the past, I would like (all or some of) the following relations added to the reference.

continuant begins_to_exist_during process inverse: process has_participant_that_begins_to_exist continuant continuant ceased_to_exist_during process inverse: process has_participant_that_ceases_to_exist continuant

c begins_to_exist_during p <=> continuant(c) and process(p) and first_time_point(p,t1) and last_time_point(p,t2) and not(exists_at(c,t1)) and exists_at(c,t2)

We don't have first_time_point and last_time_point as relations currently. This can be probably be expressed using only part_of and "<" but it looks more complicated so perhaps it is easier to just add first and last_time_point. relations.

etc.

Original issue: http://code.google.com/p/bfo/issues/detail?id=50

zhengj2007 commented 9 years ago

From mcour...@gmail.com on June 15, 2012 15:09:27

I need (and have been using) such a relation to indicate cases in which a continuant (e.g., rash) begins to exist during an adverse event process.

zhengj2007 commented 9 years ago

From albertgo...@gmail.com on June 21, 2012 09:58:34

I also need such a relation for IDO for modeling (among other things) when infections become infectious disorders.