The Semantic Web and Its Languages Editor: Dieter Fensel Vrije Universiteit Amsterdam [email protected]

Total Page:16

File Type:pdf, Size:1020Kb

The Semantic Web and Its Languages Editor: Dieter Fensel Vrije Universiteit Amsterdam Dieter@Cs.Vu.Nl 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. The next step will be DAML- standard for structuring documents so that browsers could translate Logic, a language with sufficient means for expressing axioms and them in a canonical way. On the one hand, it was HTML’s simplicity rules. (See the essay by James Hendler and Deborah L. McGuiness.) that enabled the Web’s fast growth, but on the other, its simplicity seri- Defining languages for the semantic Web is just the first step. Devel- ously hampered more advanced Web applications in many domains and oping new tools, architectures, and applications is the real challenge for many tasks. This was the reason for XML (see Figure 1), which lets that will follow. us define arbitrary domain- and task-specific extensions. Even HTML has been redefined as an XML application—XHTML. Consequently, References we define the semantic Web as an XML application. 1. S. Luke, L. Spector, and D. Rager, “Ontology-Based Knowledge The Resource Description Framework took the first step toward Discovery on the World-Wide Web,” Working Notes Workshop defining the Web in XML terms. RDF defines a syntactical convention Internet-Based Information Systems at the 13th Nat’l Conf. Artifi- and a simple data model for representing data’s machine-processable cial Intelligence (AAAI 96), 1996. semantics. It is a standard for Web metadata developed by the World 2. D. Fensel et al., “Ontobroker: The Very High Idea,” Proc. 11th Wide Web Consortium. (See the essay by Ora Lassila.) Int’l Flairs Conf. (FLAIRS 98), 1998, pp. 131–135. The RDF Schema candidate recommendation that defines basic onto- logical modeling primitives on top of RDF took the second step, fol- lowed by the Ontology Inference Layer, which uses the RDFS as a start- Dieter Fensel is an associate professor at the Division of Mathematics ing point and extends it to a full-fledged ontology modeling language. and Computer Science, Vrije Universiteit, Amsterdam, and he is a new department editor for Trends & Controversies. After studying mathe- OIL unifies three important aspects provided by different communities: matics, sociology, and computer science in Berlin, he joined the Institute AIFB at the University of Karlsruhe. His major subject was knowledge engineering and his PhD DAML-O OIL thesis was about a formal specification DAML-O DARPA Agent Markup Language-Ontology language for knowledge-based systems. RDFS OIL Ontology Inference Layer Currently, his focus is on the use of ontolo- gies to mediate access to heterogeneous XHTML RDF RDF Resource Description Framework knowledge sources and to apply them in HTML XML RDFS Resource Description Framework Schema knowledge management and electronic commerce. Contact him at [email protected]. Figure 1. The layer language model for the Web. nl; www.cs.vu.nl/~dieter. The Resource Description Framework Modeling alog information), RDF is suitable for Ora Lassila, Nokia Research Center describing any Web resource, and as such it All items that RDF expressions describe provides interoperability between applica- are called resources, and, broadly speaking, The Resource Description Framework is tions that exchange machine-understand- anything a Universal Resource Identifier a standard for Web metadata that the World able information on the Web. Its goal is to can name is also a resource.4 Consequently, Wide Web Consortium (W3C) devel- add formal semantics to the Web, thus RDF can describe not just things on the oped.1–3 Expanding the traditional notion paving the way for the so-called semantic Web (such as pages, parts of pages, or col- of document metadata (such as library cat- Web. lections of pages) but also things not on the NOVEMBER/DECEMBER 2000 67 Web—as long as they can be XML.” Sure, you could do that, named using some URI scheme. but essentially you would end up (Hypothetically, we could name or reinventing the wheel by building describe any person with a “per- a similar layer on top of XML that son” URI scheme—for example, RDF already introduces. The XML “person:US:123-45-6789.”) The developer community has focused RDF description model uses on RDF’s use (and abuse) of XML, object–attribute–value triples: we sometimes forgetting that RDF is a can view instances of the model as data model whose syntax is largely directed or labeled graphs (which irrelevant. (During development of resemble semantic networks), or the RDF standard, several syntaxes we can take a more object-centric were proposed, some of which view and think of RDF as a frame- were not based on XML.) based representation system. In RDF’s object-oriented extensi- RDF, these triples are known as bility lets developers take pieces of statements. existing RDF schemata and extend Descriptions can be limited to one them as they see necessary. This resource (for example, a library cata- might lead to some type of Dar- log card that names a document’s winian evolution of metadata author and publisher), in which case where the strong solutions will the values of resource attributes (or Illustration by Sally Lee survive and evolve further (as properties, as they are called in RDF) opposed to the all-or-nothing situ- are typically strings. Descriptions can ation that users of XML DTD also span multiple resources: values of proper- RDF model.5 The metaconstructs for the [document type definitions] often face). ties can be other resources—so we can thus type system are terms and concepts that describe arbitrary relationships between multi- URIs name, so RDF effectively represents Applications and future directions ple resources. URIs name properties, which and defines classes and properties. Class In addition to the “syntax wars,” contro- are also resources, and as such they can definitions can be derived from multiple versy surrounds RDF within the knowledge describe a property by asking, “What are a superclasses, and property definitions can representation community. RDF has been particular property’s permitted values, specify domain and range constraints. We criticized for its low expressive power (it does which types of resources can it describe, and can also think of RDFS as a set of ontologi- not have variables, negation, or quantifica- what is its relationship to other properties?” cal modeling primitives on top of RDF. tion—a far cry from first-order predicate Meaning in RDF comes from specific terms calculus, for example). However, RDF is and concepts that URIs define and then Syntax what it is by design. Sometimes you need to name. Because URIs can be unique, two RDF uses XML for the syntactic expres- take baby steps before you can run—Web- systems can define some concept (say, “per- sion of model instances, which is a source of related issues are important (such as simplic- son”) and each use a different URI to name much controversy and confusion. RDF is ity, which enables wide adoption). it to avoid clashes; however, two systems essentially a data model and does not strive Several interesting RDF applications have agreeing on a common concept will use the to replace XML. Instead, it builds a layer on already emerged. Mozilla (also known as same URI and effectively share semantics. top of it, making interoperable exchange of Netscape 6) uses RDF internally as a repre- The RDF model also defines some meta- semantic information possible (for example, sentation format. In 1999, Netscape also level constructs (such as container types for the object-oriented extensibility is intended introduced the RSS formalism (RDF Site describing collections of resources) and to enable a partial understanding of data). Summary, www.egroups.com/group/rss-dev), higher-order statements (statements about RDF lacks primitive data types (such as which has now grown into a broader effort to other statements). Higher-order statements integer, float, and so forth), so strings are build an extensible information description are modeled in RDF and allow the repre- essentially the only literals available; XML and syndication format. sentation of modalities such as beliefs. Fur- atomic datatypes will be used once W3C Dublin Core is—at least initially—a meta- thermore, an extensible, object-oriented completes work on the XML Schema.6 data element set for describing cataloging type system (known as RDF Schema) is We often hear claims such as, “You don’t information, such as that needed by digital introduced as a layer on top of the basic need RDF; you can do everything with libraries.
Recommended publications
  • 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]
  • 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 ...............
    [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]