1
Partonomic Relationships and SEP Triples
COMP60421 Sean Bechhofer University of Manchester sean.bechhofer@manchester.ac.uk
- Material kindly provided by Patrice Seyed, University of Buffalo
Partonomic Relationships and SEP Triples COMP60421 Sean Bechhofer - - PowerPoint PPT Presentation
Partonomic Relationships and SEP Triples COMP60421 Sean Bechhofer University of Manchester sean.bechhofer@manchester.ac.uk Material kindly provided by Patrice Seyed, University of Buffalo 1 Partonomy Representing and reasoning on
1
COMP60421 Sean Bechhofer University of Manchester sean.bechhofer@manchester.ac.uk
generalization) and part-of (for aggregation) is crucial for medical information systems.
– usage must be consistent
– The femur is part of the leg, leg is part of the body therefore femur is part of the body
– inheritance of roles along a part-whole taxonomies
inference does not hold – Transplantation of the Aorta is not a Transplantation of the Heart – Amputation of a Finger is not Amputation of the Hand. – Myocarditis is not an Inflammation of the entire Heart (Pancarditis).
2
– e.g. GRAIL – hasLocus inherited across isPartOf
– (hasLocation o hasPart) subClassOf hasLocation
– Heart Disease is a Disease located in Heart or some part of Heart
– Separate classes for the the whole of the parts (S), the whole (E) or parts (P).
potentially introduce different cognitive complexities.
3
with restricted expressiveness? – ALC does not offer transitive relationships
and where transitive roles/property chains deemed expensive)
entities
4
– Individuals that are a part of a “whole” entity – HeartS : a part of the heart or a whole heart
– HeartE : an entire heart – HeartP : a part of a heart
5 HeartS HeartE HeartP
– (BodyS, BodyE, BodyP)
– (HeartS, HeartE, HeartP)
– (MyocardiumS, MyocardiumE, MyocardiumP )
– HeartS SubClassOf: BodyP
6
HeartS HeartE HeartP MyocardiumS MyocardiumE MyocardiumP BodyS BodyE BodyP
7
Entailment based
Relationships
Class: Carditis EquivalentTo: Inflammation and (hasLocus some HeartS)
EquivalentTo: Inflammation and (hasLocus some MyocardiumS)
HeartS HeartE HeartP MyocardiumS MyocardiumE MyocardiumP Carditis hasLocus Myocarditis hasLocus
Carditis is an inflammation of the Heart or one of its parts Myocarditis is an inflammation of the Myocardium or one of its parts
8
No Entailment!
Class: Pancarditis EquivalentTo: Inflammation and (hasLocus some HeartE)
EquivalentTo: Inflammation and (hasLocus some MyocardiumS)
HeartS HeartE HeartP MyocardiumS MyocardiumE MyocardiumP Pancarditis hasLocus Myocarditis hasLocus
Pancarditis is an inflammation of the entire Heart
structure of parthood. – Rather partonomic “level” -- whether things are a whole or a part.
expressivity in the representation. – Effect on computational resources needed. – Potential effect on the cognitive complexity
9
new transitive, reflexive relationship partOf
10
Class XE Class XS EquivalentTo: XE or (partOf some XE) Class XP EquivalentTo: (partOf some XE)
X SubClassOf (partOf some Y)
11
– Encapsulates “proper” subparts (e.g. not the whole)
X SubClassOf (properPartOf some Y)
12
13 Entire Part Structure O hasLocus some HeartE hasLocus some HeartP hasLocus some HeartS A1 hasLocus some HeartE hasLocus some HeartP hasLocus some HeartS A2 hasLocus some Heart hasLocus some (partOf some Heart) hasLocus some (Heart
A3 hasLocus some Heart hasLocus some (properPartOf Heart) hasLocus some (partOf some Heart)
parthood. – Rather partonomic “level”
– Effect on computational resources needed.
14