use case interoperating between ontology and rules for
play

Use Case Interoperating between ontology and rules for identifying - PowerPoint PPT Presentation

W3C Workshop Rule Interoperability Use Case Interoperating between ontology and rules for identifying brain anatomical structures Christine Golbreich 1 , Olivier Bierlaire 1 2 , Olivier Dameron 3 2 , Bernard Gibaud 2 (1) Laboratoire


  1. W3C Workshop Rule Interoperability Use Case Interoperating between ontology and rules for identifying brain anatomical structures Christine Golbreich 1 , Olivier Bierlaire 1 2 , Olivier Dameron 3 2 , Bernard Gibaud 2 (1) Laboratoire d’Informatique Médicale University Rennes 1, France (2) Laboratoire IDM, UPRES-EA 3192 Rennes, France (3) SMI , Stanford University School of Medicine Stanford CA 94305, USA 1 2005 University Rennes 1

  2. Sharing and reuse • Sharing anatomical knowledge • Anatomy plays a central role in medicine – applications • Computer assisted interpretation of 3D MRI images • Decision support in (neuro)surgery • Intelligent data retrieval in the Semantic Web etc. 2 2005 University Rennes 1

  3. Brain Material entity Sulcal fold 3 2005 University Rennes 1

  4. Hemispheres • bounded by "Falx Cerebri" Falx cerebri Right Left Hemisphere Hemisphere 4 2005 University Rennes 1

  5. Lobes • bounded by sulci or lines Central Sulcus Parietal Lobe Frontal Lobe Occipital Lobe Temporal Lobe Lateral Sulcus 5 2005 University Rennes 1

  6. Gyri • bounded by sulci Central Sulcus Superior Precentral Frontal Gyrus Gyrus Intermediate Frontal Lobe Frontal Gyrus Inferior Frontal Gyrus 6 2005 University Rennes 1

  7. Pars • bounded by sulcus segments Pars opercularis Inferior Pars Frontal Gyrus triangularis Pars orbitalis 7 2005 University Rennes 1

  8. 8 Pli de Passage Connections Operculus 2005 University Rennes 1 Conventional Separation

  9. Brain Anatomy 0ntology • http://idm.univ-rennes1.fr/~odameron/anatomy/abstractModel/index.html 9 2005 University Rennes 1

  10. Labeling the gyri and sulci in MRI images m1 ? m2? m3 ? m4 ? … ? … … … 10 2005 University Rennes 1

  11. INTEROPERATING BETWEEN ONTOLOGY and RULES 11 2005 University Rennes 1

  12. Rule Base • Dependencies between properties – Ontology properties • Mereological • Spatial • Mereological and spatial – Ontology and other domain properties • Queries 12 2005 University Rennes 1

  13. Topological dependency • If two entities have a common boundary, they are connected isConnectedTo(?x,?y) ← isBoundedBy(?x,?z) Λ isBoundedBy(?y,?z) z x y 13 2005 University Rennes 1

  14. Propagation of connection along part-of • If a part of a gyrus is connected to another gyrus, the two gyri are connected isConnectedTo(?x,?y ) ← hasPart(?x,?z) Λ isConnectedTo(?z,?y) x z y 14 2005 University Rennes 1

  15. Other domain properties • if there is a connection relation between entities, they are connected isConnectedTo(?x,?y) ← connectsMAE(?z,?x,?y) z x y 15 2005 University Rennes 1

  16. Query • For given items m i of a region under study, find all the possible instances of anatomical entities ?x i they are part of ? Q (?x 1 , …, ?x n ) :- Λ AE(?x i ) Λ hasPart(?x i ,m i ) i=1,n • Answering queries with ontology and rules 16 2005 University Rennes 1

  17. Very simple example cs 0 • Current facts fc 0 • boundedBy(m1,fc 0 ) m1 • boundedBy(m1,cs 0 ) pcs 0 • boundedBy(m1,pcs 0 ) ? • connects(op,m2,pcg 0 ) pcg 0 m2 • falxCerebri(fc 0 ) • centralSulcus(cs 0 ) ? • preCentralSulcus(pcs 0 ) op • AE(op) • Query Q(?x 1 ) :- AE (?x 1 ) ∧ hasPart (?x 1 , m 1 ) ∧ hasPart (?x 1 ,m2) all the possible instances of AE which m 1 and m 2 can be part of ? 17 2005 University Rennes 1

  18. (1) Rules y R1 ← isBoundedBy(?x,?y) x z hasPart(?x,?z) Λ isBoundedBy(?z,?y) R2 isConnectedTo(?x,?y) ← x z hasPart(?x,?z) Λ isConnectedTo(?z,?y) y R3 z isConnectedTo(?x,?y) ← x connects(?z,?x,?y) y 18 2005 University Rennes 1

  19. Rules reasoning (1) R1 ← isBoundedBy(g 0 ,cs 0 ) fc 0 cs 0 hasPart(g 0 ,m1) Λ isBoundedBy(m1,cs 0 ) m1 facts … … … pcg 0 R2 g 0 isConnectedTo(m2, pcg 0 ) ← m2 connects(op,m2,pcg 0 ) facts (4) pcs 0 R3 isConnectedTo(g 0 , pcg 0 ) ← hasPart(g 0 ,m2) Λ isConnectedTo(m2, pcg 0 ) 19 2005 University Rennes 1

  20. (2) Ontology PreCentralGyrus ≡ Falx Cerebri CentralSulcus • Gyrus • =1 isBoundedBy FalxCerebri PostCentralGyrus PreCentralGyrus • =1 isBoundedBy CentralSulcus • =1 isBoundedBy PreCentralSulcus • =1 isConnectedTo PostCentralGyrus etc. PreCentralSulcus 20 2005 University Rennes 1

  21. Ontology reasoning fc 0 cs 0 (1) isBoundedBy(g 0 ,cs 0 ) PostCentralGyrus PreCentralGyrus (2) isBoundedBy(g 0 ,fc 0 ) (3) isBoundedBy(g 0 ,pcs 0 ) g 0 (4) isConnectedTo(g 0 , pcg 0 ) ⇒ g 0 instance of PreCentralGyrus pcs 0 pcg 0 21 2005 University Rennes 1

  22. Test Case • Annexes – Ontology – Other domain relations – Rules http:// idm.univ- rennes1.fr/~obierlai/anatomy/annexes/index.html 22 2005 University Rennes 1

  23. "Sharable" rule base Rule 9: isMAEContiguousTo(m1,m2) ← separatesMAE(s,m1,m2) Λ MAE(m1) Λ MAE(m2) Λ SF(s) /Propagation of MAE boundary (i.e. a first sulcal fold) to a second sulcal fold containing the first/ Rule 10: isMAEBoundedBy(m,s) ← isMAEBoundedBy(m,ss) Λ hasSegment(s,ss) Λ SF(s) Λ SF(ss) Λ MAE(m) /Propagation of MAE boundary (with a first material entity) to a second material entity containing the first, only if the boundary is not contained in the second material entity/ Rule 11: isMAEBoundedBy(m,s) ← isMAEBoundedBy(sm,s) Λ hasAnatomicalPart(m,sm) Λ isNotContainedIn(s,m) Λ (SF(s) V gyriConnection(s)) Λ MAE(sm) Λ MAE(m) /Propagation of contiguity to parts/ Rule 12: isMAEContiguousTo(m1,sm2) ← isMAEContiguousTo(m1,m2) Λ hasAnatomicalPart(m2,sm2) Λ isMAEBoundedBy(m1,s) Λ isMAEBoundedBy(m2,s) Λ isMAEBoundedBy(sm2,s) Λ MAE(m1) Λ MAE(m2) Λ MAE(sm2) Λ SF(s) /Propagation of contiguity (to a first material entity) to a second material entity containing the first/ Rule 13: isMAEContiguousTo(m1,m2) ← isMAEContiguousTo(m1,sm2) Λ hasAnatomicalPart(m2,sm2) Λ hasNoCommonParts(m1,m2) Λ MAE(m1) Λ MAE(m2) Λ MAE(sm2) /Propagation of MAE separation to parts / Rule 14: separatesMAE(s,m1,sm2) ← separatesMAE(s,m1,m2) Λ hasAnatomicalPart(m2,sm2) Λ isMAEBoundedBy(sm2,s) Λ SF(s) Λ MAE(m1) Λ MAE(m2) Λ MAE(sm2) /Propagation of MAE separation (of a first material entity) to a second material entity containing the first/ Rule 15: separatesMAE(s,m1,m2) ← separatesMAE(s,m1,sm2) Λ hasAnatomicalPart(m2,sm2) Λ hasNoCommonParts(m1,m2) Λ SF(s) Λ MAE(m1) Λ MAE(m2) Λ MAE(sm2) 23 2005 University Rennes 1 /Propagation of MAE separation (i.e. a first sulcal fold) to a second sulcal fold containing the first/ R l 16 MAE( 1 2) MAE( 1 2) Λ h S ( )

  24. Full Brain cortex anatomy ontology http://idm.univ- rennes1.fr/~odameron/anatomy/abstractModel/index.html 24 2005 University Rennes 1

  25. Potential requirements • Ontology Web language 1. OWL DL expressiveness (or sublanguage) 2. Extended by qualified cardinalty constraints • Rule Web language 3. ontology concepts and roles in rule body and head as unary or binary predicates in atoms. 4. “ordinary” domain relations, not ontology concept nor role, in body and head atoms. 5. n-ary predicates in body and head atoms 6. queries expressed by n-ary predicates 7. “safe” rules, i.e. a variable that occurs in the head also occurs in the body 25 2005 University Rennes 1

  26. Candidate technologies Any language extending OWL DL with rules 1. To represent all the knowledge described in the ontology and rule annexes, as naturally as possible interoperate between rules and 2. To ontology for reasoning 3. To indicate properties (decidability, completeness, correctness) that are guaranteed 26 2005 University Rennes 1

  27. Workshop Protégé With Rules, July 18 th , Madrid • In conjunction with the 8th International Protégé Conference • Supported by the RuleML Initiative www.med.univ-rennes1.fr/~cgolb/Protege2005/ProtegeWithRulesCFP.htm 27 2005 University Rennes 1

  28. 28 2005 University Rennes 1

  29. FMA in OWL DL • FMA, the Foundational Model of Anatomy – 70,000 concepts, over 110,000 terms; – over 1.5 million relations from 168 relationships 29 2005 University Rennes 1

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend