Ontology-Based Computing - PowerPoint PPT Presentation

1 / 14
About This Presentation
Title:

Ontology-Based Computing

Description:

Increasingly large amounts of information is becoming accessible electronically. ... Very well developed branch of AI. Many tools, but mostly academic. ... – PowerPoint PPT presentation

Number of Views:23
Avg rating:3.0/5.0
Slides: 15
Provided by: KennethB8
Learn more at: https://www.ccs.neu.edu
Category:
Tags: ai | based | computing | ontology

less

Transcript and Presenter's Notes

Title: Ontology-Based Computing


1
Ontology-Based Computing
  • Kenneth Baclawski
  • Northeastern University and Jarg

2
The Onslaught
  • Increasingly large amounts of information is
    becoming accessible electronically.
  • The information sources are increasingly
    complicated.
  • The diversity of types of information source is
    also increasing.

Technologies are emerging to cope with this
onslaught ontology-based computing.
3
Ontologies
  • Shared understanding within a community of people
  • Declarative specification of entities and their
    relationships with each other
  • Constraints and rules that permit reasoning
    within the ontology
  • Behavior associated with stated or inferred facts

4
Relational Database Schemas
  • Well established technique for specifying the
    structure of shared data, not for communication
    between people or agents
  • Declarative specification but of tables, not of
    entities and relationships
  • Some constraints are expressible but no
    significant rules (such as inheritance)
  • No explicit behavior

5
Object-Oriented Schemas
  • Emerging technology for communication between
    software components
  • Declarative specifications
  • Constraints and some rules
  • Several ways to specify behavior
  • The Unified Modeling Language (UML) is the
    standard OO modeling language.

6
Logic
  • Very expressive but very difficult to use. Not
    designed for communication.
  • Most logical languages are not based on entities
    and relationships.
  • Very powerful inferencing capabilities.
  • Do not usually have any associated behavior.
  • Many examples Prolog, KIF, ...

7
XML DTDs and XML Schema
  • Defines a hierarchical document type. XML Schema
    defines data types. Designed for communication
    over the Web.
  • Good support for entities and hierarchical
    relationships awkward for others.
  • Constraints can be imposed on the hierarchical
    structure and on data types.
  • Behavior can be specified procedurally.

8
Knowledge Representations
  • Very well developed branch of AI. Many tools,
    but mostly academic. Not yet used for
    communication over the Web.
  • Powerful language for specifying entities and
    their relationships.
  • Most are linked with inference engines.
  • Behavior is typically handled in an ad hoc manner.

9
RDF and DAML
  • Resource Description Framework (RDF) is a
    knowledge representation language. It is a WWW
    Consortium Recommendation.
  • The DARPA Agent Markup Language (DAML) is an
    extension of RDF to serve as the basis for
    ontology-based computing over the Web the
    Semantic Web.

10
Ontological Reasoning in RDF
Property
Class
type
owns
1. Type constraint violation The range of owns
is Fish
2. There is no inconsistency Wanda is a Fish
(Mermaid?)
11
DAML
Property
Class
Restriction
1. Cardinality constraint violation George cant
have two majors
2. There is no inconsistency Engineering Arts
Sciences
12
Representing information
  • Relational database records
  • OO database instances
  • Logic facts
  • XML documents
  • KR annotations
  • All of these are graph structures entities
    related to other entities by relationships.

13
Where is the meaning?
  • Databases select-project-join queries
  • Logic rules determined by unification
  • XML XSLT patterns
  • KR templates
  • All of these are forms of graph matching. The
    units of meaning are small connected subgraphs.

14
Coping with the onslaught
  • Volume of data
  • Use distributed systems and indexes
  • Complexity of ontologies
  • Graphical user interfaces
  • Consistency checking
  • Diversity of ontologies
  • Ontology mediation
Write a Comment
User Comments (0)
About PowerShow.com