Defined versus Asserted Classes: Working with the OWL Ontologies. NIF Webinar February 9 th 2010

Size: px
Start display at page:

Download "Defined versus Asserted Classes: Working with the OWL Ontologies. NIF Webinar February 9 th 2010"

Transcription

1 Defined versus Asserted Classes: Working with the OWL Ontologies NIF Webinar February 9 th 2010

2 Outline NIFSTD ontologies in brief Multiple vs Single hierarchy of classes/ Asserted vs Inferred classes/primitive and Defined classes Simple inference example NIF s Neuron by neurotransmitter classification NIF s Neuron by Brain region classification Bridge files and modularity Searching Neurons through NIF s GWT search interface

3 NIFSTD Modules Fig.1: The semantic domains (in oval) covered in the NIFSTD with some of the subdomains (in rectangle). Each of the domains are covered by a separate OWL module Overview. Constructed based on the best practices closely followed by the Open Biomedical Ontologies (OBO) community Built in a modular fashion, covering orthogonal neuroscience domain e.g. anatomy, cell types, techniques etc. promotes easy extendibility Avoids duplication of efforts by conforming to standards that promote reuse Modules are standardized to the same upper level ontologies The Basic Formal Ontology (BFO), OBO Relations Ontology (OBO-RO), and the Ontology of Phenotypical Qualities (PATO)

4 Ontology Adopted to CS by AI community as explicit specification of conceptualization (T. Gruber) Organizing the concepts involved in a domain to a hierarchy and Precisely specifying how the concepts are interrelated with each other Explicit knowledge are asserted but implicit consequences should rely on reasoners

5 OWL-DL NIFTSD ontologies are represented in OWL-DL language Standard language defined by (W3C) Largely influenced by Description Logics Decidable fragment of First Order Logic Useful reasoning services from common reasoner such as Pallet, Racer Pro, Fact++ etc. Automatic Subsumption/ Classification Consistency checking Using a reasoner to classify the class hierarchy is a powerful feature of building an ontology using the OWL-DL

6 Asserted vs. Inferred classes NIFSTD chose single inheritance principle Class hierarchies are constructed as a simple tree Asserted hierarchy (manually created hierarchy) should have only one super class. It keeps the classes univocal and avoids ambiguity By asserted hierarchy we would mean a hierarchy that represents a universal facts in the BFO sense OBO foundry recommendation We are aware that there are cases where multiple parents are required. Example: the universal fact about Purkinje cell can be that it is a kind of Neuron. However, the same cell can have more specific views such as it s a GABAergic neuron or it s kind of a Cerebellum neuron. Single inheritance is often misunderstood to mean that you can only have a single parent Multiple parents can actually be derived/ inferred in a logical way Rely on automated reasoning to compute and maintain multiple inheritence

7 Asserted vs. Inferred classes Reasoners can keep the hierarchies in a maintainable and logically correct state Provides a logical and intuitive reason as to how a class X may exist in multiple/different hierarchies Saves a great deal of manual labor Minimizes human errors as well Keeps the ontology in a maintainable and modular state Promotes the reuse of the ontology by other ontologies and applications

8 Primitive and Defined Classes Primitive classes Has a set of necessary conditions Defined classes Has a set of necessary and sufficient restrictions; defined by equivalent statement in OWL. Automated classification is possible on defined classes through reasoners

9 DL Reasoning Example Defined Classes Woman Person hasgender. Female Mother Parent haschild. Person hasgenderfemale. Parent Person haschild. Person Relations/ Properties: haschild (Person, Person) hasgender (Person, Gender) Parent Person haschild. Person [ FOL : Parent ( x) Person ( x) y( haschild ( x, y) Person ( y))] 9

10 DL Reasoning Example 10

11 NIF s Neuron Classifications List of NIF neurons in NeuroLex (wiki version of NIFSTD) We wanted to classify the neurons based on their Neurotransmitter and also based on their soma location in different brain regions Neuron by Neurotransmitter Neuron by region

12 Bridge files NIFSTD NIF-Cell NIF- Subcellular NIF- Anatomy NIF- Molecule NIF-Neuron-BrainRegion-Bridge.owl NIF-Neuron-NT-Bridge.owl Cross-module relations among classes are assigned in a separate bridging module. Allows different users to assert their own restrictions in a different bridge file without worrying about NIF-specific view of the restriction on core modules.

13 Neuron by Neurotransmitter Classification Based on NeuroLex wiki contributions by NIF cell working group, a bridge file has been constructed between NIF-Cell and NIF- Molecule Assigned relation between a neuron and its neurotransmitter Defined classes to generate an inferred classifications of Neurons by their neurotransmitters (e.g., GABAergic neurons, Glutamatergic neurons etc.) Currently using a macro relation called has_neurotransmitter. This relation will be further defined in terms of other obo relations to associate other intermediate concepts Ex: x has_neurotransmitter y <=> x has_disposition some (realized_as some (GO:synaptic_transmission and has_participant some (y and has_role neurotransmitter_role))); [As proposed by Chris Mungall] Bridge file location: Bridge.owl

14 Neuron by Brain Region Classification We ve created another bridge file based on NeuroLex contributions Assigns relations between a neuron and its soma location in different brain regions Defined Neurons based on their brain region, e.g., Hippocampal neuron, Cerebellum neuron, Neocortical neuron etc. We have a macro relation has_soma_location and corresponding actual relation: x has_soma_location y <=> neuron_type_x has_part some ('somatic portion' and (part_of some brain_region_y)); Location of the Bridge file: Neuron-BrainRegion-Bridge.owl

15 Example Neurons with Necessary Restrictions

16 Defined Neuron Classes Example

17 Demos in Protégé

18 Neurons through NIF GWT

19 Acknowledgement NIF-Cell working group: Giorgio Ascoli, Gordon Shepherd, Sridevi Polavar, Stephen Larson, MaryAnn Martone

Brief introduction to NeuroLex. Stephen D. Larson NeuroML 3 rd Annual Workshop London - 3/31/11

Brief introduction to NeuroLex. Stephen D. Larson NeuroML 3 rd Annual Workshop London - 3/31/11 Brief introduction to NeuroLex Stephen D. Larson NeuroML 3 rd Annual Workshop London - 3/31/11 Overview Brief introduction to linked data Value of ontologies for neuroscience Neuroscience information framework:

More information

Ontologies for the Study of Neurological Disease

Ontologies for the Study of Neurological Disease Alexander P. Cox 1, Mark Jensen 1, William Duncan 1, Bianca Weinstock-Guttman 3, Kinga Szigiti 3, Alan Ruttenberg 2, Barry Smith 1 and Alexander D. Diehl 3* 1 Department of Philosophy, University at Buffalo,

More information

Using an Integrated Ontology and Information Model for Querying and Reasoning about Phenotypes: The Case of Autism

Using an Integrated Ontology and Information Model for Querying and Reasoning about Phenotypes: The Case of Autism Using an Integrated Ontology and Information Model for Querying and Reasoning about Phenotypes: The Case of Autism Samson W. Tu, MS, Lakshika Tennakoon, RMP, MSC, MPhil, Martin O'Connor, MS, Ravi Shankar,

More information

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest

Foundations of AI. 10. Knowledge Representation: Modeling with Logic. Concepts, Actions, Time, & All the Rest Foundations of AI 10. Knowledge Representation: Modeling with Logic Concepts, Actions, Time, & All the Rest Wolfram Burgard, Andreas Karwath, Bernhard Nebel, and Martin Riedmiller 10/1 Contents Knowledge

More information

Ontology Design Patterns and Abstractions in Ontology Integration

Ontology Design Patterns and Abstractions in Ontology Integration Ontology Design Patterns and Abstractions in Ontology Integration Hackathon Report Ontology Summit 2014 MikeBennett 1, GaryBergCross 2 29 April 2014 1 EDM Council 2 NSF INTEROP Project Participants The

More information

What Is A Knowledge Representation? Lecture 13

What Is A Knowledge Representation? Lecture 13 What Is A Knowledge Representation? 6.871 - Lecture 13 Outline What Is A Representation? Five Roles What Should A Representation Be? What Consequences Does This View Have For Research And Practice? One

More information

Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach

Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach Building a Diseases Symptoms Ontology for Medical Diagnosis: An Integrative Approach Osama Mohammed, Rachid Benlamri and Simon Fong* Department of Software Engineering, Lakehead University, Ontario, Canada

More information

The Cognitive Paradigm Ontology: Design and Application

The Cognitive Paradigm Ontology: Design and Application Neuroinform (2012) 10:57 66 DOI 10.1007/s12021-011-9126-x ORIGINAL ARTICLE The Cognitive Paradigm Ontology: Design and Application Jessica A. Turner & Angela R. Laird Published online: 4 June 2011 # Springer

More information

Representation of Part-Whole Relationships in SNOMED CT

Representation of Part-Whole Relationships in SNOMED CT Representation of Part-Whole Relationships in SNOMED CT A. Patrice Seyed 1, Alan Rector 2, Uli Sattler 2, Bijan Parsia 2, and Robert Stevens 2 1 Department of Computer Science and Engineering, University

More information

Binding Ontologies and Coding Systems to Electronic Health Records and Message

Binding Ontologies and Coding Systems to Electronic Health Records and Message Binding Ontologies and Coding Systems to Electronic Health Records and Message Alan Rector 1, Rahil Qamar 1 & Tom Marley 2 1 University of Manchester 2 University of Salford with acknowledgements to the

More information

Influenza IDO. Influenza Ontology

Influenza IDO. Influenza Ontology Influenza IDO Status January 2010 Influenza Ontology Developers Melanie Courtot, BCCRC Joanne Luciano, Predictive Medicine, Inc. Lynn Schriml, Univ. Maryland Burke Squires, Influenza Research Database

More information

Infectious Disease Ontology

Infectious Disease Ontology Infectious Disease Ontology Lindsay G. Cowell, PhD Associate Professor Division of Biomedical Informatics Department of Clinical Sciences UT Southwestern Medical Center GOALS Coverage of the entire infectious

More information

Selecting a research method

Selecting a research method Selecting a research method Tomi Männistö 13.10.2005 Overview Theme Maturity of research (on a particular topic) and its reflection on appropriate method Validity level of research evidence Part I Story

More information

Research Scholar, Department of Computer Science and Engineering Man onmaniam Sundaranar University, Thirunelveli, Tamilnadu, India.

Research Scholar, Department of Computer Science and Engineering Man onmaniam Sundaranar University, Thirunelveli, Tamilnadu, India. DEVELOPMENT AND VALIDATION OF ONTOLOGY BASED KNOWLEDGE REPRESENTATION FOR BRAIN TUMOUR DIAGNOSIS AND TREATMENT 1 1 S. Senthilkumar, 2 G. Tholkapia Arasu 1 Research Scholar, Department of Computer Science

More information

Heiner Oberkampf. DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer. nat.)

Heiner Oberkampf. DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer. nat.) INTEGRATED REPRESENTATION OF CLINICAL DATA AND MEDICAL KNOWLEDGE AN ONTOLOGY-BASED APPROACH FOR THE RADIOLOGY DOMAIN Heiner Oberkampf DISSERTATION for the degree of Doctor of Natural Sciences (Dr. rer.

More information

Semantic Infrastructure for Automated Lipid Classification

Semantic Infrastructure for Automated Lipid Classification Semantic Infrastructure for Automated Lipid Classification Christopher J.O. Baker University of New Brunswick, Canada bakerc@unb.ca AWOSS 10.2 Moncton, NB Nov 10th, 2010 Lipid Ontology: a history 2007

More information

Haitham Maarouf 1, María Taboada 1*, Hadriana Rodriguez 1, Manuel Arias 2, Ángel Sesar 2 and María Jesús Sobrido 3

Haitham Maarouf 1, María Taboada 1*, Hadriana Rodriguez 1, Manuel Arias 2, Ángel Sesar 2 and María Jesús Sobrido 3 Maarouf et al. BMC Medical Informatics and Decision Making (2017) 17:159 DOI 10.1186/s12911-017-0568-4 RESEARCH ARTICLE Open Access An ontology-aware integration of clinical models, terminologies and guidelines:

More information

Outline. BIONT Goals. Work so Far. Collaborative BIONT BIORDF use case. Next Steps

Outline. BIONT Goals. Work so Far. Collaborative BIONT BIORDF use case. Next Steps Outline BIONT Goals Work so Far Collaborative BIONT BIORDF use case Next Steps BIONT Goals Develop best practices around crucial questions related to creation and use of ontologies: What is an ontology?

More information

Representing mental functioning: Ontologies for mental health and disease

Representing mental functioning: Ontologies for mental health and disease Towards an Ontology of Mental Functioning, Third International Conference on Biomedical Ontology, Graz, July 22, 2012 Representing mental functioning: Ontologies for mental health and disease Janna Hastings

More information

An Interactive Modeling Environment for Systems Biology of Aging

An Interactive Modeling Environment for Systems Biology of Aging An Interactive Modeling Environment for Systems Biology of Aging Pat Langley Computer Science and Engineering Arizona State University Tempe, Arizona Thanks to D. Bidaye, J. Difzac, J. Furber, S. Kim,

More information

The Need for Research Maps to Navigate Published Work and Inform Experiment Planning

The Need for Research Maps to Navigate Published Work and Inform Experiment Planning The Need for Research Maps to Navigate Published Work and Inform Experiment Planning Anthony Landreth 1 and Alcino J. Silva 1, * 1 Departments of Neurobiology, Psychiatry, and Psychology, Integrative Center

More information

AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS

AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS AN ONTOLOGICAL APPROACH TO REPRESENTING AND REASONING WITH TEMPORAL CONSTRAINTS IN CLINICAL TRIAL PROTOCOLS Ravi D. Shankar, Susana B. Martins, Martin J. O Connor and Amar K. Das Stanford Medical Informatics,

More information

ORC: an Ontology Reasoning Component for Diabetes

ORC: an Ontology Reasoning Component for Diabetes ORC: an Ontology Reasoning Component for Diabetes Özgür Kafalı 1, Michal Sindlar 2, Tom van der Weide 2 and Kostas Stathis 1 1 Department of Computer Science Royal Holloway, University of London, UK {ozgur.kafali,kostas.stathis}@rhul.ac.uk

More information

Opposition principles and Antonyms in Medical Terminological Systems: Structuring Diseases Description with Explicit Existential Quantification

Opposition principles and Antonyms in Medical Terminological Systems: Structuring Diseases Description with Explicit Existential Quantification 1261 Opposition principles and Antonyms in Medical Terminological Systems: Structuring Diseases Description with Explicit Existential Quantification Christian Jacquelinet Agence de la Biomédecines, 1,

More information

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Peiqin Gu College of Computer Science, Zhejiang University, P.R.China gupeiqin@zju.edu.cn Abstract. Unlike Western Medicine, those

More information

A Visual Representation of Part-Whole Relationships in BFO-Conformant Ontologies

A Visual Representation of Part-Whole Relationships in BFO-Conformant Ontologies Preprint version of paper published in Recent Advances in Information Systems and Technologies (Advances in Intelligent Systems and Computing 569), 2017, 184-194. A Visual Representation of Part-Whole

More information

AMIA 2005 Symposium Proceedings Page - 166

AMIA 2005 Symposium Proceedings Page - 166 Two DL-based Methods for Auditing Medical Terminological Systems Ronald Cornet MSc, Ameen Abu-Hanna PhD Dept. of Medical Informatics, Academic Medical Center, University of Amsterdam Amsterdam, The Netherlands

More information

Research on Construction and SWRL Reasoning of Ontology of Maize Diseases

Research on Construction and SWRL Reasoning of Ontology of Maize Diseases Research on Construction and SWRL Reasoning of Ontology of Maize Diseases Li Ma, Helong Yu, Guifen Chen,Liying Cao,Yueling Zhao College of Information and Technology Science, Jilin Agricultural University,Chang

More information

The Cardiovascular Disease Ontology

The Cardiovascular Disease Ontology The Cardiovascular Disease Ontology Adrien BARTON a,b,1, Arnaud ROSIER c,d,1, Anita BURGUN e and Jean-François ETHIER e,1 a The Institute of Scientific and Industrial Research, Osaka University, Japan

More information

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS

Semantic Alignment between ICD-11 and SNOMED-CT. By Marcie Wright RHIA, CHDA, CCS Semantic Alignment between ICD-11 and SNOMED-CT By Marcie Wright RHIA, CHDA, CCS World Health Organization (WHO) owns and publishes the International Classification of Diseases (ICD) WHO was entrusted

More information

Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists. Data and Knowledge Representation Lecture 6

Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists. Data and Knowledge Representation Lecture 6 Harvard-MIT Division of Health Sciences and Technology HST.952: Computing for Biomedical Scientists Data and Knowledge Representation Lecture 6 Last Time We Talked About Medical Coding Systems UMLS Today

More information

A Reusable Framework for Health Counseling Dialogue Systems based on a Behavioral Medicine Ontology

A Reusable Framework for Health Counseling Dialogue Systems based on a Behavioral Medicine Ontology A Reusable Framework for Health Counseling Dialogue Systems based on a Behavioral Medicine Ontology Timothy W. Bickmore Assistant Professor, College of Computer and Information Science Northeastern University

More information

What Happened to Bob? Semantic Data Mining of Context Histories

What Happened to Bob? Semantic Data Mining of Context Histories What Happened to Bob? Semantic Data Mining of Context Histories Michael Wessel, Marko Luther, Ralf Möller Racer Systems DOCOMO Euro-Labs Uni Hamburg A mobile community service 1300+ users in 60+ countries

More information

Towards an Ontology for Representing Malignant Neoplasms

Towards an Ontology for Representing Malignant Neoplasms Towards an Ontology for Representing Malignant Neoplasms William D. Duncan 1,* Carmelo Gaudioso 2 and Alexander D. Diehl 3 1 Department of Biostatistics and Bioinformatics, Roswell Park Cancer Institute,

More information

Data driven Ontology Alignment. Nigam Shah

Data driven Ontology Alignment. Nigam Shah Data driven Ontology Alignment Nigam Shah nigam@stanford.edu What is Ontology Alignment? Alignment = the identification of near synonymy relationship b/w terms from different ontologies. Mapping = the

More information

Ontological Queries Supporting Decision Process in KaSeA System

Ontological Queries Supporting Decision Process in KaSeA System Ontological Queries Supporting Decision Process in KaSeA System Krzysztof GOCZYŁA, Aleksander WALOSZEK, Wojciech WALOSZEK, Teresa ZAWADZKA, Michał ZAWADZKI Gdańsk University of Technology, Faculty of Electronics,

More information

Authoring SNOMED CT Generic Authoring Principles. Penni Hernandez and Cathy Richardson Senior Terminologists

Authoring SNOMED CT Generic Authoring Principles. Penni Hernandez and Cathy Richardson Senior Terminologists Authoring SNOMED CT Generic Authoring Principles Penni Hernandez and Cathy Richardson Senior Terminologists Outline of Tutorial Welcome Examining a request What s been requested Does it belong in SNOMED

More information

ANXIETY A brief guide to the PROMIS Anxiety instruments:

ANXIETY A brief guide to the PROMIS Anxiety instruments: ANXIETY A brief guide to the PROMIS Anxiety instruments: ADULT PEDIATRIC PARENT PROXY PROMIS Pediatric Bank v1.0 Anxiety PROMIS Pediatric Short Form v1.0 - Anxiety 8a PROMIS Item Bank v1.0 Anxiety PROMIS

More information

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text

A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text A Simple Pipeline Application for Identifying and Negating SNOMED CT in Free Text Anthony Nguyen 1, Michael Lawley 1, David Hansen 1, Shoni Colquist 2 1 The Australian e-health Research Centre, CSIRO ICT

More information

International Journal of Software and Web Sciences (IJSWS)

International Journal of Software and Web Sciences (IJSWS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Programming with Goals (3)

Programming with Goals (3) Programming with Goals (3) M. Birna van Riemsdijk, TU Delft, The Netherlands GOAL slides adapted from MAS course slides by Hindriks 4/24/11 Delft University of Technology Challenge the future Outline GOAL:

More information

Exploiting deduction and abduction services for information retrieval. Ralf Moeller Hamburg University of Technology

Exploiting deduction and abduction services for information retrieval. Ralf Moeller Hamburg University of Technology Exploiting deduction and abduction services for information retrieval Ralf Moeller Hamburg University of Technology Seman&c Technologies: Data Descrip&ons Ontologies (specified in, e.g., OWL, UML) (aka

More information

8. Reviews. Dilbert. Review objectives Formal design reviews (FDRs) Peer reviews. Comparison of peer reviews methods Expert opinions

8. Reviews. Dilbert. Review objectives Formal design reviews (FDRs) Peer reviews. Comparison of peer reviews methods Expert opinions 8. Reviews Dilbert Review objectives Formal design reviews (FDRs) Peer reviews Inspections walkthroughs Comparison of peer reviews methods Expert opinions ppt by Galin, with major modifications by cah

More information

BeliefOWL: An Evidential Representation in OWL ontology

BeliefOWL: An Evidential Representation in OWL ontology BeliefOWL: An Evidential Representation in OWL ontology Amira Essaid essaid_amira@yahoo.fr Boutheina Ben Yaghlane boutheina.yaghlane@ihec.rnu.tn Higher Institute of Management of Tunis LARODEC Laboratory

More information

Temporal Knowledge Representation for Scheduling Tasks in Clinical Trial Protocols

Temporal Knowledge Representation for Scheduling Tasks in Clinical Trial Protocols Temporal Knowledge Representation for Scheduling Tasks in Clinical Trial Protocols Chunhua Weng, M.S., 1 Michael Kahn, M.D., Ph.D., 2 & John Gennari, Ph.D. 1 1 Biomedical and Health Informatics, University

More information

An Ontology-Based Approach for Computational Phenomics: Application to Autism Spectrum Disorder. Stanford Center for Biomedical Informatics Research

An Ontology-Based Approach for Computational Phenomics: Application to Autism Spectrum Disorder. Stanford Center for Biomedical Informatics Research An Ontology-Based Approach for Computational Phenomics: Application to Autism Spectrum Disorder Stanford Center for Biomedical Informatics Research Psychiatric Genetics Phenotyping Terminology Ontology

More information

Representing Process Variation by Means of a Process Family

Representing Process Variation by Means of a Process Family Representing Process Variation by Means of a Process Family Borislava I. Simidchieva, Leon J. Osterweil, Lori A. Clarke Laboratory for Advanced Software Engineering Research University of Massachusetts,

More information

Safe and Economic Re-Use of Ontologies: A Logic-Based Methodology and Tool Support

Safe and Economic Re-Use of Ontologies: A Logic-Based Methodology and Tool Support Safe and Economic Re-Use of Ontologies: A Logic-Based Methodology and Tool Support Ernesto Jiménez-Ruiz 1 Bernardo Cuenca Grau 2 Ulrike Sattler 3 Thomas Schneider 3 Rafael Berlanga 1 1 Computer Languages

More information

Knowledge Representation defined. Ontological Engineering. The upper ontology of the world. Knowledge Representation

Knowledge Representation defined. Ontological Engineering. The upper ontology of the world. Knowledge Representation 3 Knowledge Representation defined Knowledge Representation (Based on slides by Tom Lenaerts) Lars Bungum (Ph.D. stip.) Department of Computer & Information Science How to represent facts about the world

More information

APPROVAL SHEET. Uncertainty in Semantic Web. Doctor of Philosophy, 2005

APPROVAL SHEET. Uncertainty in Semantic Web. Doctor of Philosophy, 2005 APPROVAL SHEET Title of Dissertation: BayesOWL: A Probabilistic Framework for Uncertainty in Semantic Web Name of Candidate: Zhongli Ding Doctor of Philosophy, 2005 Dissertation and Abstract Approved:

More information

10/25/2018. Welcome TPCA Lead the Way with Advanced Care Management. Introductions

10/25/2018. Welcome TPCA Lead the Way with Advanced Care Management. Introductions Welcome TPCA Lead the Way with Advanced Care Management Introductions Let s get to know a little about each other! What emr do you use? NextGen, GE Centricity, ecw, Athena, Allscripts, emds, other: How

More information

ONTOLOGY. elearnig INITIATIVE PRAISE: Version number 1.0. Peer Review Network Applying Intelligence to Social Work Education

ONTOLOGY. elearnig INITIATIVE PRAISE: Version number 1.0. Peer Review Network Applying Intelligence to Social Work Education elearnig INITIATIVE PRAISE: Peer Review Network Applying Intelligence to Social Work Education Grant agreement number: 2003-4724 / 001-001 EDU - ELEARN ONTOLOGY Version number 1.0 30.10.2005 Executive

More information

Citation for published version (APA): Geus, A. F. D., & Rotterdam, E. P. (1992). Decision support in aneastehesia s.n.

Citation for published version (APA): Geus, A. F. D., & Rotterdam, E. P. (1992). Decision support in aneastehesia s.n. University of Groningen Decision support in aneastehesia Geus, Arian Fred de; Rotterdam, Ernest Peter IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to

More information

Memory: Computation, Genetics, Physiology, and Behavior. James L. McClelland Stanford University

Memory: Computation, Genetics, Physiology, and Behavior. James L. McClelland Stanford University Memory: Computation, Genetics, Physiology, and Behavior James L. McClelland Stanford University A Playwright s Take on Memory What interests me a great deal is the mistiness of the past Harold Pinter,

More information

Using the CEN/ISO Standard for Categorial Structure to Harmonise the Development of WHO International Terminologies

Using the CEN/ISO Standard for Categorial Structure to Harmonise the Development of WHO International Terminologies Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-255

More information

Cognition, ontologies and description logics

Cognition, ontologies and description logics Cognition, ontologies and description logics Technical Report kmi-14-03 March 2014 Paul Warren paul.warren@cantab.net 1 Abstract This report describes work undertaken and planned, the goal of which is

More information

An Evolutionary Approach to the Representation of Adverse Events

An Evolutionary Approach to the Representation of Adverse Events Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-537

More information

NIH Public Access Author Manuscript Stud Health Technol Inform. Author manuscript; available in PMC 2010 February 28.

NIH Public Access Author Manuscript Stud Health Technol Inform. Author manuscript; available in PMC 2010 February 28. NIH Public Access Author Manuscript Published in final edited form as: Stud Health Technol Inform. 2009 ; 150: 537 541. An Evolutionary Approach to the Representation of Adverse Events Werner Ceusters

More information

Weighted Ontology and Weighted Tree Similarity Algorithm for Diagnosing Diabetes Mellitus

Weighted Ontology and Weighted Tree Similarity Algorithm for Diagnosing Diabetes Mellitus 2013 International Conference on Computer, Control, Informatics and Its Applications Weighted Ontology and Weighted Tree Similarity Algorithm for Diagnosing Diabetes Mellitus Widhy Hayuhardhika Nugraha

More information

LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES

LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES Reactive Architectures LECTURE 5: REACTIVE AND HYBRID ARCHITECTURES An Introduction to MultiAgent Systems http://www.csc.liv.ac.uk/~mjw/pubs/imas There are many unsolved (some would say insoluble) problems

More information

Consciousness The final frontier!

Consciousness The final frontier! Consciousness The final frontier! How to Define it??? awareness perception - automatic and controlled memory - implicit and explicit ability to tell us about experiencing it attention. And the bottleneck

More information

Hoare Logic and Model Checking. LTL and CTL: a perspective. Learning outcomes. Model Checking Lecture 12: Loose ends

Hoare Logic and Model Checking. LTL and CTL: a perspective. Learning outcomes. Model Checking Lecture 12: Loose ends Learning outcomes Hoare Logic and Model Checking Model Checking Lecture 12: Loose ends Dominic Mulligan Based on previous slides by Alan Mycroft and Mike Gordon Programming, Logic, and Semantics Group

More information

OWL Ontology for Solar UV Exposure and Human Health

OWL Ontology for Solar UV Exposure and Human Health TMRF e-book Advances in Semantic Computing (Eds. Joshi, Boley & Akerkar), Vol. 2, pp 32 51, 2010 Chapter 3 OWL Ontology for Solar UV Exposure and Human Health Cambillau Mathieu, El-Shanta Eltaher, Purushotham

More information

An Ontology-based Application in Heart Electrophysiology: Representation, Reasoning and Visualization on the Web

An Ontology-based Application in Heart Electrophysiology: Representation, Reasoning and Visualization on the Web An Ontology-based Application in Heart Electrophysiology: Representation, Reasoning and Visualization on the Web Bernardo Gonçalves Veruska Zamborlini Giancarlo Guizzardi José G. Pereira Filho bgoncalves@inf.ufes.br

More information

Chapter 9. Tests, Procedures, and Diagnosis Codes The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 9. Tests, Procedures, and Diagnosis Codes The McGraw-Hill Companies, Inc. All rights reserved. Chapter 9 Tests, Procedures, and Diagnosis Codes Chapter 9 Content: Overview Ordering A Test SpringLabsTM & Reference Lab Results Managing and Charting Tests Creating A New Test Documenting and Activating

More information

Integrating an ontology for RDOC with existing biomedical ontologies

Integrating an ontology for RDOC with existing biomedical ontologies Integrating an ontology for RDOC with existing biomedical ontologies Mark Jensen 1,* and Alexander D. Diehl 1 1 Department of Biomedical Informatics, 77 Goodell Street, Suite 540, Buffalo, NY, USA ABSTRACT

More information

Clinical Evidence Framework for Bayesian Networks

Clinical Evidence Framework for Bayesian Networks Clinical Evidence Framework for Bayesian Networks Barbaros Yet 1, Zane B. Perkins 2, Nigel R.M. Tai 3, and D. William R. Marsh 1 1 School of Electronic Engineering and Computer Science, Queen Mary University

More information

OntoDiagram: Automatic Diagram Generation for Congenital Heart Defects in Pediatric Cardiology Kartik Vishwanath, B.S. 1, Venkatesh Viswanath, B.S. 1, William Drake, M.D. 2, Yugyung Lee, Ph.D. 1 1 School

More information

An explicit specification of a conceptualization

An explicit specification of a conceptualization What is an Ontology? An explicit specification of a conceptualization [Tom Gruber 1993] concepts properties and attributes of concepts constraints on properties and attributes individuals (often, but not

More information

A Descriptive Delta for Identifying Changes in SNOMED CT

A Descriptive Delta for Identifying Changes in SNOMED CT A Descriptive Delta for Identifying Changes in SNOMED CT Christopher Ochs, Yehoshua Perl, Gai Elhanan Department of Computer Science New Jersey Institute of Technology Newark, NJ, USA {cro3, perl, elhanan}@njit.edu

More information

A Description Logics Approach to Clinical Guidelines and Protocols

A Description Logics Approach to Clinical Guidelines and Protocols A Description Logics Approach to Clinical Guidelines and Protocols Stefan Schulz Department of Med. Informatics Freiburg University Hospital Germany Udo Hahn Text Knowledge Engineering Lab Freiburg University,

More information

An Ontology Ecosystem Approach to Electronic Health Record Interoperability. Barry Smith Ontology Summit April 7, 2016

An Ontology Ecosystem Approach to Electronic Health Record Interoperability. Barry Smith Ontology Summit April 7, 2016 An Ontology Ecosystem Approach to Electronic Health Record Interoperability Barry Smith Ontology Summit April 7, 2016 1 Electronic Health Records pro no more redundant tests continuity of care improved

More information

Deriving an Abstraction Network to Support Quality Assurance in OCRe

Deriving an Abstraction Network to Support Quality Assurance in OCRe Deriving an Abstraction Network to Support Quality Assurance in OCRe Christopher Ochs, MS 1, Ankur Agrawal, BE 1, Yehoshua Perl, PhD 1, Michael Halper, PhD 1, Samson W. Tu, MS 3, Simona Carini, MA 2, Ida

More information

2010 University of South Africa. All rights reserved. Printed and published by the University of South Africa Muckleneuk, Pretoria PYC1501/1/

2010 University of South Africa. All rights reserved. Printed and published by the University of South Africa Muckleneuk, Pretoria PYC1501/1/ 2010 University of South Africa All rights reserved Printed and published by the University of South Africa Muckleneuk, Pretoria PYC1501/1/2011 2012 98624660 InDesign WORKBOOK-Style Contents Study programme

More information

The Design of a Core Value Ontology Using Ontology Patterns

The Design of a Core Value Ontology Using Ontology Patterns The Design of a Core Value Ontology Using Ontology Patterns Frederik Gailly 1(&), Ben Roelens 1(&), and Giancarlo Guizzardi 2 1 Department of Business Informatics and Operations Management, Faculty of

More information

Foundations for a Realist Ontology of Mental Disease

Foundations for a Realist Ontology of Mental Disease Foundations for a Realist Ontology of Mental Disease Werner Ceusters 1,2 *, Barry Smith 1,3 * 1 Ontology Research Group, Center of Excellence in Bioinformatics and Life Sciences, 701 Ellicott street, Buffalo,

More information

What can Ontology Contribute to an Interdisciplinary Project?

What can Ontology Contribute to an Interdisciplinary Project? What can Ontology Contribute to an Interdisciplinary Project? Andrew U. Frank Geoinformation TU Vienna frank@geoinfo.tuwien.ac.at www.geoinfo.tuwien.ac.at Andrew Frank 1 My naïve view of archeology: How

More information

A Lexical-Ontological Resource forconsumerheathcare

A Lexical-Ontological Resource forconsumerheathcare A Lexical-Ontological Resource forconsumerheathcare Elena Cardillo FBK-IRST, Via Sommarive 18, 38123 Trento, Italy cardillo@fbk.eu Abstract. In Consumer Healthcare Informatics it is still difficult for

More information

Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management

Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management INTERNATIONAL STANDARD ISO 12052 Second edition 2017-08 Health informatics Digital imaging and communication in medicine (DICOM) including workflow and data management Informatique de santé Imagerie numérique

More information

Unintended consequences of existential quantifications in biomedical ontologies

Unintended consequences of existential quantifications in biomedical ontologies RESEARCH ARTICLE Unintended consequences of existential quantifications in biomedical ontologies Martin Boeker 1*, Ilinca Tudose 1, Janna Hastings 2, Daniel Schober 1 and Stefan Schulz 1,3 Open Access

More information

SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA)

SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA) SAMPLING ERROI~ IN THE INTEGRATED sysrem FOR SURVEY ANALYSIS (ISSA) Guillermo Rojas, Alfredo Aliaga, Macro International 8850 Stanford Boulevard Suite 4000, Columbia, MD 21045 I-INTRODUCTION. This paper

More information

An introduction to case finding and outcomes

An introduction to case finding and outcomes An introduction to case finding and outcomes Dr Harshana Liyanage Department of Clinical & Experimental Medicine University of Surrey Wednesday, 25 January 2017 1 Objectives Problems with routine data

More information

Automatic generation of MedDRA terms groupings using an ontology

Automatic generation of MedDRA terms groupings using an ontology Automatic generation of MedDRA terms groupings using an ontology Gunnar DECLERCK a,1, Cédric BOUSQUET a,b and Marie-Christine JAULENT a a INSERM, UMRS 872 EQ20, Université Paris Descartes, France. b Department

More information

A Content Model for the ICD-11 Revision

A Content Model for the ICD-11 Revision A Content Model for the ICD-11 Revision Samson W. Tu 1, Olivier Bodenreider 2, Can Çelik 3, Christopher G. Chute 4, Sam Heard 5, Robert Jakob 3, Guoquian Jiang 4, Sukil Kim 6, Eric Miller 7, Mark M. Musen

More information

Formal ontologies in biomedical knowledge representation

Formal ontologies in biomedical knowledge representation Formal ontologies in biomedical knowledge representation Stefan Schulz Institute for Medical Informatics, Statistics and Documentation, Medical University of Graz, Austria Institute of Medical Biometry

More information

Session 3: Dealing with Reverse Causality

Session 3: Dealing with Reverse Causality Principal, Developing Trade Consultants Ltd. ARTNeT Capacity Building Workshop for Trade Research: Gravity Modeling Thursday, August 26, 2010 Outline Introduction 1 Introduction Overview Endogeneity and

More information

When and Why to use a Classifier?

When and Why to use a Classifier? When and Why to use a Classifier? Alan Rector with acknowledgement to Jeremy Rogers, Pieter Zanstra,, & the GALEN Consortium Nick Drummond, Matthew Horridge, Hai Wang in CO-ODE/ ODE/HyOntUSE Information

More information

Neuroanatomical Domain of the Foundational Model of Anatomy Ontology

Neuroanatomical Domain of the Foundational Model of Anatomy Ontology Georgia State University ScholarWorks @ Georgia State University Neuroscience Institute Faculty Publications Neuroscience Institute 1-2014 Neuroanatomical Domain of the Foundational Model of Anatomy Ontology

More information

An Ontology-Based Electronic Medical Record for Chronic Disease Management

An Ontology-Based Electronic Medical Record for Chronic Disease Management An Ontology-Based Electronic Medical Record for Chronic Disease Management Ashraf Mohammed Iqbal, Michael Shepherd and Syed Sibte Raza Abidi Faculty of Computer Science Dalhousie University Halifax, NS,

More information

Design of a Goal Ontology for Medical Decision-Support

Design of a Goal Ontology for Medical Decision-Support Design of a Goal Ontology for Medical Decision-Support Davide Zacacagnini M.D Submitted to the Department of Health Sciences and Technology in Partial Fulfillment of the Requirement for the Degree of Masters

More information

Automated Annotation of Biomedical Text

Automated Annotation of Biomedical Text Automated Annotation of Biomedical Text Kevin Livingston, Ph.D. Postdoctoral Fellow Pharmacology Department, School of Medicine University of Colorado Anschutz Medical Campus Kevin.Livingston@ucdenver.edu

More information

Why Human-Centered Design Matters

Why Human-Centered Design Matters Reading Review: Article Why Human-Centered Design Matters -Dave Thomsen, Wanderful Media HUMAN CENTERED DESIGN a human-centered approach fuels the creation of products that resonate more deeply with an

More information

Towards Best Practices for Crowdsourcing Ontology Alignment Benchmarks

Towards Best Practices for Crowdsourcing Ontology Alignment Benchmarks Towards Best Practices for Crowdsourcing Ontology Alignment Benchmarks Reihaneh Amini, Michelle Cheatham, Pawel Grzebala, and Helena B. McCurdy Data Semantics Laboratory, Wright State University, Dayton,

More information

Inferencing in Artificial Intelligence and Computational Linguistics

Inferencing in Artificial Intelligence and Computational Linguistics Inferencing in Artificial Intelligence and Computational Linguistics (http://www.dfki.de/~horacek/infer-ai-cl.html) no classes on 28.5., 18.6., 25.6. 2-3 extra lectures will be scheduled Helmut Horacek

More information

Theory, Models, Variables

Theory, Models, Variables Theory, Models, Variables Y520 Strategies for Educational Inquiry 2-1 Three Meanings of Theory A set of interrelated conceptions or ideas that gives an account of intrinsic (aka, philosophical) values.

More information

Getting the Payoff With MDD. Proven Steps to Get Your Return on Investment

Getting the Payoff With MDD. Proven Steps to Get Your Return on Investment Getting the Payoff With MDD Proven Steps to Get Your Return on Investment version 1.4 6/18/11 Generate Results: Real Models, Real Code, Real Fast. www.pathfindersolns.com Welcome Systems development organizations

More information

An Ontology-Based Methodology for the Migration of Biomedical Terminologies to Electronic Health Records

An Ontology-Based Methodology for the Migration of Biomedical Terminologies to Electronic Health Records Proceedings of AMIA Symposium 2005, Washington DC, 704 708. PMC1560617 An Ontology-Based Methodology for the Migration of Biomedical Terminologies to Electronic Health Records Barry Smith, PhD a,b, Werner

More information

A Frequent Pattern Based Approach to Information Retrieval

A Frequent Pattern Based Approach to Information Retrieval A Frequent Pattern Based Approach to Information Retrieval Thesis submitted in partial fulfillment of the requirements for the award of degree of Master of Engineering in Computer Science and Engineering

More information

Study Endpoint Considerations: Final PRO Guidance and Beyond

Study Endpoint Considerations: Final PRO Guidance and Beyond Study Endpoint Considerations: Final PRO Guidance and Beyond Laurie Burke Associate Director for Study Endpoints and Labeling OND/CDER/FDA Presented at: FIRST ANNUAL PATIENT REPORTED OUTCOMES (PRO) CONSORTIUM

More information