legacy_ro.obo 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. format-version: 1.2
  2. date: 20:03:2009 11:58
  3. saved-by: cjm
  4. auto-generated-by: cjm
  5. default-namespace: relationship
  6. remark: <p>This ontology contains logical relations to be shared across the different OBO ontologies. Each OBO ontology is free to extend this set with relations specific to the biology within that ontology</p><div class="notes"><p>In the definitions, variables c, d, ..., p, q, ... range over instances of continuants and processes respectively. C, D, ..., P, Q, ... range over the corresponding classes</p><p> For a discussion of instance-level relations and also of additional axioms needed to infer transitivity and other properties of the relations listed above see <a href="http://genomebiology.com/2005/6/5/R46">http://genomebiology.com/2005/6/5/R46</a> or the OBO relations page hosted at <a href="http://obo.sourceforge.net/relationship">http://obo.sourceforge.net/relationship</a></div>
  7. idspace: OBO_REL http://www.obofoundry.org/ro/ro.owl# "OBO Relation ontology official home on OBO Foundry"
  8. remark: cvs version $Revision: 1.14 $
  9. remark: release version 1.01
  10. [Typedef]
  11. id: OBO_REL:is_a
  12. alt_id: OBO_REL:0000001
  13. name: is_a
  14. builtin: true
  15. def: "For continuants: C is_a C' if and only if: given any c that instantiates C at a time t, c instantiates C' at t. For processes: P is_a P' if and only if: that given any p that instantiates P, then p instantiates P'." [PMID:15892874]
  16. comment: The is_a relationship is considered axiomatic by the obo file format specification. In the representation of obo in OWL, where obo terms are represented as OWL classes, is_a is mapped on to the subClassOf axiom
  17. exact_synonym: "is_subtype_of" []
  18. xref: owl:subClassOf
  19. is_reflexive: true
  20. is_anti_symmetric: true
  21. is_transitive: true
  22. [Typedef]
  23. id: OBO_REL:part_of
  24. alt_id: OBO_REL:0000002
  25. name: part_of
  26. def: "For continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.)" [PMID:15892874]
  27. comment: Parthood as a relation between instances: The primitive instance-level relation p part_of p1 is illustrated in assertions such as: this instance of rhodopsin mediated phototransduction part_of this instance of visual perception. This relation satisfies at least the following standard axioms of mereology: reflexivity (for all p, p part_of p); anti-symmetry (for all p, p1, if p part_of p1 and p1 part_of p then p and p1 are identical); and transitivity (for all p, p1, p2, if p part_of p1 and p1 part_of p2, then p part_of p2). Analogous axioms hold also for parthood as a relation between spatial regions. For parthood as a relation between continuants, these axioms need to be modified to take account of the incorporation of a temporal argument. Thus for example the axiom of transitivity for continuants will assert that if c part_of c1 at t and c1 part_of c2 at t, then also c part_of c2 at t. Parthood as a relation between classes: To define part_of as a relation between classes we again need to distinguish the two cases of continuants and processes, even though the explicit reference to instants of time now falls away. For continuants, we have C part_of C1 if and only if any instance of C at any time is an instance-level part of some instance of C1 at that time, as for example in: cell nucleus part_ of cell.
  28. inverse_of_on_instance_level: OBO_REL:has_part
  29. is_reflexive: true
  30. is_anti_symmetric: true
  31. is_transitive: true
  32. [Typedef]
  33. id: OBO_REL:has_part
  34. alt_id: OBO_REL:0000003
  35. name: has_part
  36. inverse_of_on_instance_level: OBO_REL:part_of
  37. is_reflexive: true
  38. is_anti_symmetric: true
  39. is_transitive: true
  40. [Typedef]
  41. id: OBO_REL:integral_part_of
  42. alt_id: OBO_REL:0000004
  43. name: integral_part_of
  44. is_a: OBO_REL:part_of
  45. def: "C integral_part_of C' if and only if: C part_of C' AND C' has_part C" [PMID:15892874]
  46. inverse_of: OBO_REL:has_integral_part
  47. is_reflexive: true
  48. is_anti_symmetric: true
  49. is_transitive: true
  50. [Typedef]
  51. id: OBO_REL:has_integral_part
  52. alt_id: OBO_REL:0000005
  53. name: has_integral_part
  54. is_a: OBO_REL:has_part
  55. inverse_of: OBO_REL:integral_part_of
  56. is_reflexive: true
  57. is_anti_symmetric: true
  58. is_transitive: true
  59. [Typedef]
  60. id: OBO_REL:proper_part_of
  61. alt_id: OBO_REL:0000006
  62. name: proper_part_of
  63. is_a: OBO_REL:part_of
  64. def: "As for part_of, with the additional constraint that subject and object are distinct" [PMID:15892874]
  65. inverse_of_on_instance_level: OBO_REL:has_proper_part
  66. is_transitive: true
  67. [Typedef]
  68. id: OBO_REL:has_proper_part
  69. alt_id: OBO_REL:0000007
  70. name: has_proper_part
  71. is_a: OBO_REL:has_part
  72. inverse_of_on_instance_level: OBO_REL:proper_part_of
  73. is_transitive: true
  74. [Typedef]
  75. id: OBO_REL:located_in
  76. alt_id: OBO_REL:0000008
  77. name: located_in
  78. def: "C located_in C' if and only if: given any c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c *located_in* c'. (Here *located_in* is the instance-level location relation.)" [PMID:15892874]
  79. comment: Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus
  80. inverse_of_on_instance_level: OBO_REL:location_of
  81. is_transitive: true
  82. is_reflexive: true
  83. [Typedef]
  84. id: OBO_REL:location_of
  85. alt_id: OBO_REL:0000009
  86. name: location_of
  87. inverse_of_on_instance_level: OBO_REL:located_in
  88. is_transitive: true
  89. is_reflexive: true
  90. [Typedef]
  91. id: OBO_REL:contained_in
  92. alt_id: OBO_REL:0000010
  93. name: contained_in
  94. inverse_of_on_instance_level: OBO_REL:contains
  95. def: "C contained_in C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c located_in c' at t, and it is not the case that c *overlaps* c' at t. (c' is a conduit or cavity.)" [PMID:15892874]
  96. comment: Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):
  97. [Typedef]
  98. id: OBO_REL:contains
  99. alt_id: OBO_REL:0000011
  100. name: contains
  101. inverse_of_on_instance_level: OBO_REL:contained_in
  102. [Typedef]
  103. id: OBO_REL:adjacent_to
  104. alt_id: OBO_REL:0000012
  105. name: adjacent_to
  106. def: "C adjacent to C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c and c' are in spatial proximity" [PMID:15892874]
  107. comment: Note that adjacent_to as thus defined is not a symmetric relation, in contrast to its instance-level counterpart. For it can be the case that Cs are in general such as to be adjacent to instances of C1 while no analogous statement holds for C1s in general in relation to instances of C. Examples are: nuclear membrane adjacent_to cytoplasm; seminal vesicle adjacent_to urinary bladder; ovary adjacent_to parietal pelvic peritoneum
  108. instance_level_is_transitive: true
  109. [Typedef]
  110. id: OBO_REL:transformation_of
  111. alt_id: OBO_REL:0000013
  112. name: transformation_of
  113. def: "Relation between two classes, in which instances retain their identity yet change their classification by virtue of some kind of transformation. Formally: C transformation_of C' if and only if given any c and any t, if c instantiates C at time t, then for some t', c instantiates C' at t' and t' earlier t, and there is no t2 such that c instantiates C at t2 and c instantiates C' at t2." [PMID:15892874]
  114. comment: When an embryonic oenocyte (a type of insect cell) is transformed into a larval oenocyte, one and the same continuant entity preserves its identity while instantiating distinct classes at distinct times. The class-level relation transformation_of obtains between continuant classes C and C1 wherever each instance of the class C is such as to have existed at some earlier time as an instance of the distinct class C1 (see Figure 2 in paper). This relation is illustrated first of all at the molecular level of granularity by the relation between mature RNA and the pre-RNA from which it is processed, or between (UV-induced) thymine-dimer and thymine dinucleotide. At coarser levels of granularity it is illustrated by the transformations involved in the creation of red blood cells, for example, from reticulocyte to erythrocyte, and by processes of development, for example, from larva to pupa, or from (post-gastrular) embryo to fetus or from child to adult. It is also manifest in pathological transformations, for example, of normal colon into carcinomatous colon. In each such case, one and the same continuant entity instantiates distinct classes at different times in virtue of phenotypic changes.
  115. is_transitive: true
  116. [Typedef]
  117. id: OBO_REL:transformed_into
  118. alt_id: OBO_REL:0000014
  119. name: transformed_into
  120. comment: Obsoleted
  121. is_obsolete: true
  122. [Typedef]
  123. id: OBO_REL:derives_from
  124. alt_id: OBO_REL:0000015
  125. name: derives_from
  126. def: "Derivation on the instance level (*derives_from*) holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. We say that one class C derives_from class C' if instances of C are connected to instances of C' via some chain of instance-level derivation relations. Example: osteocyte derives_from osteoblast. Formally: C derives_immediately_from C' if and only if: given any c and any t, if c instantiates C at time t, then there is some c' and some t', such that c' instantiates C' at t' and t' earlier-than t and c *derives_from* c'. C derives_from C' if and only if: there is an chain of immediate derivation relations connecting C to C'." [PMID:15892874]
  127. comment: Derivation as a relation between instances. The temporal relation of derivation is more complex. Transformation, on the instance level, is just the relation of identity: each adult is identical to some child existing at some earlier time. Derivation on the instance-level is a relation holding between non-identicals. More precisely, it holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. Thus we will have axioms to the effect that from c derives_from c1 we can infer that c and c1 are not identical and that there is some instant of time t such that c1 exists only prior to and c only subsequent to t. We will also be able to infer that the spatial region occupied by c as it begins to exist at t overlaps with the spatial region occupied by c1 as it ceases to exist in the same instant.
  128. exact_synonym: "derived_from" []
  129. inverse_of_on_instance_level: OBO_REL:derived_into
  130. is_transitive: true
  131. [Typedef]
  132. id: OBO_REL:derived_into
  133. alt_id: OBO_REL:0000016
  134. name: derived_into
  135. inverse_of_on_instance_level: OBO_REL:derives_from
  136. is_transitive: true
  137. [Typedef]
  138. id: OBO_REL:preceded_by
  139. alt_id: OBO_REL:0000017
  140. name: preceded_by
  141. def: "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t. " [PMID:15892874]
  142. comment: An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other.
  143. inverse_of_on_instance_level: OBO_REL:precedes
  144. is_transitive: true
  145. [Typedef]
  146. id: OBO_REL:precedes
  147. alt_id: OBO_REL:0000018
  148. name: precedes
  149. inverse_of_on_instance_level: OBO_REL:preceded_by
  150. is_transitive: true
  151. [Typedef]
  152. id: OBO_REL:has_participant
  153. alt_id: OBO_REL:0000019
  154. name: has_participant
  155. def: "P has_participant C if and only if: given any process p that instantiates P there is some continuant c, and some time t, such that: c instantiates C at t and c participates in p at t" [PMID:15892874]
  156. comment: Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time.
  157. inverse_of_on_instance_level: OBO_REL:participates_in
  158. [Typedef]
  159. id: OBO_REL:participates_in
  160. alt_id: OBO_REL:0000020
  161. name: participates_in
  162. inverse_of_on_instance_level: OBO_REL:has_participant
  163. [Typedef]
  164. id: OBO_REL:has_agent
  165. alt_id: OBO_REL:0000021
  166. name: has_agent
  167. is_a: OBO_REL:has_participant
  168. def: "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process" [PMID:15892874]
  169. inverse_of_on_instance_level: OBO_REL:agent_in
  170. [Typedef]
  171. id: OBO_REL:agent_in
  172. alt_id: OBO_REL:0000022
  173. name: agent_in
  174. is_a: OBO_REL:participates_in
  175. inverse_of_on_instance_level: OBO_REL:has_agent
  176. [Typedef]
  177. id: OBO_REL:instance_of
  178. alt_id: OBO_REL:0000023
  179. name: instance_of
  180. builtin: true
  181. def: "A relation between an instance and a class. For components: a primitive relation between a component instance and a class which it instantiates at a specific time. For processes: a primitive relation, between a process instance and a class which it instantiates, holding independently of time" [PMID:15892874]
  182. comment: The instance_of relationship is considered axiomatic by the obo file format specification; ie it is taken for granted. The is_a relation is still included in this ontology for completeness
  183. [Typedef]
  184. id: OBO_REL:has_improper_part
  185. alt_id: OBO_REL:0000024
  186. name: has_improper_part
  187. is_a: OBO_REL:has_part
  188. inverse_of_on_instance_level: OBO_REL:improper_part_of
  189. comment: See reasons for obsoletion of improper_part_of
  190. is_reflexive: true
  191. is_transitive: true
  192. is_obsolete: true
  193. [Typedef]
  194. id: OBO_REL:improper_part_of
  195. alt_id: OBO_REL:0000025
  196. name: improper_part_of
  197. is_a: OBO_REL:part_of
  198. def: "As for part_of, with the additional constraint that subject and object may be identical" [PMID:15892874]
  199. comment: OBSOLETE. The definition is "As for part_of, with the additional constraint that subject and object may be identical". However, part_of is already reflexive, therefore improper_part_of is identical to part_of. If read differently, as "improper_part_of is part_of but not proper_part_of",improper_part_of becomes identity. So, improper_part_of is either identical to part_of or to identity, and not an intuitive synonym for either of them. [Robert Hoehndorf]
  200. inverse_of_on_instance_level: OBO_REL:has_improper_part
  201. is_reflexive: true
  202. is_transitive: true
  203. is_obsolete: true
  204. [Typedef]
  205. id: OBO_REL:relationship
  206. name: relationship
  207. def: "A relationship between two classes (terms). Relationships between classes are expressed in terms of relations on underlying instances." [GOC:cjm]
  208. is_obsolete: true
  209. comment: this relation was superfluous, so it has been obsoleted