New issue 13 by albertgoldfain: has_material_basis_in
http://code.google.com/p/bfo/issues/detail?id=13
We often want to establish a relation between a disposition and the
material entity that confers that disposition. This manifests itself in
OGMS as a relation between a disease and the disorder(s) that confer the
disease.
After some email discussions with Barry Smith, Lindsay Cowell, Bjoern
Peters, and Alan Ruttenberg, I believe something like this might do the
trick:
has_material_basis_in
domain: bfo:disposition
range: bfo:material entity
definition (*): d has_material_basis_in m iff
(1) d is_a bfo:disposition
(2) m is_a bfo:material entity
(3) i is_a bfo:independent continuant and i has_disposition d because i
has_part m
(* Note: d, m, and i are instances per RO policy)
A synonym could be 'conferred_by'. Another
proposal, 'has_physical_basis_in' I don't like as much because
the 'physical' doesn't seem to make you think of the proper bfo type in the
range (i.e., material entities).
I think the proposed relation and its definition are quite good and
worthy of adoption now, with ongoing refinement done as needed.
One minor change I'd suggest though is that if d, m, and i are
instances, then it should read "instance_of" instead of "is_a":
has_material_basis_in
domain: bfo:disposition
range: bfo:material entity
definition (*): d has_material_basis_in m iff
(1) d instance_of bfo:disposition
(2) m instance_of bfo:material entity
(3) i instance_of bfo:independent continuant and i has_disposition d
because i has_part m
Bill
> --
> You received this message because you are subscribed to the Google Groups
> "BFO Discuss" group.
> To post to this group, send email to bfo-d...@googlegroups.com.
> To unsubscribe from this group, send email to
> bfo-discuss...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bfo-discuss?hl=en.
>
>
For in many cases it seems doubtful that some material part of the bearer
is
the base of the disposition.
In standard examples from chemistry it is rather some structure of lower
level properties of the whole bearer of the disposition. If we take the
molecular structure of NaCl as material base of the water solubility, it is
clearly that particular structure which confers the disposition, not the
mere fact that the substance has Na+-Ions as parts.
Of course, there are cases where only a part of an entity confers the
disposition to the whole. The ability of my body to digest food ist based on
the respective ability of some body parts, viz. my digestive system. But the
digestive system as whole has the disposition, not only in virtue of its
parts, but of their acting together in a properly functional way etc. And
only this is usually meant in the philosophical debate with "base" of a
disposition. If a whole x has a disposition in virtue of a part p, we are
still faced with the question what confers the disposition on that part p.
So our suggestion would be to take as base m in general not a material
entitiy and a separate part of the bearer, but some quality/property or
stucture of properties of the bearer (or of some part of the bearer).
In line with this approach, we suggest to use the relation name "has_basis":
d has_basis q iff
(1) d instance_of bfo:disposition
(2) m instance_of bfo:quality
(3) i instance_of bfo:independent continuant
and i has_disposition d because i has_quality q
The "because" should probably be spelled out along the line that every
independent continuant that has the quality q is also bearer of the
disposition d, as follows:
(Q is_a Quality & D is_a Disposition & Q base_of D) -->
For all q: (q instance_of Q -->
There is a b and a d such that:
q inheres_in b &
d instance_of D &
d inheres_in b).
While equal bases bring with them instances of the same type of
dispositions, the inverse does not hold. As a rule, dispositions in the
biomedical domain can be constituted by different types of base qualities.
Our general formulation leaves leeway for several candidates for bases. If a
patient lacks a certain enzyme one could either take that absence as the
basis of the disposition for the resulting patho-physiological processes.
Or, to avoid "negative entities" like absences, one could say that the whole
pathological (micro-)structure of an organ is the base of the respective
disposition for a pathological process. Such a pathological structure can be
further analysed into its constituents and their respective dispositions.
Thus we get something like a "cascade" of dispositions: The disposition to
produce insufficient amounts of the enzyme leads to the bodily state
characterized by lack of the enzyme and that state is in turn the base for
the disposition for pathological processes resulting from that state.
Cf. R�hl/Jansen: "Representing Dispositions"
(OBML workshop Manheim, Sept 9-10, 2010)
http://www.onto-med.de/obml/ws2010/obml2010report.pdf
Best greetings from Rostock,
Johannes R�hl
Ludger Jansen
Cf. Röhl/Jansen: "Representing Dispositions"
(OBML workshop Manheim, Sept 9-10, 2010)
http://www.onto-med.de/obml/ws2010/obml2010report.pdf
Best greetings from Rostock,
Johannes Röhl
Comment #1 on issue 13 by alanrut...@gmail.com: has_material_basis_in
http://code.google.com/p/bfo/issues/detail?id=13
(No comment was entered for this change.)
Does Christian have a definition of 'state' ?
BS
The proposal is to have a *material* basis for a disposition (hence the relation name 'has material basis'), not a processual basis.
If you wanted to accommodate the processual reading of 'state', you might have a relation like 'has processual basis', although I think that might confuse things since it is one more level of indirectness in terms of dependence.
Consider: A pregnant woman bears the disposition to vomit during the first trimester.
The realization of this disposition is clearly vomiting. What might the basis for the disposition be:
"state of pregnancy" is ambiguous
(1) 'having a part containing a zygote/fetus' is not ambiguous (material basis that confers the disposition...simplifying a lot, I admit)
(2) 'participating in a pregnancy process' is not ambiguous (processual basis???)
In any event, both (1) and (2) are more precise than "state of pregnancy" and the scope of the proposed relation is just BFO material entities.