SlideShare a Scribd company logo
1 of 29
Download to read offline
1
EVOLUTION OF
ONTOLOGY-BASED MAPPINGS
Anika Groß, Database Group
ALIGNED project meeting, Dec 3rd 2015
2
• Introduction
• GOMMA
• COnto-Diff
• Evolution of
• Ontology mappings
• Annotation mappings
• ELISA project
AGENDA
3
• Structured representation
of knowledge
• Very large ontologies
in biomedical domain
ONTOLOGIES
Anatomy Molecular
biology
ChemistryMedicine
Tissue
Anatomic Structure,
System, or Substance
Organ
Lung SkinKidney …
…
4
P10646
(TFPI1_HUMAN)
GO:0007596
(blood coagulation)
is involved in
• Standardized semantic description of object properties
ONTOLOGY-BASED ANNOTATIONS
Genes, proteins, … PublicationsElectronic health
records
5
P10646
(TFPI1_HUMAN)
GO:0007596
(blood coagulation)
• Standardized semantic description of object properties
ONTOLOGY-BASED ANNOTATIONS
Gene
Ontology
Ensembl
Annotation Mapping
Ensembl ID GO ID
ENSP00000344151 GO:0015808 (L-alanine transport)
ENSP00000230480 GO:0005615 (extracellular space)
ENSP00000352999 GO:0006915 (apoptosis)
Genes, proteins, … PublicationsElectronic health
records
• Applications:
• Semantic search, navigation …
• Functional analysis: identification of significant characteristics
of specific gene/proteins groups
6
• Overlapping ontologies → creation of mappings/alignments
• Useful for data integration, analysis across sources …
• Ontology mapping: set of semantic correspondences between
concepts of different ontologies
ONTOLOGY MAPPINGS
𝑶𝟐
tail
head
neck
limbs
limb segments
body
𝑶𝟏
head
lower extremities
limbs
upper extremities
body
neck
trunk
tail
=
=
=
=
<
<
=
𝑶𝑴 𝑶𝟏,𝑶𝟐
• Manual or semi-
automatic identification
(matching)
7
• Ontologies are not static!
• Research, new knowledge  continuous changes
• Release of new versions
• Ontology changes
EVOLUTION OF ONTOLOGY-BASED MAPPINGS
𝑶𝟏
0
𝑶𝟐
𝑶𝑴 𝑶𝟏,𝑶𝟐
8
How can I determine
changes between
ontology versions?
Does evolution impact
annotations and analysis
results?
How can I migrate
existing mappings to
currently valid ontology
versions?
Impact of ontology evolution on dependent
mappings and applications
How does ontology
evolution influence
ontology mappings?
9
• Introduction
• GOMMA
• COnto-Diff
• Evolution of
• Ontology mappings
• Annotation mappings
• ELISA project
AGENDA
10
• GENERIC ONTOLOGY MATCHING AND MAPPING MANAGEMENT
• Generic infrastructure to manage and analyze evolution of
ontologies and mappings
• CODEX (Complex Ontology Diff Explorer)
• www.izbi.de/codex
• REX (Region Evolution Explorer)
• http://www.izbi.de/rex
GOMMA
11
• Basic changes (add, del, update) are often not sufficient
• Large ontologies → need compact diff
• Different modeling of changes (e.g. obsolete)
• Aim: determine an expressive, complete, invertible diff
evolution mapping between given versions of an ontology
• Rule-based approach
• Input: match mapping between two ontology versions 𝑂 𝑜𝑙𝑑, 𝑂 𝑛𝑒𝑤
• Output: Diff Evolution Mapping 𝑑𝑖𝑓𝑓(𝑂 𝑜𝑙𝑑, 𝑂 𝑛𝑒𝑤)
• Set of basic and complex change operations for concepts and
properties (relationships + concept attributes)
addC, addR, …
delC, delR, toObsolete, …
split, merge, substitute, …
CONTODIFF (COMPLEX ONTOLOGY DIFF)
Hartung, Groß, Rahm: COnto-Diff: Generation of Complex Evolution Mappings for Life Science
Ontologies. Journal of Biomedical Informatics 46 (1): 15-32, 2013.
12
CONTO-DIFF OVERVIEW
Match
Ontology
version
Oold
Ontology
version
Onew
Working
repository
Match System
• Single Matchers
• Match Workflows
• Set Operators
diffcompact
(Oold,Onew)
COG (Change Operation Generating)
Rule library
Rules (b-COG, c-COG, a-COG
Background
Knowledge
BK
match
(Oold,Onew) Basic
Change
Detection
Complex
Change
Detection
Aggregation
Ruled-based
Change Detection
diffbasic
(Oold,Onew)
13
• Input: Evolution mapping diffbasic(Oold, Onew), rule set Rc-COG
• Output: diff(Oold,Onew)
• Example: merge-rule
COMPLEX CHANGE DETECTION - EXAMPLE
e
d
c
a
b
a,bOold  cOnew  ab  mapC(a,c)  mapC(b,c)
 ∄ d(dOnew  mapC(a,d)  cd)  ∄ e(eOnew  mapC(b,e)  ce)
→ create[merge({a},c), merge({b},c)], eliminate[mapC(a,c), mapC(b,c)]
• Apply further rules to recursively aggregate and create
complex change operations
• merge({a,b},c)
14
• Introduction
• GOMMA
• COnto-Diff
• Evolution of
• Ontology mappings
• Annotation mappings
• ELISA project
AGENDA
15
• Mappings can become invalid → need to be updated
• Reuse existing mappings (avoid full re-determination)
MAPPING ADAPTATION
𝑶𝟏′
𝑶𝟐′
𝑶𝟏
𝑶𝟐
𝑂𝑀 𝑂1,𝑂2 𝑂𝑀 𝑂1′
,𝑂2′
?
Groß, Dos Reis, Hartung, Pruski, Rahm: Semi-automatic adaptation of
mappings between life science ontologies. DILS, 2013.
Anforderungen:
• Hohe Mappingqualität
• Mappingkonsistenz
• Einbeziehen neuer Konzepte
• Reduzierung des manuellen Aufwands, Involvierung von Nutzern
• Unterstützung von semantischen Mappings
𝒅𝒊𝒇𝒇 𝑶𝟏, 𝑶𝟏′
𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′
𝑶𝟏
𝑶𝟐
𝑶𝑴 𝑶𝟏′
,𝑶𝟐′
DiffAdapt
DiffAdapt
𝑂𝑀 𝑂1,𝑂2
Diff-based
Adaptierung (DA)
𝑶𝟏′
𝑶𝟐′
16
• Modular, flexible adaptation approach
• Individual migration for different change operations using
Change Handler 𝐶𝐻
• Reuse and adaptation of existing correspondences
DIFF-BASED ADAPTATION OF ONTOLOGY MAPPINGS
17
DIFF-BASED ADAPTATION OF ONTOLOGY MAPPINGS
tail
head
neck
limbs
lower extremities limb segments
limbs
upper extremities
body
neck
body
𝑶𝟏 𝑶𝟐
trunk
limbs
head and neck
body
𝑶𝟐‘
lower limbs
upper limbs
trunk
=
>
=
=
=
=
=
=
<
<
>
<
<
tail
head
𝑶𝑴 𝑶𝟏,𝑶𝟐 𝑶𝑴 𝑶𝟐,𝑶𝟐′
18
DIFF-BASED ADAPTATION OF ONTOLOGY MAPPINGS
tail
head
neck
limbs
lower extremities limb segments
limbs
upper extremities
body
neck
body
𝑶𝟏 𝑶𝟐
trunk
limbs
head and neck
body
𝑶𝟐‘
lower limbs
upper limbs
trunk
=
>
=
=
=
=
=
=
<
<
>
<
<
tail
head
𝑶𝑴 𝑶𝟏,𝑶𝟐 𝑶𝑴 𝑶𝟐,𝑶𝟐′𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′
addC(trunk)
delC(tail)
split (limb segments, {lower limbs, upper limbs})
merge({head, neck}, head and neck)
19
DIFF-BASED ADAPTATION OF ONTOLOGY MAPPINGS
DiffAdapt 𝑶𝑴 𝑶𝟐,𝑶𝟏, 𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′, 𝑶𝟐, 𝑶𝟐′, 𝑶𝟏, 𝑪𝑯
1. Determination of affected correspondences 𝑶𝑴𝒊𝒏𝒇𝒍 using 𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′
2. Reuse of unaffected mapping part: 𝑂𝑀 𝑂2′,𝑂1← 𝑂𝑀 𝑂2,𝑂1 𝑂𝑀𝑖𝑛𝑓𝑙
3. For each 𝑐ℎ ∈ 𝐶𝐻
• Adaptation of 𝑂𝑀𝑖𝑛𝑓𝑙 using a change hander strategy (𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′, 𝑶𝟐, 𝑶𝟐′
, 𝑶𝟏)
4. Union of 𝑂𝑀𝑖𝑛𝑓𝑙 with unaffected mapping part:
𝑂𝑀 𝑂2′,𝑂1← 𝑂𝑀 𝑂2′,𝑂1 ∪ 𝑂𝑀𝑖𝑛𝑓𝑙
tail
head
neck
limbs
lower extremities limb segments
limbs
upper extremities
body
neck
body
𝑶𝟏 𝑶𝟐
trunk
limbs
head and neck
body
𝑶𝟐‘
lower limbs
upper limbs
trunk
=
>
=
=
=
=
=
=
<
<
>
<
<
tail
head
𝑶𝑴 𝑶𝟏,𝑶𝟐 𝑶𝑴 𝑶𝟐,𝑶𝟐′𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′
𝑶𝑴𝒊𝒏𝒇𝒍
Unaffected
20
𝑚𝑒𝑟𝑔𝑒 𝒉𝒆𝒂𝒅, 𝑛𝑒𝑐𝑘 , 𝒉𝒆𝒂𝒅 𝒂𝒏𝒅 𝒏𝒆𝒄𝒌
EXAMPLE - MERGE
MergeHandler
= <neckneck
head and neck= headhead
𝑶𝟏 𝑶𝟐 𝑶𝟐‘
< head and neckhead 𝒉𝒂𝒏𝒅𝒍𝒆𝒅
<neck 𝒉𝒂𝒏𝒅𝒍𝒆𝒅head and neck
<
𝑚𝑒𝑟𝑔𝑒({ℎ𝑒𝑎𝑑, 𝒏𝒆𝒄𝒌}, 𝒉𝒆𝒂𝒅 𝒂𝒏𝒅 𝒏𝒆𝒄𝒌)
21
Adaptation Strategy
1) Automatic detection of consistent mappings
w.r.t. new ontology version
2) Recommendations for new correspondences
→ Aim: complete mapping
3) Expert validation of correspondence (𝑡𝑜𝑉𝑒𝑟𝑖𝑓𝑦 status)
SEMI-AUTOMATIC MAPPING ADAPTATION
 High mapping quality
 Consistent mapping
 New correspondences for new concepts
 Reduction of manual effort
 Consider mapping semantics
22
exp - Verified by experiment
auth - Author statement
auto - Automatically generated
Ensembl ID GO ID v48 v49 v50 v51 v52
ENSP…344151 GO:0015808 exp exp exp exp exp
Ensembl ID GO ID v48 v49 v50 v51 v52
ENSP…344151 GO:0015808 exp exp exp exp exp
ENSP…230480 GO:0005615 auth auth exp auth auto
ANNOTATION EVOLUTION ANALYSIS
Groß, Hartung, Kirsten, Rahm: Estimating the Quality of Ontology-Based
Annotations by Considering Evolutionary Changes. DILS, 2009.
Ensembl ID GO ID v48 v49 v50 v51 v52
ENSP…344151 GO:0015808 exp exp exp exp exp
ENSP…230480 GO:0005615 auth auth exp auth auto
ENSP…352999 GO:0006915 exp - - - exp
• 80% of additions in Ensembl: auto
• Instabilities for auto and auth
• Temporary deletions
• Changing provenance information
• Stable, manually verified, > 𝟏
𝟐 year?
• 13% of Ensembl and 76% Swiss-Prot annotations
• How do annotations change?
• Quality + reliability of annotations?
• Use provenance and stability information
23
ANNOTATIONSEVOLUTION
0
40000
80000
120000
160000
200000
240000
25 27 29 31 33 35 37 39 41 43 45 47 49 51
#annotations
version
man
auto
• 78% out of 265,000 annotations → automatically generated
• growthauto = 4.6
• v40 – v42 many deletions
Ensembl 2004-2008
24
• Introduction
• GOMMA
• COnto-Diff
• Evolution of
• Ontology mappings
• Annotation mappings
• ELISA project
AGENDA
25
• Collaboration
• Luxembourg Institute of Science and Technology (LIST)
• University of Paris-Sud
• Database Group, Universität Leipzig
• Granted by German Research Foundation (DFG) and
National Research Fund Luxembourg (FNR)
• Motivation
• Medical domain is highly dynamic
• 50% of knowledge is renewed every 10 years
• Content of ontologies follows the evolution of the domain
• Modifications in ontologies must be propagated to
ontology-based semantic annotations
ELISA - EVOLUTION OF SEMANTIC ANNOTATIONS
http://dbs.uni-leipzig.de/research/projects/evolution_of_ontologies_and_mappings/elisa
26
Objectives
• Understand the quality of annotations through manual and automatic
annotation processes
• Identify and characterize ontology evolution
• Exploit this information to define maintenance/migration algorithms
for semantic annotations
PROJECT OVERVIEW
27
• New annotation methods
• Christen, Groß, Varghese, Dugas, Rahm:
Annotating Medical Forms using UMLS. DILS 2015
• Use of COntoDiff+ further development
• Development of new maintenance algorithms
• Two real case applications
• Annotations that serve to enrich patient data in the
Luxembourgish national health platform
• Annotation of case report forms (CRFs) used in
clinical trial research
… help companies and research projects in managing the ever-
increasing quantity of their data
PROJECT OVERVIEW (2)
28
Adaptation of semantic mappings
• Semantic enrichment of mappings and Diff (is-a, part-of, …)
• Interactive tools for verification of correspondences and
annotations
Annotation Quality
• Other studies* confirm instability of annotations and their impact
• Sophisticated methods to assess quality
→Can be used by algorithms / applications
Evaluation
of these methods in other domains, e.g. social sciences
OUTLOOK
* Groß, Hartung, Prüfer, Kelso, Rahm: Impact of Ontology Evolution on Functional
Analyses. Bioinformatics, 2012.
Gillis, Pavlidis: Assessing identity, redundancy and confounds in gene ontology
annotation over time. Bioinformatics, 2013.
Clarke, Loguercio, Good, Su: A task-based approach for Gene Ontology evaluation.
Journal of Biomedical Semantics, 2013.
29
0
2
4
6
8
10
Cumulativefrequency
year
Name change
„Leipzig“
800 1015 1165 1220 1232 1402 1459 1494 1507

More Related Content

What's hot

Integration of oreChem with the eCrystals repository for crystal structures
Integration of oreChem with the eCrystals repository for crystal structuresIntegration of oreChem with the eCrystals repository for crystal structures
Integration of oreChem with the eCrystals repository for crystal structuresMark Borkum
 
Collaborative Ontology Evolution and Data Quality - An Empirical Analysis
Collaborative Ontology Evolution and Data Quality - An Empirical AnalysisCollaborative Ontology Evolution and Data Quality - An Empirical Analysis
Collaborative Ontology Evolution and Data Quality - An Empirical AnalysisNandana Mihindukulasooriya
 
From Scientific Workflows to Research Objects: Publication and Abstraction of...
From Scientific Workflows to Research Objects: Publication and Abstraction of...From Scientific Workflows to Research Objects: Publication and Abstraction of...
From Scientific Workflows to Research Objects: Publication and Abstraction of...dgarijo
 
Semantic Technologies in ST&DL
Semantic Technologies in ST&DLSemantic Technologies in ST&DL
Semantic Technologies in ST&DLAndrea Nuzzolese
 

What's hot (9)

SMART Protocols in LISC-2014
SMART Protocols in LISC-2014 SMART Protocols in LISC-2014
SMART Protocols in LISC-2014
 
Integration of oreChem with the eCrystals repository for crystal structures
Integration of oreChem with the eCrystals repository for crystal structuresIntegration of oreChem with the eCrystals repository for crystal structures
Integration of oreChem with the eCrystals repository for crystal structures
 
Collaborative Ontology Evolution and Data Quality - An Empirical Analysis
Collaborative Ontology Evolution and Data Quality - An Empirical AnalysisCollaborative Ontology Evolution and Data Quality - An Empirical Analysis
Collaborative Ontology Evolution and Data Quality - An Empirical Analysis
 
From Scientific Workflows to Research Objects: Publication and Abstraction of...
From Scientific Workflows to Research Objects: Publication and Abstraction of...From Scientific Workflows to Research Objects: Publication and Abstraction of...
From Scientific Workflows to Research Objects: Publication and Abstraction of...
 
ChemSpider – disseminating data and enabling an abundance of chemistry platforms
ChemSpider – disseminating data and enabling an abundance of chemistry platformsChemSpider – disseminating data and enabling an abundance of chemistry platforms
ChemSpider – disseminating data and enabling an abundance of chemistry platforms
 
Tackling Usability Challenges in Querying Massive, Ultra-heterogeneous Graphs
Tackling Usability Challenges in Querying Massive, Ultra-heterogeneous GraphsTackling Usability Challenges in Querying Massive, Ultra-heterogeneous Graphs
Tackling Usability Challenges in Querying Massive, Ultra-heterogeneous Graphs
 
Semantic Technologies in ST&DL
Semantic Technologies in ST&DLSemantic Technologies in ST&DL
Semantic Technologies in ST&DL
 
The US-EPA CompTox Chemicals Dashboard to support Non-Targeted Analysis
The US-EPA CompTox Chemicals Dashboard to support Non-Targeted AnalysisThe US-EPA CompTox Chemicals Dashboard to support Non-Targeted Analysis
The US-EPA CompTox Chemicals Dashboard to support Non-Targeted Analysis
 
Royal society of chemistry activities to develop a data repository for chemis...
Royal society of chemistry activities to develop a data repository for chemis...Royal society of chemistry activities to develop a data repository for chemis...
Royal society of chemistry activities to develop a data repository for chemis...
 

Viewers also liked

How to Tweak or Test Your Facebook Ads to Find Out Which is More Effective to...
How to Tweak or Test Your Facebook Ads to Find Out Which is More Effective to...How to Tweak or Test Your Facebook Ads to Find Out Which is More Effective to...
How to Tweak or Test Your Facebook Ads to Find Out Which is More Effective to...Kevin Chavez
 
Analytical Report
Analytical ReportAnalytical Report
Analytical ReportZoe Zontou
 
five great tips for being successful in the art of programming.
 five great tips for being successful in the art of programming. five great tips for being successful in the art of programming.
five great tips for being successful in the art of programming.Jenny Jordan
 
Bridget Gillis Lippitt House PR Plan
Bridget Gillis Lippitt House PR PlanBridget Gillis Lippitt House PR Plan
Bridget Gillis Lippitt House PR PlanBridget Gillis
 
Perang tondano lengkap banget
Perang tondano lengkap bangetPerang tondano lengkap banget
Perang tondano lengkap bangetttanitaaprilia
 
Business mailing lists
Business mailing listsBusiness mailing lists
Business mailing listsAndrew Rayel
 
Khabai tech pitch deck
Khabai tech pitch deckKhabai tech pitch deck
Khabai tech pitch deckPrince Chauhan
 
Wind Turbine Final_2
Wind Turbine Final_2Wind Turbine Final_2
Wind Turbine Final_2Kwesi Koomson
 
How to Automatically Create and Share Content across Different Social Platfor...
How to Automatically Create and Share Content across Different Social Platfor...How to Automatically Create and Share Content across Different Social Platfor...
How to Automatically Create and Share Content across Different Social Platfor...Kevin Chavez
 
131669407 photoshop-mejorar-calidad-fotos-imagenes-baja-resolucion-26775-comp...
131669407 photoshop-mejorar-calidad-fotos-imagenes-baja-resolucion-26775-comp...131669407 photoshop-mejorar-calidad-fotos-imagenes-baja-resolucion-26775-comp...
131669407 photoshop-mejorar-calidad-fotos-imagenes-baja-resolucion-26775-comp...Darwin Valle
 
Mining industry mailing list (1)
Mining industry mailing list (1)Mining industry mailing list (1)
Mining industry mailing list (1)Andrew Rayel
 
Draft evaluation 6
Draft evaluation 6Draft evaluation 6
Draft evaluation 6Hannahmd3
 
Crossfit cumbayork2
Crossfit cumbayork2Crossfit cumbayork2
Crossfit cumbayork2jdlz21
 
Construction industry mailing lists
Construction industry mailing listsConstruction industry mailing lists
Construction industry mailing listsAndrew Rayel
 

Viewers also liked (15)

How to Tweak or Test Your Facebook Ads to Find Out Which is More Effective to...
How to Tweak or Test Your Facebook Ads to Find Out Which is More Effective to...How to Tweak or Test Your Facebook Ads to Find Out Which is More Effective to...
How to Tweak or Test Your Facebook Ads to Find Out Which is More Effective to...
 
Analytical Report
Analytical ReportAnalytical Report
Analytical Report
 
five great tips for being successful in the art of programming.
 five great tips for being successful in the art of programming. five great tips for being successful in the art of programming.
five great tips for being successful in the art of programming.
 
Bridget Gillis Lippitt House PR Plan
Bridget Gillis Lippitt House PR PlanBridget Gillis Lippitt House PR Plan
Bridget Gillis Lippitt House PR Plan
 
Perang tondano lengkap banget
Perang tondano lengkap bangetPerang tondano lengkap banget
Perang tondano lengkap banget
 
Business mailing lists
Business mailing listsBusiness mailing lists
Business mailing lists
 
Khabai tech pitch deck
Khabai tech pitch deckKhabai tech pitch deck
Khabai tech pitch deck
 
Wind Turbine Final_2
Wind Turbine Final_2Wind Turbine Final_2
Wind Turbine Final_2
 
How to Automatically Create and Share Content across Different Social Platfor...
How to Automatically Create and Share Content across Different Social Platfor...How to Automatically Create and Share Content across Different Social Platfor...
How to Automatically Create and Share Content across Different Social Platfor...
 
131669407 photoshop-mejorar-calidad-fotos-imagenes-baja-resolucion-26775-comp...
131669407 photoshop-mejorar-calidad-fotos-imagenes-baja-resolucion-26775-comp...131669407 photoshop-mejorar-calidad-fotos-imagenes-baja-resolucion-26775-comp...
131669407 photoshop-mejorar-calidad-fotos-imagenes-baja-resolucion-26775-comp...
 
Mining industry mailing list (1)
Mining industry mailing list (1)Mining industry mailing list (1)
Mining industry mailing list (1)
 
Draft evaluation 6
Draft evaluation 6Draft evaluation 6
Draft evaluation 6
 
Frank Macalik
Frank MacalikFrank Macalik
Frank Macalik
 
Crossfit cumbayork2
Crossfit cumbayork2Crossfit cumbayork2
Crossfit cumbayork2
 
Construction industry mailing lists
Construction industry mailing listsConstruction industry mailing lists
Construction industry mailing lists
 

Similar to EVOLUTION OF ONTOLOGY-BASED MAPPINGS

How can we har­ness the Human Brain Project to max­i­mize its future health a...
How can we har­ness the Human Brain Project to max­i­mize its future health a...How can we har­ness the Human Brain Project to max­i­mize its future health a...
How can we har­ness the Human Brain Project to max­i­mize its future health a...SharpBrains
 
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...Environmental Intelligence Lab
 
Molecular modelling for in silico drug discovery
Molecular modelling for in silico drug discoveryMolecular modelling for in silico drug discovery
Molecular modelling for in silico drug discoveryLee Larcombe
 
The Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologyThe Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologySnow Owl
 
BMI 201 - Investigating Term Reuse and Overlap in Biomedical Ontologies
BMI 201 - Investigating Term Reuse and Overlap in Biomedical OntologiesBMI 201 - Investigating Term Reuse and Overlap in Biomedical Ontologies
BMI 201 - Investigating Term Reuse and Overlap in Biomedical OntologiesMaulik Kamdar
 
Proteomics, Computational Immunology and Machine Learning - Bioinformatics Re...
Proteomics, Computational Immunology and Machine Learning - Bioinformatics Re...Proteomics, Computational Immunology and Machine Learning - Bioinformatics Re...
Proteomics, Computational Immunology and Machine Learning - Bioinformatics Re...Facultad de Informática UCM
 
SHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
SHS ASQ 2010 Conference Presentation: Hospital System Patient FlowSHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
SHS ASQ 2010 Conference Presentation: Hospital System Patient FlowAlexander Kolker
 
Omdi2021 Ontologies for (Materials) Science in the Digital Age
Omdi2021 Ontologies for (Materials) Science in the Digital AgeOmdi2021 Ontologies for (Materials) Science in the Digital Age
Omdi2021 Ontologies for (Materials) Science in the Digital Agepetermurrayrust
 
Presentation of ECOSTBio Action CM1305 at APC Keflavik (Iceland)
Presentation of ECOSTBio Action CM1305 at APC Keflavik (Iceland)Presentation of ECOSTBio Action CM1305 at APC Keflavik (Iceland)
Presentation of ECOSTBio Action CM1305 at APC Keflavik (Iceland)Marcel Swart
 
The role of annotation in reproducibility (Empirical 2014)
The role of annotation in reproducibility (Empirical 2014)The role of annotation in reproducibility (Empirical 2014)
The role of annotation in reproducibility (Empirical 2014)Oscar Corcho
 
Ontologies neo4j-graph-workshop-berlin
Ontologies neo4j-graph-workshop-berlinOntologies neo4j-graph-workshop-berlin
Ontologies neo4j-graph-workshop-berlinSimon Jupp
 
Hakimi asiabar, m. 2009: multi-objective genetic local search algorithm using...
Hakimi asiabar, m. 2009: multi-objective genetic local search algorithm using...Hakimi asiabar, m. 2009: multi-objective genetic local search algorithm using...
Hakimi asiabar, m. 2009: multi-objective genetic local search algorithm using...ArchiLab 7
 
Evolutionary Optimization Algorithms & Large-Scale Machine Learning
Evolutionary Optimization Algorithms & Large-Scale Machine LearningEvolutionary Optimization Algorithms & Large-Scale Machine Learning
Evolutionary Optimization Algorithms & Large-Scale Machine LearningUniversity of Maribor
 
Diagnostic hypothesis refinement in reproducible workflows for advanced medic...
Diagnostic hypothesis refinement in reproducible workflows for advanced medic...Diagnostic hypothesis refinement in reproducible workflows for advanced medic...
Diagnostic hypothesis refinement in reproducible workflows for advanced medic...Cezary Mazurek
 
2014 11-13-sbsm032-reproducible research
2014 11-13-sbsm032-reproducible research2014 11-13-sbsm032-reproducible research
2014 11-13-sbsm032-reproducible researchYannick Wurm
 
Introduction to Chainer Chemistry
Introduction to Chainer ChemistryIntroduction to Chainer Chemistry
Introduction to Chainer ChemistryPreferred Networks
 
Evolution of open chemical information
Evolution of open chemical informationEvolution of open chemical information
Evolution of open chemical informationValery Tkachenko
 

Similar to EVOLUTION OF ONTOLOGY-BASED MAPPINGS (20)

How can we har­ness the Human Brain Project to max­i­mize its future health a...
How can we har­ness the Human Brain Project to max­i­mize its future health a...How can we har­ness the Human Brain Project to max­i­mize its future health a...
How can we har­ness the Human Brain Project to max­i­mize its future health a...
 
BioSB meeting 2015
BioSB meeting 2015BioSB meeting 2015
BioSB meeting 2015
 
Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...Delivering The Benefits of Chemical-Biological Integration in Computational T...
Delivering The Benefits of Chemical-Biological Integration in Computational T...
 
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
Curses, tradeoffs, and scalable management: advancing evolutionary direct pol...
 
Molecular modelling for in silico drug discovery
Molecular modelling for in silico drug discoveryMolecular modelling for in silico drug discovery
Molecular modelling for in silico drug discovery
 
The Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to TerminologyThe Logical Model Designer - Binding Information Models to Terminology
The Logical Model Designer - Binding Information Models to Terminology
 
BMI 201 - Investigating Term Reuse and Overlap in Biomedical Ontologies
BMI 201 - Investigating Term Reuse and Overlap in Biomedical OntologiesBMI 201 - Investigating Term Reuse and Overlap in Biomedical Ontologies
BMI 201 - Investigating Term Reuse and Overlap in Biomedical Ontologies
 
Proteomics, Computational Immunology and Machine Learning - Bioinformatics Re...
Proteomics, Computational Immunology and Machine Learning - Bioinformatics Re...Proteomics, Computational Immunology and Machine Learning - Bioinformatics Re...
Proteomics, Computational Immunology and Machine Learning - Bioinformatics Re...
 
Introduction to Genetic Algorithms
Introduction to Genetic AlgorithmsIntroduction to Genetic Algorithms
Introduction to Genetic Algorithms
 
SHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
SHS ASQ 2010 Conference Presentation: Hospital System Patient FlowSHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
SHS ASQ 2010 Conference Presentation: Hospital System Patient Flow
 
Omdi2021 Ontologies for (Materials) Science in the Digital Age
Omdi2021 Ontologies for (Materials) Science in the Digital AgeOmdi2021 Ontologies for (Materials) Science in the Digital Age
Omdi2021 Ontologies for (Materials) Science in the Digital Age
 
Presentation of ECOSTBio Action CM1305 at APC Keflavik (Iceland)
Presentation of ECOSTBio Action CM1305 at APC Keflavik (Iceland)Presentation of ECOSTBio Action CM1305 at APC Keflavik (Iceland)
Presentation of ECOSTBio Action CM1305 at APC Keflavik (Iceland)
 
The role of annotation in reproducibility (Empirical 2014)
The role of annotation in reproducibility (Empirical 2014)The role of annotation in reproducibility (Empirical 2014)
The role of annotation in reproducibility (Empirical 2014)
 
Ontologies neo4j-graph-workshop-berlin
Ontologies neo4j-graph-workshop-berlinOntologies neo4j-graph-workshop-berlin
Ontologies neo4j-graph-workshop-berlin
 
Hakimi asiabar, m. 2009: multi-objective genetic local search algorithm using...
Hakimi asiabar, m. 2009: multi-objective genetic local search algorithm using...Hakimi asiabar, m. 2009: multi-objective genetic local search algorithm using...
Hakimi asiabar, m. 2009: multi-objective genetic local search algorithm using...
 
Evolutionary Optimization Algorithms & Large-Scale Machine Learning
Evolutionary Optimization Algorithms & Large-Scale Machine LearningEvolutionary Optimization Algorithms & Large-Scale Machine Learning
Evolutionary Optimization Algorithms & Large-Scale Machine Learning
 
Diagnostic hypothesis refinement in reproducible workflows for advanced medic...
Diagnostic hypothesis refinement in reproducible workflows for advanced medic...Diagnostic hypothesis refinement in reproducible workflows for advanced medic...
Diagnostic hypothesis refinement in reproducible workflows for advanced medic...
 
2014 11-13-sbsm032-reproducible research
2014 11-13-sbsm032-reproducible research2014 11-13-sbsm032-reproducible research
2014 11-13-sbsm032-reproducible research
 
Introduction to Chainer Chemistry
Introduction to Chainer ChemistryIntroduction to Chainer Chemistry
Introduction to Chainer Chemistry
 
Evolution of open chemical information
Evolution of open chemical informationEvolution of open chemical information
Evolution of open chemical information
 

Recently uploaded

Davis plaque method.pptx recombinant DNA technology
Davis plaque method.pptx recombinant DNA technologyDavis plaque method.pptx recombinant DNA technology
Davis plaque method.pptx recombinant DNA technologycaarthichand2003
 
Pests of soyabean_Binomics_IdentificationDr.UPR.pdf
Pests of soyabean_Binomics_IdentificationDr.UPR.pdfPests of soyabean_Binomics_IdentificationDr.UPR.pdf
Pests of soyabean_Binomics_IdentificationDr.UPR.pdfPirithiRaju
 
Oxo-Acids of Halogens and their Salts.pptx
Oxo-Acids of Halogens and their Salts.pptxOxo-Acids of Halogens and their Salts.pptx
Oxo-Acids of Halogens and their Salts.pptxfarhanvvdk
 
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdf
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdfPests of Blackgram, greengram, cowpea_Dr.UPR.pdf
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdfPirithiRaju
 
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingBase editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingNetHelix
 
Gas-ExchangeS-in-Plants-and-Animals.pptx
Gas-ExchangeS-in-Plants-and-Animals.pptxGas-ExchangeS-in-Plants-and-Animals.pptx
Gas-ExchangeS-in-Plants-and-Animals.pptxGiovaniTrinidad
 
Citronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayCitronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayupadhyaymani499
 
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptxGENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptxRitchAndruAgustin
 
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书zdzoqco
 
bonjourmadame.tumblr.com bhaskar's girls
bonjourmadame.tumblr.com bhaskar's girlsbonjourmadame.tumblr.com bhaskar's girls
bonjourmadame.tumblr.com bhaskar's girlshansessene
 
Observational constraints on mergers creating magnetism in massive stars
Observational constraints on mergers creating magnetism in massive starsObservational constraints on mergers creating magnetism in massive stars
Observational constraints on mergers creating magnetism in massive starsSérgio Sacani
 
User Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationUser Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationColumbia Weather Systems
 
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2AuEnriquezLontok
 
Pests of Bengal gram_Identification_Dr.UPR.pdf
Pests of Bengal gram_Identification_Dr.UPR.pdfPests of Bengal gram_Identification_Dr.UPR.pdf
Pests of Bengal gram_Identification_Dr.UPR.pdfPirithiRaju
 
Four Spheres of the Earth Presentation.ppt
Four Spheres of the Earth Presentation.pptFour Spheres of the Earth Presentation.ppt
Four Spheres of the Earth Presentation.pptJoemSTuliba
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 GenuineCall Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuinethapagita
 
User Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationUser Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationColumbia Weather Systems
 
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...Universidade Federal de Sergipe - UFS
 

Recently uploaded (20)

Davis plaque method.pptx recombinant DNA technology
Davis plaque method.pptx recombinant DNA technologyDavis plaque method.pptx recombinant DNA technology
Davis plaque method.pptx recombinant DNA technology
 
Pests of soyabean_Binomics_IdentificationDr.UPR.pdf
Pests of soyabean_Binomics_IdentificationDr.UPR.pdfPests of soyabean_Binomics_IdentificationDr.UPR.pdf
Pests of soyabean_Binomics_IdentificationDr.UPR.pdf
 
Oxo-Acids of Halogens and their Salts.pptx
Oxo-Acids of Halogens and their Salts.pptxOxo-Acids of Halogens and their Salts.pptx
Oxo-Acids of Halogens and their Salts.pptx
 
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdf
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdfPests of Blackgram, greengram, cowpea_Dr.UPR.pdf
Pests of Blackgram, greengram, cowpea_Dr.UPR.pdf
 
Interferons.pptx.
Interferons.pptx.Interferons.pptx.
Interferons.pptx.
 
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editingBase editing, prime editing, Cas13 & RNA editing and organelle base editing
Base editing, prime editing, Cas13 & RNA editing and organelle base editing
 
Gas-ExchangeS-in-Plants-and-Animals.pptx
Gas-ExchangeS-in-Plants-and-Animals.pptxGas-ExchangeS-in-Plants-and-Animals.pptx
Gas-ExchangeS-in-Plants-and-Animals.pptx
 
Citronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyayCitronella presentation SlideShare mani upadhyay
Citronella presentation SlideShare mani upadhyay
 
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptxGENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
GENERAL PHYSICS 2 REFRACTION OF LIGHT SENIOR HIGH SCHOOL GENPHYS2.pptx
 
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
办理麦克马斯特大学毕业证成绩单|购买加拿大文凭证书
 
bonjourmadame.tumblr.com bhaskar's girls
bonjourmadame.tumblr.com bhaskar's girlsbonjourmadame.tumblr.com bhaskar's girls
bonjourmadame.tumblr.com bhaskar's girls
 
Observational constraints on mergers creating magnetism in massive stars
Observational constraints on mergers creating magnetism in massive starsObservational constraints on mergers creating magnetism in massive stars
Observational constraints on mergers creating magnetism in massive stars
 
User Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationUser Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather Station
 
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
LESSON PLAN IN SCIENCE GRADE 4 WEEK 1 DAY 2
 
Pests of Bengal gram_Identification_Dr.UPR.pdf
Pests of Bengal gram_Identification_Dr.UPR.pdfPests of Bengal gram_Identification_Dr.UPR.pdf
Pests of Bengal gram_Identification_Dr.UPR.pdf
 
Four Spheres of the Earth Presentation.ppt
Four Spheres of the Earth Presentation.pptFour Spheres of the Earth Presentation.ppt
Four Spheres of the Earth Presentation.ppt
 
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
User Guide: Pulsar™ Weather Station (Columbia Weather Systems)
 
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 GenuineCall Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
Call Girls in Majnu Ka Tilla Delhi 🔝9711014705🔝 Genuine
 
User Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationUser Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather Station
 
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
 

EVOLUTION OF ONTOLOGY-BASED MAPPINGS

  • 1. 1 EVOLUTION OF ONTOLOGY-BASED MAPPINGS Anika Groß, Database Group ALIGNED project meeting, Dec 3rd 2015
  • 2. 2 • Introduction • GOMMA • COnto-Diff • Evolution of • Ontology mappings • Annotation mappings • ELISA project AGENDA
  • 3. 3 • Structured representation of knowledge • Very large ontologies in biomedical domain ONTOLOGIES Anatomy Molecular biology ChemistryMedicine Tissue Anatomic Structure, System, or Substance Organ Lung SkinKidney … …
  • 4. 4 P10646 (TFPI1_HUMAN) GO:0007596 (blood coagulation) is involved in • Standardized semantic description of object properties ONTOLOGY-BASED ANNOTATIONS Genes, proteins, … PublicationsElectronic health records
  • 5. 5 P10646 (TFPI1_HUMAN) GO:0007596 (blood coagulation) • Standardized semantic description of object properties ONTOLOGY-BASED ANNOTATIONS Gene Ontology Ensembl Annotation Mapping Ensembl ID GO ID ENSP00000344151 GO:0015808 (L-alanine transport) ENSP00000230480 GO:0005615 (extracellular space) ENSP00000352999 GO:0006915 (apoptosis) Genes, proteins, … PublicationsElectronic health records • Applications: • Semantic search, navigation … • Functional analysis: identification of significant characteristics of specific gene/proteins groups
  • 6. 6 • Overlapping ontologies → creation of mappings/alignments • Useful for data integration, analysis across sources … • Ontology mapping: set of semantic correspondences between concepts of different ontologies ONTOLOGY MAPPINGS 𝑶𝟐 tail head neck limbs limb segments body 𝑶𝟏 head lower extremities limbs upper extremities body neck trunk tail = = = = < < = 𝑶𝑴 𝑶𝟏,𝑶𝟐 • Manual or semi- automatic identification (matching)
  • 7. 7 • Ontologies are not static! • Research, new knowledge  continuous changes • Release of new versions • Ontology changes EVOLUTION OF ONTOLOGY-BASED MAPPINGS 𝑶𝟏 0 𝑶𝟐 𝑶𝑴 𝑶𝟏,𝑶𝟐
  • 8. 8 How can I determine changes between ontology versions? Does evolution impact annotations and analysis results? How can I migrate existing mappings to currently valid ontology versions? Impact of ontology evolution on dependent mappings and applications How does ontology evolution influence ontology mappings?
  • 9. 9 • Introduction • GOMMA • COnto-Diff • Evolution of • Ontology mappings • Annotation mappings • ELISA project AGENDA
  • 10. 10 • GENERIC ONTOLOGY MATCHING AND MAPPING MANAGEMENT • Generic infrastructure to manage and analyze evolution of ontologies and mappings • CODEX (Complex Ontology Diff Explorer) • www.izbi.de/codex • REX (Region Evolution Explorer) • http://www.izbi.de/rex GOMMA
  • 11. 11 • Basic changes (add, del, update) are often not sufficient • Large ontologies → need compact diff • Different modeling of changes (e.g. obsolete) • Aim: determine an expressive, complete, invertible diff evolution mapping between given versions of an ontology • Rule-based approach • Input: match mapping between two ontology versions 𝑂 𝑜𝑙𝑑, 𝑂 𝑛𝑒𝑤 • Output: Diff Evolution Mapping 𝑑𝑖𝑓𝑓(𝑂 𝑜𝑙𝑑, 𝑂 𝑛𝑒𝑤) • Set of basic and complex change operations for concepts and properties (relationships + concept attributes) addC, addR, … delC, delR, toObsolete, … split, merge, substitute, … CONTODIFF (COMPLEX ONTOLOGY DIFF) Hartung, Groß, Rahm: COnto-Diff: Generation of Complex Evolution Mappings for Life Science Ontologies. Journal of Biomedical Informatics 46 (1): 15-32, 2013.
  • 12. 12 CONTO-DIFF OVERVIEW Match Ontology version Oold Ontology version Onew Working repository Match System • Single Matchers • Match Workflows • Set Operators diffcompact (Oold,Onew) COG (Change Operation Generating) Rule library Rules (b-COG, c-COG, a-COG Background Knowledge BK match (Oold,Onew) Basic Change Detection Complex Change Detection Aggregation Ruled-based Change Detection diffbasic (Oold,Onew)
  • 13. 13 • Input: Evolution mapping diffbasic(Oold, Onew), rule set Rc-COG • Output: diff(Oold,Onew) • Example: merge-rule COMPLEX CHANGE DETECTION - EXAMPLE e d c a b a,bOold  cOnew  ab  mapC(a,c)  mapC(b,c)  ∄ d(dOnew  mapC(a,d)  cd)  ∄ e(eOnew  mapC(b,e)  ce) → create[merge({a},c), merge({b},c)], eliminate[mapC(a,c), mapC(b,c)] • Apply further rules to recursively aggregate and create complex change operations • merge({a,b},c)
  • 14. 14 • Introduction • GOMMA • COnto-Diff • Evolution of • Ontology mappings • Annotation mappings • ELISA project AGENDA
  • 15. 15 • Mappings can become invalid → need to be updated • Reuse existing mappings (avoid full re-determination) MAPPING ADAPTATION 𝑶𝟏′ 𝑶𝟐′ 𝑶𝟏 𝑶𝟐 𝑂𝑀 𝑂1,𝑂2 𝑂𝑀 𝑂1′ ,𝑂2′ ? Groß, Dos Reis, Hartung, Pruski, Rahm: Semi-automatic adaptation of mappings between life science ontologies. DILS, 2013. Anforderungen: • Hohe Mappingqualität • Mappingkonsistenz • Einbeziehen neuer Konzepte • Reduzierung des manuellen Aufwands, Involvierung von Nutzern • Unterstützung von semantischen Mappings 𝒅𝒊𝒇𝒇 𝑶𝟏, 𝑶𝟏′ 𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′ 𝑶𝟏 𝑶𝟐 𝑶𝑴 𝑶𝟏′ ,𝑶𝟐′ DiffAdapt DiffAdapt 𝑂𝑀 𝑂1,𝑂2 Diff-based Adaptierung (DA) 𝑶𝟏′ 𝑶𝟐′
  • 16. 16 • Modular, flexible adaptation approach • Individual migration for different change operations using Change Handler 𝐶𝐻 • Reuse and adaptation of existing correspondences DIFF-BASED ADAPTATION OF ONTOLOGY MAPPINGS
  • 17. 17 DIFF-BASED ADAPTATION OF ONTOLOGY MAPPINGS tail head neck limbs lower extremities limb segments limbs upper extremities body neck body 𝑶𝟏 𝑶𝟐 trunk limbs head and neck body 𝑶𝟐‘ lower limbs upper limbs trunk = > = = = = = = < < > < < tail head 𝑶𝑴 𝑶𝟏,𝑶𝟐 𝑶𝑴 𝑶𝟐,𝑶𝟐′
  • 18. 18 DIFF-BASED ADAPTATION OF ONTOLOGY MAPPINGS tail head neck limbs lower extremities limb segments limbs upper extremities body neck body 𝑶𝟏 𝑶𝟐 trunk limbs head and neck body 𝑶𝟐‘ lower limbs upper limbs trunk = > = = = = = = < < > < < tail head 𝑶𝑴 𝑶𝟏,𝑶𝟐 𝑶𝑴 𝑶𝟐,𝑶𝟐′𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′ addC(trunk) delC(tail) split (limb segments, {lower limbs, upper limbs}) merge({head, neck}, head and neck)
  • 19. 19 DIFF-BASED ADAPTATION OF ONTOLOGY MAPPINGS DiffAdapt 𝑶𝑴 𝑶𝟐,𝑶𝟏, 𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′, 𝑶𝟐, 𝑶𝟐′, 𝑶𝟏, 𝑪𝑯 1. Determination of affected correspondences 𝑶𝑴𝒊𝒏𝒇𝒍 using 𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′ 2. Reuse of unaffected mapping part: 𝑂𝑀 𝑂2′,𝑂1← 𝑂𝑀 𝑂2,𝑂1 𝑂𝑀𝑖𝑛𝑓𝑙 3. For each 𝑐ℎ ∈ 𝐶𝐻 • Adaptation of 𝑂𝑀𝑖𝑛𝑓𝑙 using a change hander strategy (𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′, 𝑶𝟐, 𝑶𝟐′ , 𝑶𝟏) 4. Union of 𝑂𝑀𝑖𝑛𝑓𝑙 with unaffected mapping part: 𝑂𝑀 𝑂2′,𝑂1← 𝑂𝑀 𝑂2′,𝑂1 ∪ 𝑂𝑀𝑖𝑛𝑓𝑙 tail head neck limbs lower extremities limb segments limbs upper extremities body neck body 𝑶𝟏 𝑶𝟐 trunk limbs head and neck body 𝑶𝟐‘ lower limbs upper limbs trunk = > = = = = = = < < > < < tail head 𝑶𝑴 𝑶𝟏,𝑶𝟐 𝑶𝑴 𝑶𝟐,𝑶𝟐′𝒅𝒊𝒇𝒇 𝑶𝟐,𝑶𝟐′ 𝑶𝑴𝒊𝒏𝒇𝒍 Unaffected
  • 20. 20 𝑚𝑒𝑟𝑔𝑒 𝒉𝒆𝒂𝒅, 𝑛𝑒𝑐𝑘 , 𝒉𝒆𝒂𝒅 𝒂𝒏𝒅 𝒏𝒆𝒄𝒌 EXAMPLE - MERGE MergeHandler = <neckneck head and neck= headhead 𝑶𝟏 𝑶𝟐 𝑶𝟐‘ < head and neckhead 𝒉𝒂𝒏𝒅𝒍𝒆𝒅 <neck 𝒉𝒂𝒏𝒅𝒍𝒆𝒅head and neck < 𝑚𝑒𝑟𝑔𝑒({ℎ𝑒𝑎𝑑, 𝒏𝒆𝒄𝒌}, 𝒉𝒆𝒂𝒅 𝒂𝒏𝒅 𝒏𝒆𝒄𝒌)
  • 21. 21 Adaptation Strategy 1) Automatic detection of consistent mappings w.r.t. new ontology version 2) Recommendations for new correspondences → Aim: complete mapping 3) Expert validation of correspondence (𝑡𝑜𝑉𝑒𝑟𝑖𝑓𝑦 status) SEMI-AUTOMATIC MAPPING ADAPTATION  High mapping quality  Consistent mapping  New correspondences for new concepts  Reduction of manual effort  Consider mapping semantics
  • 22. 22 exp - Verified by experiment auth - Author statement auto - Automatically generated Ensembl ID GO ID v48 v49 v50 v51 v52 ENSP…344151 GO:0015808 exp exp exp exp exp Ensembl ID GO ID v48 v49 v50 v51 v52 ENSP…344151 GO:0015808 exp exp exp exp exp ENSP…230480 GO:0005615 auth auth exp auth auto ANNOTATION EVOLUTION ANALYSIS Groß, Hartung, Kirsten, Rahm: Estimating the Quality of Ontology-Based Annotations by Considering Evolutionary Changes. DILS, 2009. Ensembl ID GO ID v48 v49 v50 v51 v52 ENSP…344151 GO:0015808 exp exp exp exp exp ENSP…230480 GO:0005615 auth auth exp auth auto ENSP…352999 GO:0006915 exp - - - exp • 80% of additions in Ensembl: auto • Instabilities for auto and auth • Temporary deletions • Changing provenance information • Stable, manually verified, > 𝟏 𝟐 year? • 13% of Ensembl and 76% Swiss-Prot annotations • How do annotations change? • Quality + reliability of annotations? • Use provenance and stability information
  • 23. 23 ANNOTATIONSEVOLUTION 0 40000 80000 120000 160000 200000 240000 25 27 29 31 33 35 37 39 41 43 45 47 49 51 #annotations version man auto • 78% out of 265,000 annotations → automatically generated • growthauto = 4.6 • v40 – v42 many deletions Ensembl 2004-2008
  • 24. 24 • Introduction • GOMMA • COnto-Diff • Evolution of • Ontology mappings • Annotation mappings • ELISA project AGENDA
  • 25. 25 • Collaboration • Luxembourg Institute of Science and Technology (LIST) • University of Paris-Sud • Database Group, Universität Leipzig • Granted by German Research Foundation (DFG) and National Research Fund Luxembourg (FNR) • Motivation • Medical domain is highly dynamic • 50% of knowledge is renewed every 10 years • Content of ontologies follows the evolution of the domain • Modifications in ontologies must be propagated to ontology-based semantic annotations ELISA - EVOLUTION OF SEMANTIC ANNOTATIONS http://dbs.uni-leipzig.de/research/projects/evolution_of_ontologies_and_mappings/elisa
  • 26. 26 Objectives • Understand the quality of annotations through manual and automatic annotation processes • Identify and characterize ontology evolution • Exploit this information to define maintenance/migration algorithms for semantic annotations PROJECT OVERVIEW
  • 27. 27 • New annotation methods • Christen, Groß, Varghese, Dugas, Rahm: Annotating Medical Forms using UMLS. DILS 2015 • Use of COntoDiff+ further development • Development of new maintenance algorithms • Two real case applications • Annotations that serve to enrich patient data in the Luxembourgish national health platform • Annotation of case report forms (CRFs) used in clinical trial research … help companies and research projects in managing the ever- increasing quantity of their data PROJECT OVERVIEW (2)
  • 28. 28 Adaptation of semantic mappings • Semantic enrichment of mappings and Diff (is-a, part-of, …) • Interactive tools for verification of correspondences and annotations Annotation Quality • Other studies* confirm instability of annotations and their impact • Sophisticated methods to assess quality →Can be used by algorithms / applications Evaluation of these methods in other domains, e.g. social sciences OUTLOOK * Groß, Hartung, Prüfer, Kelso, Rahm: Impact of Ontology Evolution on Functional Analyses. Bioinformatics, 2012. Gillis, Pavlidis: Assessing identity, redundancy and confounds in gene ontology annotation over time. Bioinformatics, 2013. Clarke, Loguercio, Good, Su: A task-based approach for Gene Ontology evaluation. Journal of Biomedical Semantics, 2013.