Practical Reasoning in Probabilistic Description Logic

Total Page:16

File Type:pdf, Size:1020Kb

Practical Reasoning in Probabilistic Description Logic PRACTICAL REASONING IN PROBABILISTIC DESCRIPTION LOGIC A thesis submitted to the University of Manchester for the degree of Doctor of Philosophy in the Faculty of Engineering and Physical Sciences 2011 By Pavel Klinov School of Computer Science 2 Contents Abstract 9 Declaration 10 Copyright 11 Acknowledgments 12 1 Introduction 13 1.1 Description Logic and Ontologies . 13 1.1.1 Description Logic: From Semantic Nets to OWL 2 . 14 1.1.2 Ontologies at Work . 15 1.2 Uncertainty . 16 1.2.1 Uncertainty: Ubiquitous and Versatile . 16 1.2.2 Uncertainty vs. Vagueness . 18 1.3 P-SROIQ and Pronto Reasoner . 18 1.4 Objectives . 20 1.5 Thesis Structure . 20 2 Background and Related Work 22 2.1 Description Logic . 22 2.1.1 Syntax and Semantics . 22 2.1.2 Reasoning Problems and Complexity . 25 2.1.3 The Web Ontology Language . 26 2.2 Representation and Reasoning About Uncertainty . 26 2.2.1 Knowledge Based Model Construction . 27 2.2.2 Probabilistic Logics . 34 2.3 P-SROIQ: A Probabilistic Description Logic . 48 2.3.1 Syntax and Semantics . 48 2.3.2 Reasoning Problems . 51 2.3.3 Original Algorithms . 53 3 2.3.4 Note on Probabilistic Coherence . 57 2.4 Related Work . 58 2.4.1 Propositional PSAT Solvers . 59 2.4.2 NMPROBLOG and ContraBovemRufum . 61 3 Applications and Case Studies 62 3.1 Breast Cancer Risk Assessment Problem . 62 3.1.1 Risk Types and Assessment . 63 3.1.2 Existing Tools and Models . 65 3.1.3 The BCRA Problem and P-SROIQ ................ 66 3.2 Consistency of CADIAG-2 . 79 3.2.1 Background . 79 3.2.2 Probabilistic Formalization . 80 3.2.3 Diagnosis and Results . 82 3.3 Reasoning about Ontology Alignments . 87 3.3.1 Ontology Alignments . 88 3.3.2 Probabilistic Formalization . 89 3.3.3 Probabilistic vs. Classical Validation . 92 4 Understanding P-SROIQ 95 4.1 P-SROIQ as a Generalization of Propositional Probabilistic Logic . 95 4.1.1 Basic Translation . 95 4.1.2 Strength of Entailments . 97 4.2 P-SROIQ as a Fragment of First-Order Probabilistic Logic . 100 4.2.1 Translation of PTBoxes into FOPL . 100 4.2.2 Translation of PABoxes into FOPL . 103 4.3 Properties and Limitations of P-SROIQ ................. 106 4.3.1 Interpretation of Probabilistic Statements . 106 4.3.2 Representation of Statistics . 107 4.3.3 Representation of Beliefs . 109 4.3.4 Summary . 110 5 Algorithms for Practical Reasoning in P-SROIQ 112 5.1 The Probabilistic Satisfiability Algorithm . 112 5.1.1 Column Generation Basics . 113 5.1.2 Column Generation-Based PSAT Algorithm . 114 5.1.3 Possible World Generation . 116 5.1.4 Algorithm Analysis . 119 5.1.5 Main Optimizations . 122 4 5.1.6 Comparison with Propositional PSAT . 128 5.2 Analysis of Probabilistic Knowledge Bases . 130 5.2.1 Finding Minimal Unsatisfiable Subsets . 130 5.2.2 Finding Maximal Satisfiable Subsets . 136 5.3 Probabilistic Consistency Algorithms . 137 5.3.1 Optimized Original Algorithm . 137 5.3.2 Diagnosis-driven Algorithm . 139 5.4 Tight Lexicographic Entailment Algorithm . 142 6 Synthetic Performance Evaluation 147 6.1 Generic Evaluation Methodology . 148 6.1.1 Test Data Parameters . 148 6.1.2 Test Data Generation . 150 6.1.3 Performance Measures and Data Gathering . 155 6.2 Evaluation Environment . 156 6.3 Random Propositional Knowledge Bases . 156 6.3.1 Random Clauses . 157 6.3.2 Random Concept Hierarchies . 158 6.4 Random Bayesian Knowledge Bases . 160 6.4.1 Knowledge Base Generation . 162 6.4.2 Results . 163 6.5 Probabilistic Extensions of Real Ontologies . 164 6.5.1 Ontology Selection . 165 6.5.2 Results . 167 6.6 Summary of Results . 175 7 Application Performance Evaluation 177 7.1 Ontology Alignments Validation . 177 7.1.1 Experimental Setup . 178 7.1.2 Results and Discussion . 179 7.2 Analysis of CADIAG-2 . 181 7.2.1 Performance Metrics . 181 7.2.2 Finding Inconsistent Fragments . 182 7.2.3 Probabilistic Consistency Evaluation . 184 7.2.4 Lexicographic Entailment Evaluation . 186 8 Pronto: A Practical P-SROIQ Reasoner 190 8.1 Pronto Overview . 190 8.1.1 Knowledge Base Syntax . 190 5 8.1.2 Command Line Usage and API . 192 8.2 Architecture . 193 8.2.1 Linear Program Layer . 193 8.2.2 Monotonic Reasoning Layer . 194 8.2.3 Non-monotonic Reasoning Layer . 195 8.3 Configuring Pronto . 195 9 Conclusion 196 9.1 Summary of Contributions . 196 9.1.1 Practical Reasoning Algorithms and Evaluation . 196 9.1.2 Analysis of P-SROIQ ........................ 199 9.1.3 Applicability of P-SROIQ ..................... 200 9.2 Challenges and Future Directions . 200 A Proofs of Theorems 203 Bibliography 205 6 List of Tables 3.1 Example of a reported association between alcohol intake and the risk of hormone receptor-specific breast cancer (excerpt from [175]) . 71 3.2 Characteristics of CADIAG-2's knowledge base . 83 3.3 The size and the number of minimal unsatisfiable sets of various types in ΦCB under the relaxed interpretation. 86 4.1 Impact of the strength parameter on results of logical and lexicographic entailment (adapted from [135]). Recall that the result [1; 0] means that the tightest probability interval is undefined due to inconsistency. 99 4.2 Translation of P-ALC formulae into FOPLII ............... 100 6.1 PSAT performance on random propositional clauses . 158 6.2 PSAT performance on random concept hierarchies of variable size and fixed subsumption density . 159 6.3 PSAT performance on random concept hierarchies of variable subsump- tion density and fixed size. The column \MILP size" specifies the number of variables and inequalities in the MILP program (5.4) used to generate columns. 160 6.4 PSAT performance on translations of Bayesian networks with variable tree width into P-SROIQ.......................... 163 6.5 PSAT times for PTBoxes with probabilistic signatures of 250 concept names and variable size . 168 6.6 PSAT times for PTBoxes with 500 probabilistic statements and variable signature size . 169 6.7 PSAT times for PTBoxes with varying number of statements and signa- ture size . 170 6.8 PSAT evaluation results on PTBoxes with fixed size and variable number of unconditional constraints. U% stands for the proportion of uncondi- tional constraints in the PTBox. 171 7 6.9 PSAT times on unsatisfiable PTBoxes. H is the proportion of problem instances for which unsatisfiability has been detected by ECD. F is the average number of false invocations of ECD per problem instance. R is the average time savings (in %) that are due to ECD. 173 7.1 PSAT performance when validating probabilistic ontology alignments . 180 7.2 Performance of PTBox consistency algorithms on fragments of CADIAG-2186 7.3 Performance of the TLexEnt algorithm on PTBox and PABox queries against fragments of CADIAG-2 . 188 7.4 TLexEnt performance measures against the size of PABox . 189 8.1 The correspondence between Pronto's command line arguments and meth- ods of the API. 193 8 List of Figures 1.1 Ductal and lobular cancers are kinds of breast cancer. 14 1.2 DL axioms which entail that ductal and lobular cancers are kinds of breast cancer. 14 1.3 The structure of a P-SROIQ knowledge base (probabilistic ontology). 20 3.1 Joint confidence region for (µ, σ2)...................... 74 7.1 The average running time of the diagnosis algorithm against the size of CADIAG-2 fragments. 183 7.2 The average running time of the diagnosis algorithm against the number of incoherent subsets in CADIAG-2 fragments. 183 7.3 The average running time of the diagnosis algorithm against the number of repairs in CADIAG-2 fragments. 184 8.1 The layered architecture of Pronto . 194 9 10 Abstract Description Logics (DLs) form a family of languages which correspond to decidable fragments of First-Order Logic (FOL). They have been overwhelmingly successful for constructing ontologies|conceptual structures describing domain knowledge. Ontolo- gies proved to be valuable in a range of areas, most notably, bioinformatics, chemistry, Health Care and Life Sciences, and the Semantic Web. One limitation of DLs, as fragments of FOL, is their restricted ability to cope with various forms of uncertainty. For example, medical knowledge often includes statistical relationships, e.g., findings or results.
Recommended publications
  • The Semantic Web and Its Languages Editor: Dieter Fensel Vrije Universiteit Amsterdam [email protected]
    TRENDS & CONTROVERSIES The semantic Web and its languages Editor: Dieter Fensel Vrije Universiteit Amsterdam [email protected] The Web has drastically changed the availability of electronic informa- epistemologically rich modeling primitives, provided by the frame com- tion, but its success and exponential growth have made it increasingly munity; formal semantics and efficient reasoning support, provided by difficult to find, access, present, and maintain such information for a wide description logics; and a standard proposal for syntactical exchange nota- variety of users. In reaction to this bottleneck, many new research initia- tions, provided by the Web community. (See the essay by Frank van tives and commercial enterprises have been set up to enrich available Harmelen and Ian Horrocks.) information with machine-processable semantics. Such support is essen- Another candidate for such a Web-based ontology modeling lan- tial for bringing the Web to its full potential in areas such as knowledge guage is DAML-ONT. The DARPA Agent Markup Language is a management and electronic commerce. This semantic Web will provide major, well-funded initiative, aimed at joining the many ongoing intelligent access to heterogeneous and distributed information, enabling semantic Web efforts and focused on bringing ontologies to the Web. software products (agents) to mediate between user needs and available The DAML language inherits many aspects from OIL, and the capabili- information sources. Early steps in the direction of a semantic Web were ties of the two languages are relatively similar. Both initiatives cooper- SHOE1 and later Ontobroker,2 but now many more projects exist. ate in a Joint EU/US ad hoc Agent Markup Language Committee to Originally, the Web grew mainly around HTML, which provided a achieve a joined language proposal.
    [Show full text]
  • The Role of Ontology in Information Management
    UNLV Retrospective Theses & Dissertations 1-1-2003 The role of ontology in information management Renato de Freitas Marteleto University of Nevada, Las Vegas Follow this and additional works at: https://digitalscholarship.unlv.edu/rtds Repository Citation Marteleto, Renato de Freitas, "The role of ontology in information management" (2003). UNLV Retrospective Theses & Dissertations. 1494. http://dx.doi.org/10.25669/0fz6-zsye This Thesis is protected by copyright and/or related rights. It has been brought to you by Digital Scholarship@UNLV with permission from the rights-holder(s). You are free to use this Thesis in any way that is permitted by the copyright and related rights legislation that applies to your use. For other uses you need to obtain permission from the rights-holder(s) directly, unless additional rights are indicated by a Creative Commons license in the record and/ or on the work itself. This Thesis has been accepted for inclusion in UNLV Retrospective Theses & Dissertations by an authorized administrator of Digital Scholarship@UNLV. For more information, please contact [email protected]. THE ROLE OF ONTOLOGY IN INFORMATION MANAGEMENT by Renato de Ereitas Marteleto Bachelor of Science Universidade Federal de Ouro Preto - Brazil 1999 A thesis submitted in partial fulfillment of the requirements for the Master of Science in Computer Science Department of Computer Science Howard R. Hughes College of Engineering Graduate College University of Nevada, Las Vegas M ay 2003 Reproduced with permission of the copyright owner. Further reproduction prohibited without permission. UMI Number: 1414535 Marteleto, Renato de Freitas All rights reserved. UMI UMI Microform 1414535 Copyright 2003 by ProQuest Information and Learning Company.
    [Show full text]
  • Ontology and Information Systems
    Ontology and Information Systems 1 Barry Smith Philosophical Ontology Ontology as a branch of philosophy is the science of what is, of the kinds and structures of objects, properties, events, processes and relations in every area of reality. ‘Ontology’ is often used by philosophers as a synonym for ‘metaphysics’ (literally: ‘what comes after the Physics’), a term which was used by early students of Aristotle to refer to what Aristotle himself called ‘first philosophy’.2 The term ‘ontology’ (or ontologia) was itself coined in 1613, independently, by two philosophers, Rudolf Göckel (Goclenius), in his Lexicon philosophicum and Jacob Lorhard (Lorhardus), in his Theatrum philosophicum. The first occurrence in English recorded by the OED appears in Bailey’s dictionary of 1721, which defines ontology as ‘an Account of being in the Abstract’. Methods and Goals of Philosophical Ontology The methods of philosophical ontology are the methods of philosophy in general. They include the development of theories of wider or narrower scope and the testing and refinement of such theories by measuring them up, either against difficult 1 This paper is based upon work supported by the National Science Foundation under Grant No. BCS-9975557 (“Ontology and Geographic Categories”) and by the Alexander von Humboldt Foundation under the auspices of its Wolfgang Paul Program. Thanks go to Thomas Bittner, Olivier Bodenreider, Anita Burgun, Charles Dement, Andrew Frank, Angelika Franzke, Wolfgang Grassl, Pierre Grenon, Nicola Guarino, Patrick Hayes, Kathleen Hornsby, Ingvar Johansson, Fritz Lehmann, Chris Menzel, Kevin Mulligan, Chris Partridge, David W. Smith, William Rapaport, Daniel von Wachter, Chris Welty and Graham White for helpful comments.
    [Show full text]
  • Improved Knowledge Management Through First-Order Logic in Engineering Design Ontologies" (2010)
    Center for e-Design Publications Center for e-Design 5-2010 Improved knowledge management through first- order logic in engineering design ontologies Paul Witherell National Institute of Standards and Technology, [email protected] Sundar Krishnamurty University of Massachusetts Amherst, [email protected] Ian R. Grosse University of Massachusetts Amherst, [email protected] Jack C. Wileden University of Massachusetts Amherst, [email protected] Follow this and additional works at: http://lib.dr.iastate.edu/edesign_pubs Part of the Industrial Engineering Commons, and the Programming Languages and Compilers Commons Recommended Citation Witherell, Paul; Krishnamurty, Sundar; Grosse, Ian R.; and Wileden, Jack C., "Improved knowledge management through first-order logic in engineering design ontologies" (2010). Center for e-Design Publications. 1. http://lib.dr.iastate.edu/edesign_pubs/1 This Article is brought to you for free and open access by the Center for e-Design at Iowa State University Digital Repository. It has been accepted for inclusion in Center for e-Design Publications by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Improved knowledge management through first-order logic in engineering design ontologies Abstract This paper presents the use of first-order logic to improve upon currently employed engineering design knowledge management techniques. Specifically, this work uses description logic in unison with Horn logic, to not only guide the knowledge acquisition process but also to offer much needed support in decision making during the engineering design process in a distributed environment. The knowledge management methods introduced are highlighted by the ability to identify modeling knowledge inconsistencies through the recognition of model characteristic limitations, such as those imposed by model idealizations.
    [Show full text]
  • Experiments and Results on the Use of Ontologies in the Artificial Intelligence Domain
    EXPERIMENTS AND RESULTS ON THE USE OF ONTOLOGIES IN THE ARTIFICIAL INTELLIGENCE DOMAIN Vasile-Daniel Păvăloaia Alexandru Ioan Cuza University of Iaşi, Romania [email protected] Abstract: The field of agent-based systems as part of the Artificial Intelligence domain is, now-a- days, quite popular. There are specialized technologies required for building software agents and it should be communicative, capable, autonomous and adaptive. In fact, these are the key characteristics required to help make the Internet activity more successful. The limiting factors in building such systems are being overcome, and new approaches are emerging from information technology research laboratories around the world. The use of ontology has proven to be essential elements in many applications and thus, they have been successfully applied in agent systems technology, knowledge management systems, and e-commerce platforms. The current research aims to present besides some theoretical aspects and examples of using the web agents for two European cities. Keywords: Ontologies, Knowledge Acquisition Systems, Artificial Intelligence, Knowledge management, intelligent agents JEL Classification: M15, M29 INTRODUCTION The world we live in is characterized by globalization, rush times, hyper competition and strong alliances (Maha, Donici and Maha, 2010; Marston, 2007). Consequently, no business can survive without emphasizing on their competitive advantages. The artificial intelligence domain holds the key for some technologies’ that can help companies to overcome the fiercely competition (Buckingham, 2011) and the web agents development is one example. There are specialized technologies that allow the development of intelligent software agents and they should be able to feature characteristics of a human being. As a result, they should be communicative, capable, autonomous and adaptive according to the particularities of the environment they activate in.
    [Show full text]
  • Knowledge Graph Reasoning Over Unseen RDF Data
    Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2019 Knowledge Graph Reasoning over Unseen RDF Data Bhargavacharan Reddy Kaithi Wright State University Follow this and additional works at: https://corescholar.libraries.wright.edu/etd_all Part of the Computer Engineering Commons, and the Computer Sciences Commons Repository Citation Kaithi, Bhargavacharan Reddy, "Knowledge Graph Reasoning over Unseen RDF Data" (2019). Browse all Theses and Dissertations. 2251. https://corescholar.libraries.wright.edu/etd_all/2251 This Thesis is brought to you for free and open access by the Theses and Dissertations at CORE Scholar. It has been accepted for inclusion in Browse all Theses and Dissertations by an authorized administrator of CORE Scholar. For more information, please contact [email protected]. Knowledge Graph Reasoning over Unseen RDF Data A Thesis submitted in partial fulfillment of the requirements for the degree of Master of Science by BHARGAVACHARAN REDDY KAITHI B.Tech., CVR College of Engineering and Technology, Jawaharlal Nehru Technological University, India, 2017 2019 Wright State University Wright State University GRADUATE SCHOOL August 29th, 2019 I HEREBY RECOMMEND THAT THE THESIS PREPARED UNDER MY SUPER- VISION BY Bhargavacharan Reddy Kaithi ENTITLED Knowledge Graph Reasoning over Unseen RDF Data BE ACCEPTED IN PARTIAL FULFILLMENT OF THE RE- QUIREMENTS FOR THE DEGREE OF Master of Science. Pascal Hitzler, Ph.D. Thesis Director Mateen M. Rizki, Ph.D. Chair, Department of Computer Science and Engineering Committee on Final Examination Pascal Hitzler, Ph.D. Mateen M. Rizki, Ph.D. Yong Pei, Ph.D. Barry Milligan, Ph.D. Interim Dean of the Graduate School ABSTRACT Kaithi, Bhargavacharan Reddy.
    [Show full text]
  • A Probabilistic Extension to the Web Ontology Language
    A Probabilistic Extension to Ontology Language OWL Zhongli Ding and Yun Peng Department of Computer Science and Electrical Engineering University of Maryland Baltimore County Baltimore, Maryland 21250 {zding1, ypeng}@cs.umbc.edu Phone: 410-455-3816 Fax: 410-455-3969 A Probabilistic Extension to Ontology Language OWL Abstract With the development of the semantic web activity, ontologies become widely used to represent the conceptualization of a domain. However, none of the existing ontology languages provides a means to capture uncertainty about the concepts, properties and instances in a domain. Probability theory is a natural choice for dealing with uncertainty. Incorporating probability theory into existing ontology languages will provide these languages additional expressive power to quantify the degree of the overlap or inclusion between two concepts, support probabilistic queries such as finding the most probable concept that a given description belongs to, and make more accurate semantic integration possible. One approach to provide such a probabilistic extension to ontology languages is to use Bayesian networks, a widely used graphic model for knowledge representation under uncertainty. In this paper, we present our on-going research on extending OWL, an ontology language recently proposed by W3C’s Semantic Web Activity. First, the language is augmented to allow additional probabilistic markups , so probabilities can be attached with individual concepts and properties in an OWL ontology. Secondly, a set of translation rules is defined to convert this probabilistically annotated OWL ontology into a Bayesian network. Our probabilistic extension to OWL has clear semantics: the Bayesian network obtained will be associated with a joint probability distribution over the application domain.
    [Show full text]
  • Ontology Engineering in UML: Best Practices & Lessons Learned of A
    + Ontology Engineering in UML: Best Practices & Lessons Learned of a Working Ontologist Elisa Kendall Thematix Partners LLC OMG Technical Meeting, 19 March, 2013 + Content management Mars was photographed by the Hubble Space Telescope in August 2003 as 2 2 the planet passed closer to Earth than it had in nearly 60,000 years. Image Credit: NASA, J. Bell (Cornell U.) and M. Wolff (SSI) A sunset on Mars creates a glow due to the presence of tiny dust particles in the atmosphere. This photo is a combination of four images taken by Mars Pathfinder, which landed on Mars in 1997. Image credit: NASA/JPL Recent images from instruments on board the Mars Reconnaissance Orbiter take much more detailed, narrower views of specific features of the Martian surface. Image credit: NASA/JPL The Planetary Data Store (PDS) is a distributed repository of 40+ years’ imagery & data taken by a range of instruments on many diverse missions, available for scientific research. Copyright © 2013 Thematix Partners LLC + Smart search 3 3 Provenance/sources for tracking family members in the 19th century include early census data (often error prone), military records, passenger & immigration lists, online documents (e.g., county histories, church histories, etc.) • Historical/forensic research requires cross-domain search of a wide variety of resources within a given geo-spatial/temporal context • Similar capabilities are essential for business intelligence, law enforcement, government applications – all require terminology reconciliation Copyright © 2013 Thematix Partners
    [Show full text]
  • Overview of Ontologies and Semantic
    Ontologies for the Intelligence Community (OIC) 2009 Tutorial: Information Semantics 101: Semantics, Semantic Models, Ontologies, Knowledge Representation, and the Semantic Web Dr. Leo Obrst Information Semantics Information Discovery & Understanding Command & Control Center MITRE [email protected] October 20, 2009 Copyright © Leo Obrst, MITRE, 2009 Overview • This course introduces Information Semantics, i.e., Semantics, Semantic Models, Ontologies, Knowledge Representation, and the Semantic Web • Presents the technologies, tools, methods of ontologies • Describes the Semantic Web and emerging standards Brief Definitions (which we‘ll revisit): • Information Semantics: Providing semantic representation for our systems, our data, our documents, our agents • Semantics: Meaning and the study of meaning • Semantic Models: The Ontology Spectrum: Taxonomy, Thesaurus, Conceptual Model, Logical Theory, the range of models in increasing order of semantic expressiveness • Ontology: An ontology defines the terms used to describe and represent an area of knowledge (subject matter) • Knowledge Representation: A sub-discipline of AI addressing how to represent human knowledge (conceptions of the world) and what to represent, so that the knowledge is usable by machines • Semantic Web: "The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation." - T. Berners-Lee, J. Hendler, and O. Lassila. 2001. The Semantic Web. In The Scientific American, May, 2001.
    [Show full text]
  • From SHIQ and RDF to OWL: the Making of a Web Ontology Language
    From SHIQ and RDF to OWL: The Making of a Web Ontology Language Ian Horrocks,1 Peter F. Patel-Schneider,2 and Frank van Harmelen3 1 Department of Computer Science University of Manchester Oxford Road, Manchester M13 9PL, UK Email: [email protected] 2 Bell Labs Research Lucent Technologies 600 Mountain Avenue, Murray Hill, New Jersey 07974 U.S.A. Email: [email protected] 3 AI Department Vrije Universiteit Amsterdam de Boelelaan 1081a, 1081HV Amsterdam, The Netherlands Email: [email protected] Abstract. The OWL Web Ontology Language is a new formal language for representing ontologies in the Semantic Web. OWL has features from several families of representation languages, including primarily Descrip- tion Logics and frames. OWL also shares many characteristics with RDF, the W3C base of the Semantic Web. In this paper we discuss how the philosophy and features of OWL can be traced back to these older for- malisms, with modifications driven by several other constraints on OWL. Several interesting problems have arisen where these influences on OWL have clashed. Keywords: Ontologies, Semantic Web, Description Logics, Frames, RDF. 1 Introduction OWL [10] is a new ontology language for the Semantic Web, developed by the World Wide Web Consortium (W3C) Web Ontology Working Group. OWL was primarily designed to represent information about categories of objects and how objects are interrelated—the sort of information that is often called an ontology. OWL can also represent information about the objects themselves—the sort of information that is often thought of as data. OWL was not designed in a vacuum.
    [Show full text]
  • Ontology-Based Infrastructure for Intelligent Applications
    Ontology-based Infrastructure for Intelligent Applications Andreas Eberhart Dissertation zur Erlangung des Grades Doktor der Ingenieurwissenschaften (Dr.-Ing.) der Naturwissenschaftlich-Technischen Fakult¨at I der Universit¨at des Saarlandes Saarbruc¨ ken, 2004 Tag des Kolloquiums: 18.12.2003 Dekan: Prof. Dr. Slusallek Vorsitzender: Prof. Dr. Andreas Zeller Berichterstatter: Prof. Dr. Wolfgang Wahlster, Prof. Dr. Andreas Reuter Fur¨ Hermann und Martin in liebevollem Gedenken Abstract Ontologien sind derzeit ein viel diskutiertes Thema in Bereichen wie Wissens- management oder Enterprise Application Integration. Diese Arbeit stellt dar, wie Ontologien als Infrastruktur zur Entwicklung neuartiger Applikationen ver- wendet werden k¨onnen, die den User bei verschiedenen Arbeiten unterstutzen.¨ Aufbauend auf den im Rahmen des Semantischen Webs entstandenen Spezi- fikationen, werden drei wesentliche Beitr¨age geleistet. Zum einen stellen wir Inferenzmaschinen vor, die das Ausfuhren¨ von deklarativ spezifizierter Applika- tionslogik erlauben, wobei besonderes Augenmerk auf die Skalierbarkeit gelegt wird. Zum anderen schlagen wir mehrere L¨osungen zum Anschluss solcher Sys- teme an bestehende IT Infrastruktur vor. Dies beinhaltet den, unseres Wissens nach, ersten lauff¨ahigen Prototyp der die beiden aufstrebenden Felder des Se- mantischen Webs und Web Services verbindet. Schließlich stellen wir einige intelligente Applikationen vor, die auf Ontologien basieren und somit großteils von Werkzeugen automatisch generiert werden k¨onnen. Abstract Ontologies currently are a hot topic in the areas of knowledge management and enterprise application integration. In this thesis, we investigate how ontologies can also be used as an infrastructure for developing applications that intelli- gently support a user with various tasks. Based on recent developments in the area of the Semantic Web, we provide three major contributions.
    [Show full text]
  • Environments, Methodologies and Languages for Supporting Users in Building a Chemical Ontology
    Environments, Methodologies and Languages for supporting Users in building a Chemical Ontology A dissertation submitted to The University of Manchester for the degree of MSc Bioinformatics in the F aculty of Life Sciences September 2005 Louisa Casely-Hayford Evaluation notes were added to the output document. To get rid of these notes, please order your copy of ePrint IV now. TABLE OF CONTENTS TABLE OF CONTENTS……………………………………………………….……1 LIST OF TABLES…………………………………………………………………...4 LIST OF FIGURES…………………………………………………………….…….5 ABSTRACT……………………………………………………………………....….6 DECLARATION……………………………………………………………….…....8 COPYRIGHT STATEMENT………………………………………………….…….9 ACKNOWLEDGEMENTS……………………………………………………..….10 1 Introduction……………………………………………………………..….11 1.1 Ontologies…………………………………………………………..….12 1.2 The Role of Ontologies in the CCLRC Data Portal………..……….....12 1.3 Objectives………………………………………………………....…....14 1.4 Structure of Dissertation………………………………………………..15 2 Background and Literature review ……………………………………….16 2.1 The Council for the Central Laboratory of the Research Councils.........16 2.2 What is an Ontology?...............................................................................18 2.3 Types of Ontologies and their uses…………………………..……….....21 2.4 Building an Ontology………………………………………………..…..25 2.5 Methodologies, Languages and Editing environments…………….……29 2.6 The role of ontologies in Semantic Web(SW) Portals…………….…….35 2.7 Topic Maps………………………………………………………….......37 1 Evaluation notes were added to the output document. To get rid of these notes,
    [Show full text]