Ontologies
From HLWIKI Canada
| Are you interested in contributing to HLWIKI Canada - hlwiki.ca? contact: dean.giustini@ubc.ca
To browse other articles on a range of HSL topics, see the wiki index.
IntroductionSee also Semantic web & Unified Medical Language System® (UMLS) An ontology is a representation of a set of concepts within a specific domain and relationships between concepts. Ontologies are used to reason about the properties of a domain, and may be used to define them. Ontologies are used for artificial intelligence, the semantic web, software engineering, biomedical informatics, library science and information architecture as forms of knowledge representation. An ontology can be viewed as a specific kind of controlled vocabulary. Ontologies are considered to be one of the pillars of the semantic web, although they do not have a universally accepted definition. A semantic vocabulary is a type of ontology, sometimes also merely as a collection of URIs with an (usually informally) described meaning. Ontologies are usually assumed to be accompanied by some document in a formal ontology language, though some ontologies do not use standard formats for that purpose. Common ontological 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. Individuals (instances) are the basic, "ground level" components of an ontology. The individuals in an ontology may include concrete objects such as people, animals, tables, automobiles, molecules, and planets, as well as abstract individuals such as numbers and words. Strictly speaking, an ontology need not include any individuals, but one of the general purposes of an ontology is to provide a means of classifying individuals, even if those individuals are not explicitly part of the ontology. ClassesConcepts that are also called type, sort, category, and kind – are abstract groups, sets, or collections of objects. They may contain individuals, other classes, or a combination of both. Some examples of classes:[1]
Ontologies vary whether classes can contain other classes, whether a class can belong to itself, whether there is a universal class (that is, a class containing everything), etc. Sometimes restrictions along these lines are made in order to avoid certain well-known paradoxes. The classes of an ontology may be extensional or intensional in nature. A class is extensional if and only if it is characterized solely by its membership. More precisely, a class C is extensional if and only if for any class C', if C' has exactly the same members as C, then C and C' are identical. If a class does not satisfy this condition, then it is intentional. While extensional classes are more well-behaved and well-understood mathematically, as well as less problematic philosophically, they do not permit the fine grained distinctions that ontologies often need to make. For example, an ontology may want to distinguish between the class of all creatures with a kidney and the class of all creatures with a heart, even if these classes happen to have exactly the same members. In the upper ontologies mentioned above, the classes are defined intensionally. Intensionally defined classes usually have necessary conditions associated with membership in each class. Some classes may also have sufficient conditions, and in those cases the combination of necessary and sufficient conditions make that class a fully defined class. Ontology is overratedClay Shirky was one of the first people to argue that the exponential growth of information required the abandonment of expert classification of information. He argues that there are many ways to organize data: by using labels, lists, categories, taxonomies, ontologies. Of these, an ontology -- with its assertions about essence and relations among groups of items -- seems to be the highest-order method of organization. The predicted value of the semantic web assumes that ontological success such as the Library of Congress's classification scheme can be reproduced on a massive scale. Shirky says that, far from being an ideal high-order tool, ontologies are nearing the end of their use in information organization. The problems ontology solve are not about organizing ideas but how to organize things -- the Library of Congress's classification scheme exists not because concepts require consistent hierarchical placement, but because books do. Shirky provides examples of how this notion shifts in the online era. Key web sites
References
|

