Ontology (information science)

Ontology (information science)

In computer science and information science, an ontology formally represents knowledge as a set of concepts within a domain, and the relationships between those concepts. It can be used to reason about the entities within that domain and may be used to describe the domain.

In theory, an ontology is a "formal, explicit specification of a shared conceptualisation".[1] An ontology renders shared vocabulary and taxonomy which models a domain with the definition of objects and/or concepts and their properties and relations.[2]

Ontologies are the structural frameworks for organizing information and are used in artificial intelligence, the Semantic Web, systems engineering, software engineering, biomedical informatics, library science, enterprise bookmarking, and information architecture as a form of knowledge representation about the world or some part of it. The creation of domain ontologies is also fundamental to the definition and use of an enterprise architecture framework.

Contents

Overview

The term ontology has its origin in philosophy and has been applied in many different ways. The word element onto- comes from the Greek ὤν, ὄντος « being; that which is », present participle of the verb εἰμί « be ». The core meaning within computer science is a model for describing the world that consists of a set of types, properties, and relationship types. Exactly what is provided around these varies, but they are the essentials of an ontology. There is also generally an expectation that there be a close resemblance between the real world and the features of the model in an ontology.[3]

What many ontologies have in common in both computer science and in philosophy is the representation of entities, ideas, and events, along with their properties and relations, according to a system of categories. In both fields, one finds considerable work on problems of ontological relativity (e.g., Quine and Kripke in philosophy, Sowa and Guarino in computer science),[4], and debates concerning whether a normative ontology is viable (e.g., debates over foundationalism in philosophy, debates over the Cyc project in AI). Differences between the two are largely matters of focus. Philosophers are less concerned with establishing fixed, controlled vocabularies than are researchers in computer science, while computer scientists are less involved in discussions of first principles, such as debating whether there are such things as fixed essences or whether entities must be ontologically more primary than processes.

History

Historically, ontologies arise out of the branch of philosophy known as metaphysics, which deals with the nature of reality – of what exists. This fundamental branch is concerned with analyzing various types or modes of existence, often with special attention to the relations between particulars and universals, between intrinsic and extrinsic properties, and between essence and existence. The traditional goal of ontological inquiry in particular is to divide the world "at its joints" to discover those fundamental categories or kinds into which the world’s objects naturally fall.[5]

During the second half of the 20th century, philosophers extensively debated the possible methods or approaches to building ontologies without actually building any very elaborate ontologies themselves. By contrast, computer scientists were building some large and robust ontologies, such as WordNet and Cyc, with comparatively little debate over how they were built.

Since the mid-1970s, researchers in the field of artificial intelligence (AI) have recognized that capturing knowledge is the key to building large and powerful AI systems. AI researchers argued that they could create new ontologies as computational models that enable certain kinds of automated reasoning. In the 1980s, the AI community began to use the term ontology to refer to both a theory of a modeled world and a component of knowledge systems. Some researchers, drawing inspiration from philosophical ontologies, viewed computational ontology as a kind of applied philosophy.[6]

In the early 1990s, the widely cited Web page and paper "Toward Principles for the Design of Ontologies Used for Knowledge Sharing" by Tom Gruber[7] is credited with a deliberate definition of ontology as a technical term in computer science. Gruber introduced the term to mean a specification of a conceptualization. That is, "An ontology is a description (like a formal specification of a program) of the concepts and relationships that can formally exist for an agent or a community of agents. This definition is consistent with the usage of ontology as set of concept definitions, but more general. And it is a different sense of the word than its use in philosophy".[8]

According to Gruber (1993), "Ontologies are often equated with taxonomic hierarchies of classes, class definitions, and the subsumption relation, but ontologies need not be limited to these forms. Ontologies are also not limited to conservative definitions — that is, definitions in the traditional logic sense that only introduce terminology and do not add any knowledge about the world.[9] To specify a conceptualization, one needs to state axioms that do constrain the possible interpretations for the defined terms."[1]

Ontology components

Contemporary ontologies share many structural similarities, regardless of the language in which they are expressed. As mentioned above, most ontologies describe individuals (instances), classes (concepts), attributes, and relations. In this section each of these components is discussed in turn.

Common components of ontologies include:

  • Individuals: instances or objects (the basic or "ground level" objects)
  • Classes: sets, collections, concepts, classes in programming, types of objects, or kinds of things
  • Attributes: aspects, properties, features, characteristics, or parameters that objects (and classes) can have
  • Relations: ways in which classes and individuals can be related to one another
  • Function terms: complex structures formed from certain relations that can be used in place of an individual term in a statement
  • Restrictions: formally stated descriptions of what must be true in order for some assertion to be accepted as input
  • Rules: statements in the form of an if-then (antecedent-consequent) sentence that describe the logical inferences that can be drawn from an assertion in a particular form
  • Axioms: assertions (including rules) in a logical form that together comprise the overall theory that the ontology describes in its domain of application. This definition differs from that of "axioms" in generative grammar and formal logic. In those disciplines, axioms include only statements asserted as a priori knowledge. As used here, "axioms" also include the theory derived from axiomatic statements
  • Events: the changing of attributes or relations

Ontologies are commonly encoded using ontology languages.

Domain ontologies and upper ontologies

A domain ontology (or domain-specific ontology) models a specific domain, which represents part of the world. Particular meanings of terms applied to that domain are provided by domain ontology. For example the word card has many different meanings. An ontology about the domain of poker would model the "playing card" meaning of the word, while an ontology about the domain of computer hardware would model the "punched card" and "video card" meanings.

An upper ontology (or foundation ontology) is a model of the common objects that are generally applicable across a wide range of domain ontologies. It employs a core glossary that contains the terms and associated object descriptions as they are used in various relevant domain sets. There are several standardized upper ontologies available for use, including Dublin Core, GFO, OpenCyc/ResearchCyc, SUMO, and DOLCE.[10] WordNet, while considered an upper ontology by some, is not strictly an ontology. However, it has been employed as a linguistic tool for learning domain ontologies.[11]

The Gellish ontology is an example of a combination of an upper and a domain ontology.

Since domain ontologies represent concepts in very specific and often eclectic ways, they are often incompatible. As systems that rely on domain ontologies expand, they often need to merge domain ontologies into a more general representation. This presents a challenge to the ontology designer. Different ontologies in the same domain can also arise due to different perceptions of the domain based on cultural background, education, ideology, or because a different representation language was chosen.

At present, merging ontologies that are not developed from a common foundation ontology is a largely manual process and therefore time-consuming and expensive. Domain ontologies that use the same foundation ontology to provide a set of basic elements with which to specify the meanings of the domain ontology elements can be merged automatically. There are studies on generalized techniques for merging ontologies[citation needed], but this area of research is still largely theoretical.

Ontology engineering

Ontology engineering (or ontology building) is a subfield of knowledge engineering that studies the methods and methodologies for building ontologies. It studies the ontology development process, the ontology life cycle, the methods and methodologies for building ontologies, and the tool suites and languages that support them.[12][13]

Ontology engineering aims to make explicit the knowledge contained within software applications, and within enterprises and business procedures for a particular domain. Ontology engineering offers a direction towards solving the interoperability problems brought about by semantic obstacles, such as the obstacles related to the definitions of business terms and software classes. Ontology engineering is a set of tasks related to the development of ontologies for a particular domain.[14]

Ontology languages

An ontology language is a formal language used to encode the ontology. There are a number of such languages for ontologies, both proprietary and standards-based:

  • Common Algebraic Specification Language is a general logic-based specification language developed within the IFIP working group 1.3 "Foundations of System Specifications" and functions as a de facto standard in the area of software specifications. It is now being applied to ontology specifications in order to provide modularity and structuring mechanisms.
  • Common logic is ISO standard 24707, a specification for a family of ontology languages that can be accurately translated into each other.
  • The Cyc project has its own ontology language called CycL, based on first-order predicate calculus with some higher-order extensions.
  • DOGMA (Developing Ontology-Grounded Methods and Applications) adopts the fact-oriented modeling approach to provide a higher level of semantic stability.
  • The Gellish language includes rules for its own extension and thus integrates an ontology with an ontology language.
  • IDEF5 is a software engineering method to develop and maintain usable, accurate, domain ontologies.
  • KIF is a syntax for first-order logic that is based on S-expressions.
  • Rule Interchange Format (RIF) and F-Logic combine ontologies and rules.
  • OWL is a language for making ontological statements, developed as a follow-on from RDF and RDFS, as well as earlier ontology language projects including OIL, DAML, and DAML+OIL. OWL is intended to be used over the World Wide Web, and all its elements (classes, properties and individuals) are defined as RDF resources, and identified by URIs.
  • Semantic Application Design Language (SADL)[15] captures a subset of the expressiveness of OWL, using an English-like language entered via an Eclipse Plug-in.
  • SBVR (Semantics of Business Vocabularies and Rules) is an OMG standard adopted in industry to build ontologies.
  • OBO, a language used for biological and biomedical ontologies.
  • (E)MOF and UML are standards of the OMG

Examples of published ontologies

  • Basic Formal Ontology,[16] a formal upper ontology designed to support scientific research
  • BioPAX,[17] an ontology for the exchange and interoperability of biological pathway (cellular processes) data
  • BMO,[18] an e-Business Model Ontology based on a review of enterprise ontologies and business model literature
  • CCO (Cell Cycle Ontology),[19] an application ontology that represents the cell cycle
  • CContology (Customer Complaint Ontology),[20] an e-business ontology to support online customer complaint management
  • CIDOC Conceptual Reference Model, an ontology for cultural heritage[21]
  • COSMO,[22] a Foundation Ontology (current version in OWL) that is designed to contain representations of all of the primitive concepts needed to logically specify the meanings of any domain entity. It is intended to serve as a basic ontology that can be used to translate among the representations in other ontologies or databases. It started as a merger of the basic elements of the OpenCyc and SUMO ontologies, and has been supplemented with other ontology elements (types, relations) so as to include representations of all of the words in the Longman dictionary defining vocabulary.
  • Cyc, a large Foundation Ontology for formal representation of the universe of discourse.
  • Disease Ontology,[23] designed to facilitate the mapping of diseases and associated conditions to particular medical codes
  • DOLCE, a Descriptive Ontology for Linguistic and Cognitive Engineering[10]
  • Dublin Core, a simple ontology for documents and publishing
  • Foundational, Core and Linguistic Ontologies[24]
  • Foundational Model of Anatomy,[25] an ontology for human anatomy
  • Friend of a Friend, an ontology for describing persons, their activities and their relations to other people and objects
  • Gene Ontology for genomics
  • Gellish English dictionary, an ontology that includes a dictionary and taxonomy that includes an upper ontology and a lower ontology that focusses on industrial and business applications in engineering, technology and procurement. See also Gellish as Open Source project on SourceForge.
  • Geopolitical ontology, an ontology describing geopolitical information created by Food and Agriculture Organization(FAO). The geopolitical ontology includes names in multiple languages (English, French, Spanish, Arabic, Chinese, Russian and Italian); maps standard coding systems (UN, ISO, FAOSTAT, AGROVOC, etc.); provides relations among territories (land borders, group membership, etc.); and tracks historical changes. In addition, FAO provides web services (http://www.fao.org/countryprofiles/webservices.asp?lang=en) of geopolitical ontology and a module maker (http://www.fao.org/countryprofiles/geoinfo/modulemaker/index.html) to download modules of the geopolitical ontology into different formats (RDF, XML, and EXCEL). See more information on the FAO Country Profiles geopolitical ontology web page (http://www.fao.org/countryprofiles/geoinfo.asp?lang=en).
  • GOLD,[26] General Ontology for Linguistic Description
  • GUM (Generalized Upper Model),[27] a linguistically motivated ontology for mediating between clients systems and natural language technology
  • IDEAS Group,[28] a formal ontology for enterprise architecture being developed by the Australian, Canadian, UK and U.S. Defence Depts.
  • Linkbase,[29] a formal representation of the biomedical domain, founded upon Basic Formal Ontology.
  • LPL, Lawson Pattern Language
  • NIFSTD Ontologies from the Neuroscience Information Framework: a modular set of ontologies for the neuroscience domain. See http://neuinfo.org
  • OBO Foundry, a suite of interoperable reference ontologies in biomedicine
  • Ontology for Biomedical Investigations, an open access, integrated ontology for the description of biological and clinical investigations
  • OMNIBUS Ontology,[30] an ontology of learning, instruction, and instructional design
  • Plant Ontology[31] for plant structures and growth/development stages, etc.
  • POPE, Purdue Ontology for Pharmaceutical Engineering
  • PRO,[32] the Protein Ontology of the Protein Information Resource, Georgetown University.
  • Program abstraction taxonomy program abstraction taxonomy
  • Protein Ontology[33] for proteomics
  • Suggested Upper Merged Ontology, a formal upper ontology
  • Systems Biology Ontology (SBO), for computational models in biology
  • SWEET,[34] Semantic Web for Earth and Environmental Terminology
  • ThoughtTreasure ontology
  • TIME-ITEM, Topics for Indexing Medical Education
  • UMBEL, a lightweight reference structure of 20,000 subject concept classes and their relationships derived from OpenCyc
  • WordNet, a lexical reference system
  • YAMATO,[35] Yet Another More Advanced Top-level Ontology

The W3C Linking Open Data Community Project coordinates attempts to converge different ontologies into worldwide Data Web.

Ontology libraries

The development of ontologies for the Web has led to the emergence of services providing lists or directories of ontologies with search facility. Such directories have been called ontology libraries.

The following are static libraries of human-selected ontologies.

  • COLORE[36] is an open repository of first-order ontologies in Common Logic with formal links between ontologies in the repository.
  • DAML Ontology Library[37] maintains a legacy of ontologies in DAML.
  • Protege Ontology Library[38] contains a set of OWL, Frame-based and other format ontologies.
  • SchemaWeb[39] is a directory of RDF schemata expressed in RDFS, OWL and DAML+OIL.

The following are both directories and search engines. They include crawlers searching the Web for well-formed ontologies.

  • OBO Foundry / Bioportal[40] (ontology repository of NCBO) is a suite of interoperable reference ontologies in biology and biomedicine.
  • OntoSelect[41] Ontology Library offers similar services for RDF/S, DAML and OWL ontologies.
  • Ontaria[42] is a "searchable and browsable directory of semantic web data" with a focus on RDF vocabularies with OWL ontologies. (NB Project "on hold" since 2004).
  • Swoogle is a directory and search engine for all RDF resources available on the Web, including ontologies.

Examples of applications using ontology engines

  • SAPPHIRE (Health care) or Situational Awareness and Preparedness for Public Health Incidences and Reasoning Engines is a semantics-based health information system capable of tracking and evaluating situations and occurrences that may affect public health.

See also

Related philosophical concepts

References

  1. ^ a b Gruber, Thomas R. (June 1993). "A translation approach to portable ontology specifications" (PDF). Knowledge Acquisition 5 (2): 199–220. http://tomgruber.org/writing/ontolingua-kaj-1993.pdf. 
  2. ^ Arvidsson, F.; Flycht-Eriksson, A.. "Ontologies I" (PDF). http://www.ida.liu.se/~janma/SemWeb/Slides/ontologies1.pdf. Retrieved 26 November 2008. 
  3. ^ Garshol, L. M. (2004). "Metadata? Thesauri? Taxonomies? Topic Maps! Making sense of it all". http://www.ontopia.net/topicmaps/materials/tm-vs-thesauri.html#N773. Retrieved 13 October 2008. 
  4. ^ Sowa, J. F. (1995). "Top-level ontological categories". International Journal of Human-Computer Studies 43 (5-6 (November/December)): 669–85. doi:10.1006/ijhc.1995.1068. 
  5. ^ Benjamin, Perakath C.; Menzel, Christopher P.; Mayer, Richard J.; Fillion, Florence; Futrell, Michael T.; deWitte, Paula S.; Lingineni, Madhavi (September 21, 1994). "IDEF5 Method Report" (PDF). Knowledge Based Systems, Inc.. http://www.idef.com/pdf/Idef5.pdf. 
  6. ^ Gruber, T. (2008). Liu, Ling; Özsu, M. Tamer. eds. Ontology. Springer-Verlag. ISBN 9780387496160. http://tomgruber.org/writing/ontology-definition-2007.htm. 
  7. ^ Gruber, T. (1995). "Toward Principles for the Design of Ontologies Used for Knowledge Sharing". International Journal of Human-Computer Studies 43 (5-6): 907–928. 
  8. ^ Gruber, T. (2001). "What is an Ontology?". Stanford University. http://www-ksl.stanford.edu/kst/what-is-an-ontology.html. Retrieved Nov 9, 2009. 
  9. ^ Enderton, H. B. (May 12, 1972). A Mathematical Introduction to Logic (1 ed.). San Diego, CA: Academic Press. pp. 295. ISBN 978-0122384509 2nd edition; January 5, 2001, ISBN 978-0-12-238452-3 
  10. ^ a b "Laboratory for Applied Ontology - DOLCE". Laboratory for Applied Ontology (LOA). http://www.loa-cnr.it/DOLCE.html. Retrieved 10 February 2011. 
  11. ^ Navigli, Roberto; Velardi, Paola (2004). "Learning Domain Ontologies from Document Warehouses and Dedicated Web Sites" (PDF). Computational Linguistics (MIT Press) 30 (2): 151–179. doi:10.1162/089120104323093276. http://www.mitpressjournals.org/doi/pdf/10.1162/089120104323093276. 
  12. ^ Gómez-Pérez, Ascunion; Fernández-López, Mariano; Corcho, Oscar (2004). Ontological Engineering: With Examples from the Areas of Knowledge Management, E-commerce and the Semantic Web (1 ed.). Springer. pp. 403. ISBN 9781852335519. 
  13. ^ De Nicola, Antonio; Missikoff, Michele; Navigli, Roberto (2009). "A Software Engineering Approach to Ontology Building" (PDF). Information Systems (Elsevier) 34 (2): 258–275. http://www.dsi.uniroma1.it/~navigli/pubs/De_Nicola_Missikoff_Navigli_2009.pdf. 
  14. ^ Pouchard, Line; Ivezic, Nenad; Schlenoff, Craig (March 2000). "Ontology Engineering for Distributed Collaboration in Manufacturing" (PDF). Proceedings of the AIS2000 conference. http://www.mel.nist.gov/msidlibrary/doc/AISfinal2.pdf. 
  15. ^ "SADL". Sourceforge. http://sadl.sourceforge.net/sadl.html. Retrieved 10 February 2011. 
  16. ^ "Basic Formal Ontology (BFO)"]. Institute for Formal Ontology and Medical Information Science (IFOMIS). http://www.ifomis.org/bfo/. 
  17. ^ "BioPAX". http://biopax.org. Retrieved 10 February 2011. 
  18. ^ Osterwalder, Alexander; Pigneur, Yves (June 17–19, 2002). An e-Business Model Ontology for Modeling e-Business. 15th Bled eConference, Slovenia. http://129.3.20.41/eps/io/papers/0202/0202004.pdf. 
  19. ^ "CCO". http://www.semantic-systems-biology.org/cco/. Retrieved 10 February 2011. 
  20. ^ "CContology". http://www.jarrar.info/CContology/. Retrieved 10 February 2011. 
  21. ^ "The CIDOC Conceptual Reference Model (CRM)". http://www.cidoc-crm.org/. Retrieved 10 February 2011. 
  22. ^ "COSMO". MICRA Inc.. http://micra.com/COSMO/. Retrieved 10 February 2011. 
  23. ^ "Disease Ontology". Sourceforge. http://diseaseontology.sourceforge.net. Retrieved 10 February 2011. 
  24. ^ "Foundational, Core and Linguistic Ontologies". http://www.loa-cnr.it/Ontologies.html. Retrieved 10 February 2011. 
  25. ^ "Foundational Model of Anatomy". http://sig.biostr.washington.edu/projects/fm/AboutFM.html. Retrieved 10 February 2011. 
  26. ^ "GOLD". http://www.linguistics-ontology.org/gold.html. Retrieved 10 February 2011. 
  27. ^ "Generalized Upper Model". http://www.fb10.uni-bremen.de/anglistik/langpro/webspace/jb/gum/index.htm. Retrieved 10 February 2011. 
  28. ^ "The IDEAS Group Website". http://www.ideasgroup.org. Retrieved 10 February 2011. 
  29. ^ "Linkbase". http://www.landcglobal.com/pages/linkbase.php. Retrieved 10 February 2011. 
  30. ^ "OMNIBUS Ontology". http://edont.qee.jp/omnibus/. Retrieved 10 February 2011. 
  31. ^ "Plant Ontology". http://www.plantontology.org/. Retrieved 10 February 2011. 
  32. ^ "PRO". http://pir.georgetown.edu/pro/. Retrieved 10 February 2011. 
  33. ^ "Protein Ontology". http://pir.georgetown.edu/pro/. Retrieved 10 February 2011. 
  34. ^ "SWEET". http://sweet.jpl.nasa.gov/. Retrieved 10 February 2011. 
  35. ^ "YAMATO". http://www.ei.sanken.osaka-u.ac.jp/hozo/onto_library/upperOnto.htm. Retrieved 10 February 2011. 
  36. ^ "COLORE". http://stl.mie.utoronto.ca/colore/. Retrieved 4 May 2011. 
  37. ^ "DAML Ontology Library". http://www.daml.org/ontologies/. Retrieved 10 February 2011. 
  38. ^ "Protege Ontology Library". http://protegewiki.stanford.edu/index.php/Protege_Ontology_Library. Retrieved 10 February 2011. 
  39. ^ "SchemaWeb". http://www.schemaweb.info/. Retrieved 10 February 2011. 
  40. ^ "OBO Foundry / Bioportal". http://www.obofoundry.org/. Retrieved 10 February 2011. 
  41. ^ "OntoSelect". http://olp.dfki.de/OntoSelect/. Retrieved 10 February 2011. 
  42. ^ "Ontaria". http://www.w3.org/2004/ontaria/. Retrieved 10 February 2011. 

Further reading

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Upper ontology (information science) — In information science, an upper ontology (top level ontology, or foundation ontology) is an attempt to create an ontology which describes very general concepts that are the same across all domains. The aim is very broad semantic interoperability …   Wikipedia

  • Ontology library (information science) — Ontology Libraries are storage areas for ontologies. There is no one ontology language, therefore ontology libraries are usually restricted to plain text files or some XML storage format, mostly plain files again. Advanced solutions for ontology… …   Wikipedia

  • Information science — Not to be confused with Information theory. Contents 1 Introduction 2 A multitude of information sciences? 3 Definitions of information science 4 History …   Wikipedia

  • Ontology alignment — Ontology alignment, or ontology matching, is the process of determining correspondences between concepts. A set of correspondences is also called an alignment. The phrase takes on a slightly different meaning, in computer science, cognitive… …   Wikipedia

  • Ontology-based data integration — involves the use of ontology(s) to effectively combine data and/or information from multiple heterogeneous sources [1]. It is one of the multiple data integration approaches and may be classified as Local As View (LAV)[2]. The effectiveness of… …   Wikipedia

  • Ontology editor — Ontology editors are applications designed to assist in the creation or manipulation of ontologies. They often express ontologies in one of many ontology languages. Some provide export to other ontology languages however. Decision criteria for… …   Wikipedia

  • Ontology versioning — Contents 1 Introduction 1.1 cause of ontology change [1] 1.2 consequences of the change [1] 1.3 Current researches on the ontology versioning …   Wikipedia

  • Ontology merging — defines the act of bringing together two conceptually divergent ontologies or the instance data associated to two ontologies. This is similar to work in database merging (schema matching). This merging process can be performed in a number of ways …   Wikipedia

  • Ontology engineering — Example of a constructed MBED Top Level Ontology based on the Nominal set of views.[1] Ontology engineering in computer science and information science is a new field, which studies the methods and methodologies for building ontologies: formal… …   Wikipedia

  • Ontology — This article concerns ontology in philosophy. For the concept in information science, see Ontology (information science). Not to be confused with the medical concepts of oncology and odontology, or indeed ontogeny. Parmenides was among the first… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”