1 / 58

Ontology and Context Modeling

Ontology and Context Modeling. November 20, 2008 Sung-Bae Cho. Agenda. Ontology Introduction Ontology Components Ontology Development Process Ontology Languages Applications Using Ontology for Context Awareness Contexts Manipulation Using Ontology AmbieSense Project

desma
Télécharger la présentation

Ontology and Context Modeling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ontology and Context Modeling November 20, 2008 Sung-Bae Cho

  2. Agenda • Ontology • Introduction • Ontology Components • Ontology Development Process • Ontology Languages • Applications Using Ontology for Context Awareness • Contexts Manipulation Using Ontology • AmbieSense Project • Modeling Context Ontology based on Activity Theory • Summary & Review

  3. Contexts and Ontology • Contexts[Dey et. al. 2001] • Context is any information that can be used to characterize the situation of an entity. • Three FundamentalElements for characterizing the situation • Environments- Location, Building, Room, etc. • Computational Entity – Smart Sensors, Actuators, etc. • User–Profile, Schedule, Activities, etc. • Context-Aware System • A system that uses contexts to provide relevant information and services to user • Context and ontology • Ontology can define the context as a formal information • Context can be shared as a type of ontology

  4. What’s an Ontology? • An ontology is an explicit specification of a conceptualization. • Thomas Gruber • An ontology is a well-organized system of human knowledge and information made for machinesto understand them easily and correctly. • An ontology is a common framework that allows data to be shared and reused by human and machines. • Other expression • a common vocabulary • a shared understanding

  5. Ontology Structure

  6. Ontologies Vs. Data Models • No strict line in between, but ontologies are • More general • More reusable • Intended for multiple purposes, goals, and users • More easily shareable • Take stand on semantics of concepts (as opposed to mere structure and integrity)

  7. What Is a Concept? • Concepts (among other things) are in general language independent (words 'cat' and 'kissa' denote the same concept) • Are mental or logical representations of reality • Are related to other concepts • Do not need symbols but hold them for means of communication • A concept has • Intension or meaning • Extension, i.e. the set of objects that the concept refers to • On the difference between intension and extension, consider phrases "Evening star" and "Morning star" that have different meanings (intension) yet both refer to planet Venus (extension) • Ontology is mainly concerned with intension

  8. Ontology in Philosophy • Semantics • The meaning of meaning • Philosophical discipline, branch of philosophy that deals with the nature and the organization of reality • Science of Being (Aristotle, Metaphysics, IV,1) • Tries to answer the question • What is being? • What are the features common to all beings?

  9. Ontology in Computer Science • Ontology in Computer Science • Tom Gruber • An ontology is a specification of a conceptualization • An ontology is a description (like a formal specification of a program) of the concepts and relationships that can exist for an agent or a community of agents • Nicola Guarino • In Artificial Intelligence, an ontology refers to an engineering artifact, constituted by a specific vocabulary used to describe a certain reality, plus a set of explicit assumptions regarding the intended meaning of the vocabulary words

  10. Ontologies and Controlled Vocabularies • Ontology is a Controlled Vocabulary of • Types of subjects, • Types of relations among subjects, • Rules, axioms and constraints. • Controlled Vocabulary - a fixed set of (agreed upon) names used within a certain community to refer to subjects in a certain domain.

  11. Ontology/CV Examples • Glossary • Controlled vocabularies + natural language explanation of the meaning of terms. • Meaning is expressed in a human readable form and help human to understand the meaning of terms, often ambiguous. • Glossaries were intended to help humans not machines. • Thesauri • Controlled vocabularies or glossary + some additional semantics. • Synonyms / homonyms / antonyms relationships. • Broader / narrower terms. • Index • Controlled vocabularies + references to the subject occurrences. • Taxonomy and Classification • Controlled vocabulary + hierarchic structure.

  12. Why Ontology? • Labeling • If I say “car” and you say “voiture” how do we know we mean the same thing? • Semantics • If I say “vehicle”, how do you know if this includes buses, powered motorcycles • To share common understanding of the structure of descriptive information • Among people • Among software agents • Between people and software • To enable reuse of domain knowledge • To avoid “re-inventing the wheel” • To introduce standards to allow interoperability

  13. Why Ontology? (2) • To make domain assumptions explicit • Easier to change domain assumptions (consider a genetics knowledge base) • Easier to understand and update legacy data • To separate domain knowledge from the operational knowledge • Re-use domain and operational knowledge separately(e.g., configuration based on constraints) • To manage the combinatorial explosion

  14. Agenda • Ontology • Introduction • Ontology Components • Ontology Development Process • Ontology Languages • Applications Using Ontology for Context Awareness • Contexts Manipulation Using Ontology • AmbieSense Project • Modeling Context Ontology based on Activity Theory • Summary & Review

  15. Knowledge Models Set of Examples Set of traces Factual Models Set of Statements Typologies Component Conceptual Systems Models Hybrid Conceptual Series Systems Procedures Parallel Knowledge Procedural Procedures Models Models Norms and Iterative Constraints Procedures Laws and Prescriptive Theories Models Decision Trees Control Rules Processes Processes Methods and Methods Multi-actor workflows • Taxonomy of knowledge models • Contains many kinds of information

  16. Semantic Networks • Knowledge represented as a network or graph • represents semantic relations between the concepts • often used as a form of knowledge representation • a directed or undirected graph consisting of vertices, which represent concepts, and edges • A simple type of ontology

  17. Semantic Networks Feature • By traversing network we can find: • That Nellie has a head (by inheritance) • That certain concepts related in certain ways (e.g., apples and elephants). • BUT: Meaning of semantic networks was not always well defined. • Are all Elephants big, or just typical elephants? • Do all Elephants live in the “same” Africa? • Do all animals have the same head? • For machine processing these things must be defined.  Formal ontology supports the requirements

  18. Ontology Components • Concepts / Class • Concepts of the domain or tasks, which are usually organized in taxonomies • Example: Person, Car, University, … • Relations • A type of interaction between concepts of the domain • Example: subclass-of, is-a, … • Functions • A special case of relations in which the n-the element of the relationship is unique for the n-1 preceding elements • Example: Father_of, Sum_of_Price,… • Axioms • Model sentences that are always true • Example: a+0=0, if x > y, then x+a > y+a, … • Instances / Individuals • To represent specific elements • Example: Student called Peter, …

  19. Ontology Components (2) First Order Logic (FOL) Description Logic (DL) Classes Concepts Relations Roles (w/Function, Axiom) Functions Instances Individuals

  20. Taxonomy, Ontology, Knowledgebase

  21. Taxonomy • Taxonomy := Segmentation, classification and ordering of elements into a classification system according to their relationships between each other

  22. Thesaurus • Terminology for specific domain • Graph with primitives, 2 fixed relationships (similar, synonym) • Originate from bibliography

  23. Topic Map • A standard for the representation and interchange of knowledge, with an emphasis on the findability of information. • The ISO standard is formally known as ISO/IEC 13250:2003

  24. Ontology • Representation Language: Predicate Logic • Standards: RDF(S), OWL

  25. Knowledge Description & Reasoning Level Knowledge search Knowledge Description Level Ontology Topic Map Thesaurus Taxononmy Knowledge Reasoning Level

  26. Agenda • Ontology • Introduction • Ontology Components • Ontology Development Process • Ontology Languages • Applications Using Ontology for Context Awareness • Contexts Manipulation Using Ontology • AmbieSense Project • Modeling Context Ontology based on Activity Theory • Summary & Review

  27. Ontology Development Process • Ontology development process consists in seven steps 1. Specification 2. Knowledge acquisition 3. Conceptualization 4. Integration 5. Implementation 6. Evaluation 7. Documentation • Ontology development is an iterative process • After evaluation we came back to previous phases and corrected mistakes

  28. Specification • Requirement Analysis • What is the goal of the ontology? • What is the usage?, users specifications … • What is relevant to fulfill the goal? • E.g., entities, relationships, restrictions • What need to be modeled? • E.g., key components of car, types of car • What granularity is useful? • What parts should be described, what is unnecessary …

  29. Knowledge Acquisition Try to get the information based on the available documents in different data sources Put the information in a hierarchy structure with respect to the ontology scope This step occurs in parallel with specification step

  30. Conceptualization and Integration Concepts in the ontology should be close to objects (physical or logical) and relationships in your domain of interest In order to obtain some uniformity across your ontology with other ontologies, try to get definitions from other ontologies

  31. Implementation and Evaluation • Implementation consists in define all the ontology components through an ontology definition language generally in two stages • Informal stage • Ontology is sketched out using either natural language descriptions or some diagram technique • Formal stage • Ontology is encoded in a formal knowledge representation language, that is machine computable • Different tools (e.g., Protégé) may help in the implementation • Evaluation consists in checking for completeness, consistence and avoiding from redundancy • Different tools (e.g., RACER) may help in the evaluation

  32. Documentation Produce clear informal and formal documentation Make ontology understandable! An ontology that cannot be understood will not be reused

  33. Ontology Development Process

  34. Agenda • Ontology • Introduction • Ontology Components • Ontology Development Process • Ontology Languages • Applications Using Ontology for Context Awareness • Contexts Manipulation Using Ontology • AmbieSense Project • Modeling Context Ontology based on Activity Theory • Summary & Review

  35. Ontology Languages

  36. OWL • Web Ontology Language • Official W3C Standard since Feb 2004 • Based on predecessors (DAML+OIL) • A Web Language: Based on RDF(S) • An Ontology Language: Based on logic

  37. OWL Ontologies • What’s inside an OWL ontology • Classes + class-hierarchy • Properties (Slots) / values • Relations between classes(inheritance, disjoints, equivalents) • Restrictions on properties (type, cardinality) • Characteristics of properties (transitive, …) • Annotations • Individuals • Reasoning tasks: classification, consistency checking

  38. Example Ontology (Protégé)

  39. Resources • FaCT++ system (open source) • http://owl.man.ac.uk/factplusplus/ • Protégé • http://protege.stanford.edu/plugins/owl/ • W3C Web-Ontology (WebOnt) working group (OWL) • http://www.w3.org/2001/sw/WebOnt/ • DL Handbook, Cambridge University Press • http://books.cambridge.org/0521781760.htm

  40. Agenda • Ontology • Introduction • Ontology Components • Ontology Development Process • Ontology Languages • Applications Using Ontology for Context Awareness • Contexts Manipulation Using Ontology • AmbieSense Project • Modeling Context Ontology based on Activity Theory • Summary & Review

  41. Contexts Manipulation Using Ontology • An Approach for Configuring Ontology-based Application Context Model • Chung-Seong Hong, Hyun Kim, Hyoung-Sun Kim • Electronics and Telecommunication Research Institute, Republic of Korea • Backgrounds • Previous researches mainly focus on the collecting and analyzing context information from the computational devices. • Contexts are managed and interpreted inside of the infrastructure with their own context model. • Applications are created and executed based on the unified context model that is managed in the context-aware infrastructure. • Problems • With the unified context model, Is it possible to support all kinds of ubiquitous applications? • What about contexts outside of the context-aware system? • Information System - Scheduling Sys., Weather Forecasting Sys., etc. • Web Services

  42. Three Phases of Contexts Manipulation

  43. Goals • We proposea conceptual modeling approach focusing onhow to configure application context model usingontology throughexpanding context-aware systems’ context model for intelligent services in ubiquitous computing environments. • A new context modeling approach is designed to overcome shortcomings such as • context inference through OWL • context knowledge reuse through context modularization • context knowledge expansion through ontology merging

  44. Layered Application Context Model • We simplify the application context model as four-layered space based on the abstraction level of contexts.

  45. Modeling Common and Domain Ontology

  46. Prototype Smart Meeting Room Application

  47. Integrated Application Context Ontology

  48. Agenda • Ontology • Introduction • Ontology Components • Ontology Development Process • Ontology Languages • Applications Using Ontology for Context Awareness • Contexts Manipulation Using Ontology • AmbieSense Project • Modeling Context Ontology based on Activity Theory • Summary & Review

  49. AmbieSense Project • Case-Based Situation Assessment in a Mobile Context-Aware System • Anders Kofod-Petersen and Agnar Aamodt • Artificial Intelligence in Mobile System, 2003 • AmbieSense • A small and wireless context tag • Inside furniture, beside artworks, in a meeting room, in a shop window, or in an open area

  50. The Developed Domain Context Model • Generic concepts • Task, Goal, Action, Physical Object • Concepts of the domain in a multi-relational semantic network • Airport Hall, Gate, Restaurant, Newsstand

More Related