42
Logical Foundations for the Semantic Web Reasoning with Expressive Description Logics: Theory and Practice Ian Horrocks [email protected] University of Manchester Manchester, UK Logical Foundations for the Semantic Web – p. 1/37

Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Embed Size (px)

Citation preview

Page 1: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Logical Foundations for the Semantic WebReasoning with Expressive Description Logics: Theory and Practice

Ian Horrocks

[email protected]

University of Manchester

Manchester, UK

Logical Foundations for the Semantic Web – p. 1/37

Page 2: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Talk Outline

Introduction to Description Logics

The Semantic Web

Web Ontology Languages

DAML+OIL and OWL Languages

Reasoning with OWL

OilEd Demo

Research Challenges

Logical Foundations for the Semantic Web – p. 2/37

Page 3: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Introduction to Description Logics

Logical Foundations for the Semantic Web – p. 3/37

Page 4: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

What are Description Logics?

☞ A family of logic based Knowledge Representation formalisms• Descendants of semantic networks and KL-ONE• Describe domain in terms of concepts (classes), roles

(relationships) and individuals

☞ Distinguished by:• Formal semantics (model theoretic)

– Decidable fragments of FOL– Closely related to Propositional Modal & Dynamic Logics

• Provision of inference services– Sound and complete decision procedures for key problems– Implemented systems (highly optimised)

Logical Foundations for the Semantic Web – p. 4/37

Page 5: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Short History of Description Logics

Phase 1:☞ Incomplete systems (Back, Classic, Loom, . . . )☞ Based on structural algorithms

Phase 2:☞ Development of tableau algorithms and complexity results☞ Tableau-based systems (Kris, Crack)☞ Investigation of optimisation techniques

Phase 3:☞ Tableau algorithms for very expressive DLs☞ Highly optimised tableau systems (FaCT, DLP, Racer)☞ Relationship to modal logic and decidable fragments of FOL

Logical Foundations for the Semantic Web – p. 5/37

Page 6: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Latest Developments

Phase 4:☞ Mature implementations☞ Mainstream applications and Tools

• Databases– Consistency of conceptual schemata (EER, UML etc.)– Schema integration– Query subsumption (w.r.t. a conceptual schema)

• Ontologies and Semantic Web (and Grid)– Ontology engineering (design, maintenance, integration)– Reasoning with ontology-based markup (meta-data)– Service description and discovery

☞ Commercial implementations• Cerebra system from Network Inference Ltd

Logical Foundations for the Semantic Web – p. 6/37

Page 7: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Formalism for Ontology Languages: Description Logicsextracts from Franconi’s course by Serguei Krivov

Page 8: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

DL-Examples (by Krivov/Franconi)

Page 9: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

The Semantic Web

Logical Foundations for the Semantic Web – p. 7/37

Page 10: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

The Semantic Web Vision

☞ Web made possible through established standards• TCP/IP for transporting bits down a wire• HTTP & HTML for transporting and rendering hyperlinked text

☞ Applications able to exploit this common infrastructure• Result is the WWW as we know it

☞ 1st generation web mostly handwritten HTML pages

☞ 2nd generation (current) web often machine generated/active

☞ Both intended for direct human processing/interaction

☞ In next generation web, resources should be more accessible toautomated processes• To be achieved via semantic markup• Metadata annotations that describe content/function

☞ Coincides with Tim Berners-Lee’s vision of a Semantic Web

Logical Foundations for the Semantic Web – p. 8/37

Page 11: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

What Is Semantic Web?What Is Semantic Web?

I have a dream for the Web [to] becomeI have a dream for the Web [to] become capable of analyzing all the data on the Web – the content, links, and transactions , ,between people and computers. A ‘Semantic Web’, which should make this possible, has pyet to emerge, but when it does, the day-to-day mechanisms of trade, bureaucracy and our daily lives will be handled by machines talking to machines.

Tim Berners-Lee, 1999

Page 12: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Ontologies

☞ Semantic markup must be meaningful to automated processes

☞ Ontologies will play a key role• Source of precisely defined terms (vocabulary)• Can be shared across applications (and humans)

☞ Ontology typically consists of:• Hierarchical description of important concepts in domain• Descriptions of properties of instances of each concept

☞ Degree of formality can be quite variable (NL–logic)

☞ Increased formality and regularity facilitates machine understanding

☞ Ontologies can be used, e.g.:• To facilitate agent-agent communication in e-commerce• In semantic based search• To provide richer service descriptions that can be more flexibly

interpreted by intelligent agents

Logical Foundations for the Semantic Web – p. 9/37

Page 13: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Web Ontology Languages

Logical Foundations for the Semantic Web – p. 10/37

Page 14: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Web Languages

☞ Web languages already extended to facilitate content description• XML Schema (XMLS)• RDF and RDF Schema (RDFS)

☞ RDFS recognisable as an ontology language• Classes and properties• Range and domain• Sub/super-classes (and properties)

☞ But RDFS not a suitable foundation for Semantic Web• Too weak to describe resources in sufficient detail

☞ Requirements for web ontology language:• Compatible with existing Web standards (XML, RDF, RDFS)• Easy to understand and use (based on familiar KR idioms)• Formally specified and of “adequate” expressive power• Possible to provide automated reasoning support

Logical Foundations for the Semantic Web – p. 11/37

Page 15: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

What Is XML?What Is XML?

• Stands for eXtensible Markup Language• Stands for eXtensible Markup Language.• Designed to structure, store and transport data.• An example:• An example:

<note><to>Shane</to><from>Yani</from><day>16</day><h di >M thl R i d </h di ><heading>Monthly Reminder</heading><body>Don't forget to pay credit card charges!</body></note>

Page 16: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

OIL, DAML-ONT, DAML+OIL and OWL

☞ Two languages developed to satisfy above requirements• OIL: developed by group of (largely) European researchers• DAML-ONT: developed in DARPA DAML programme

☞ Efforts merged to produce DAML+OIL

☞ Submitted to W3C as basis for standardisation• WebOnt working group developing OWL language standard

☞ DAML+OIL/OWL “layered” on top of RDFS• RDFS based syntax and ontological primitives (subclass etc.)• Adds much richer set of primitives (transitivity, cardinality, . . . )

☞ Describes structure of domain in terms of Classes and Properties• Ontology is set of axioms describing classes and properties• E.g., Person subclass of Animal whose parents are all Persons

☞ Uses RDF for class/property membership assertions (ground facts)• E.g., john instance of Person; 〈john, mary〉 instance of parent

Logical Foundations for the Semantic Web – p. 12/37

Page 17: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

OIL, DAML-ONT, DAML+OIL and OWL

☞ Two languages developed to satisfy above requirements• OIL: developed by group of (largely) European researchers• DAML-ONT: developed in DARPA DAML programme

☞ Efforts merged to produce DAML+OIL

☞ Submitted to W3C as basis for standardisation• WebOnt working group developing OWL language standard

☞ DAML+OIL/OWL “layered” on top of RDFS• RDFS based syntax and ontological primitives (subclass etc.)• Adds much richer set of primitives (transitivity, cardinality, . . . )

☞ Describes structure of domain in terms of Classes and Properties• Ontology is set of axioms describing classes and properties• E.g., Person subclass of Animal whose parents are all Persons

☞ Uses RDF for class/property membership assertions (ground facts)• E.g., john instance of Person; 〈john, mary〉 instance of parent

Logical Foundations for the Semantic Web – p. 12/37

Page 18: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

OWL Language

Logical Foundations for the Semantic Web – p. 13/37

Page 19: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Foundations

☞ Three species of OWL• OWL full is union of OWL syntax and RDF• OWL DL restricted to FOL fragment (≈DAML+OIL)• OWL Lite is “easier to implement” subset of OWL DL

☞ Semantic layering• OWL DL ≡ OWL full within DL fragment• DL semantics officially definitive

☞ OWL DL based on SHIQ Description Logic

☞ Benefits from many years of DL research• Well defined semantics• Formal properties well understood (complexity, decidability)• Known reasoning algorithms• Implemented systems (highly optimised)

Logical Foundations for the Semantic Web – p. 14/37

Page 20: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

OWL Class Constructors

Constructor DL Syntax Example (Modal Syntax)

intersectionOf C1 u . . . u Cn Human u Male C1 ∧ . . . ∧ Cn

unionOf C1 t . . . t Cn Doctor t Lawyer C1 ∨ . . . ∨ Cn

complementOf ¬C ¬Male ¬C

oneOf {x1 . . . xn} {john, mary} x1 ∨ . . . ∨ xn

allValuesFrom ∀P.C ∀hasChild.Doctor [P ]C

someValuesFrom ∃P.C ∃hasChild.Lawyer 〈P 〉C

maxCardinality 6nP 61hasChild [P ]n+1

minCardinality >nP >2hasChild 〈P 〉n

☞ XMLS datatypes as well as classes in ∀P.C and ∃P.C

• E.g., ∃hasAge.nonNegativeInteger

☞ Arbitrarily complex nesting of constructors• E.g., Person u ∀hasChild.(Doctor t ∃hasChild.Doctor)

Logical Foundations for the Semantic Web – p. 15/37

Page 21: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

RDFS Syntax

<owl:Class><owl:intersectionOf rdf:parseType="collection">

<owl:Class rdf:about="#Person"/><owl:Restriction>

<owl:onProperty rdf:resource="#hasChild"/><owl:toClass>

<owl:unionOf rdf:parseType="collection"><owl:Class rdf:about="#Doctor"/><owl:Restriction>

<owl:onProperty rdf:resource="#hasChild"/><owl:hasClass rdf:resource="#Doctor"/>

</owl:Restriction></owl:unionOf>

</owl:toClass></owl:Restriction>

</owl:intersectionOf></owl:Class>

Logical Foundations for the Semantic Web – p. 16/37

Page 22: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

OWL DL Semantics

☞ Semantics defined by interpretations: I = (∆I , ·I)

• concepts −→ subsets of ∆I

• roles −→ binary relations over ∆I (subsets of ∆I × ∆I)

• individuals −→ elements of ∆I

☞ Interpretation function ·I extended to concept expressions

• (C u D)I = CI ∩ DI (C t D)I = CI ∪ DI (¬C)I = ∆I \ CI

• {xn, . . . , xn}I = {xI

n, . . . , xI

n}

• (∃R.C)I = {x | ∃y.〈x, y〉 ∈ RI ∧ y ∈ CI}

• (∀R.C)I = {x | ∀y.(x, y) ∈ RI ⇒ y ∈ CI}

• (6nR)I = {x | #{y | 〈x, y〉 ∈ RI} 6 n}

• (>nR)I = {x | #{y | 〈x, y〉 ∈ RI} > n}

Logical Foundations for the Semantic Web – p. 17/37

Page 23: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

OWL Axioms

Axiom DL Syntax Example

subClassOf C1 v C2 Human v Animal u BipedequivalentClass C1 ≡ C2 Man ≡ Human u MaledisjointWith C1 v ¬C2 Male v ¬FemalesameIndividualAs {x1} ≡ {x2} {President_Bush} ≡ {G_W_Bush}differentFrom {x1} v ¬{x2} {john} v ¬{peter}subPropertyOf P1 v P2 hasDaughter v hasChildequivalentProperty P1 ≡ P2 cost ≡ priceinverseOf P1 ≡ P−

2 hasChild ≡ hasParent−

transitiveProperty P+ v P ancestor+ v ancestorfunctionalProperty > v 61P > v 61hasMotherinverseFunctionalProperty > v 61P− > v 61hasSSN−

☞ I satisfies C1 v C2 iff CI1 ⊆ CI

2 ; satisfies P1 v P2 iff P I1 ⊆ P I

2

☞ I satisfies ontology O (is a model of O) iff satisfies every axiom in O

Logical Foundations for the Semantic Web – p. 18/37

Page 24: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

XML Datatypes in OWL

☞ OWL supports XML Schema primitive datatypes

☞ Clean separation between “object” classes and datatypes

• Disjoint interpretation domain: dI ⊆ ∆D, and ∆D ∩ ∆I = ∅

• Disjoint datatype properties: P I

D⊆ ∆I × ∆D

☞ Philosophical reasons:• Datatypes structured by built-in predicates• Not appropriate to form new datatypes using ontology language

☞ Practical reasons:• Ontology language remains simple and compact• Semantic integrity of ontology language not compromised• Implementability not compromised — can use hybrid reasoner

– Only need sound and complete decision procedure fordI1 ∩ . . . ∩ dI

n, where di is a (possibly negated) datatype

Logical Foundations for the Semantic Web – p. 19/37

Page 25: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Reasoning with OWL DL

Logical Foundations for the Semantic Web – p. 20/37

Page 26: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Reasoning

☞ Why do we want it?• Semantic Web aims at “machine understanding”• Understanding closely related to reasoning

☞ What can we do with it?• Design and maintenance of ontologies

– Check class consistency and compute class hierarchy– Particularly important with large ontologies/multiple authors

• Integration of ontologies– Assert inter-ontology relationships– Reasoner computes integrated class hierarchy/consistency

• Querying class and instance data w.r.t. ontologies– Determine if set of facts are consistent w.r.t. ontologies– Determine if individuals are instances of ontology classes– Retrieve individuals/tuples satisfying a query expression– Check if one class subsumes (is more general than) another

w.r.t. ontology– . . .

Logical Foundations for the Semantic Web – p. 21/37

Page 27: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Why Decidable Reasoning?

☞ OWL DL constructors/axioms restricted so reasoning is decidable

☞ Consistent with Semantic Web’s layered architecture• XML provides syntax transport layer• RDF(S) provides basic relational language and simple

ontological primitives• OWL DL provides powerful but still decidable ontology

language• Further layers may (will) extend OWL

– Will almost certainly be undecidable

☞ Facilitates provision of reasoning services• Known “practical” algorithms• Several implemented systems• Evidence of empirical tractability

☞ Understanding dependent on reliable & consistent reasoning

Logical Foundations for the Semantic Web – p. 22/37

Page 28: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Basic Inference Problems

☞ Consistency — check if knowledge is meaningful

• Is O consistent? There exists some model I of O• Is C consistent? CI 6= ∅ in some model I of O

☞ Subsumption — structure knowledge, compute taxonomy

• C vO D ? CI ⊆ DI in all models I of O

☞ Equivalence — check if two classes denote same set of instances

• C ≡O D ? CI = DI in all models I of O

☞ Instantiation — check if individual i instance of class C

• i ∈O C? i ∈ CI in all models I of O

☞ Retrieval — retrieve set of individuals that instantiate C

• set of i s.t. i ∈ CI in all models I of O

☞ Problems all reducible to consistency (satisfiability):• C vO D iff C u ¬D not consistent w.r.t. O• i ∈O C iff O ∪ {i ∈ ¬C} is not consistent

Logical Foundations for the Semantic Web – p. 23/37

Page 29: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Reasoning Support for Ontology Design: OilEd

Logical Foundations for the Semantic Web – p. 24/37

Page 30: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Description Logic Reasoning

Logical Foundations for the Semantic Web – p. 25/37

Page 31: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Highly Optimised Implementation

☞ DL reasoning based on tableaux algorithms

☞ Naive implementation −→ effective non-termination

☞ Modern systems include MANY optimisations

☞ Optimised classification (compute partial ordering)• Use enhanced traversal (exploit information from previous tests)• Use structural information to select classification order

☞ Optimised subsumption testing (search for models)• Normalisation and simplification of concepts• Absorption (simplification) of general axioms• Davis-Putnam style semantic branching search• Dependency directed backtracking• Caching of satisfiability results and (partial) models• Heuristic ordering of propositional and modal expansion• . . .

Logical Foundations for the Semantic Web – p. 26/37

Page 32: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Research and Implementation Challenges

Logical Foundations for the Semantic Web – p. 27/37

Page 33: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Challenges

☞ Increased expressive power• Existing DL systems implement (at most) SHIQ

• OWL extends SHIQ with datatypes and nominals

☞ Scalability• Very large KBs• Reasoning with (very large numbers of) individuals

☞ Other reasoning tasks• Querying• Matching• Least common subsumer• . . .

☞ Tools and Infrastructure• Support for large scale ontological engineering and deployment

Logical Foundations for the Semantic Web – p. 28/37

Page 34: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Increased Expressive Power: Datatypes

☞ OWL has simple form of datatypes• Unary predicates plus disjoint object-class/datatype domains

☞ Well understood theoretically• Existing work on concrete domains [Baader & Hanschke, Lutz]• Algorithm already known for SHOQ(D) [Horrocks & Sattler]• Can use hybrid reasoning (DL reasoner + datatype “oracle”)

☞ May be practically challenging• Large number of XMLS datatypes may be supported

☞ Already seeing some (partial) implementations• Cerebra system (Network Inference), Racer system (Hamburg)

Logical Foundations for the Semantic Web – p. 29/37

Page 35: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Increased Expressive Power: Nominals

☞ OWL oneOf constructor equivalent to hybrid logic nominals• Extensionally defined concepts, e.g., EU ≡ {France, Italy, . . .}

☞ Theoretically very challenging• Resulting logic has known high complexity (NExpTime)• No known “practical” algorithm• Not obvious how to extend tableaux techniques in this direction

– Loss of tree model property– Spy-points: > v ∃R.{Spy}

– Finite domains: {Spy} v 6nR−

• ?? automata based algorithms ??

☞ Standard solution is weaker semantics for nominals• Treat nominals as (disjoint) primitive classes• Loose some inferential power, e.g., w.r.t. max cardinality

Logical Foundations for the Semantic Web – p. 30/37

Page 36: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Scalability

☞ Reasoning hard — even without nominals (i.e., SHIQ)

☞ Web ontologies may grow very large

☞ Good empirical evidence of scalability/tractability for DL systems• E.g., 5,000 (complex) classes – 100,000+ (simple) classes

☞ But evidence mostly w.r.t. SHF (no inverse)

☞ Problems can arise when SHF extended to SHIQ

• Important optimisations no longer (fully) work

☞ Reasoning with individuals• Deployment of web ontologies will mean reasoning with

(possibly very large numbers of) individuals/tuples• Unlikely that standard Abox techniques will be able to cope

Logical Foundations for the Semantic Web – p. 31/37

Page 37: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Other Reasoning Tasks

☞ Querying• Retrieval and instantiation wont be sufficient• Minimum requirement will be DB style query language• May also need “what can I say about x?” style of query

☞ Explanation• To support ontology design• Justifications and proofs (e.g., of query results)

☞ “Non-Standard Inferences”, e.g., LCS, matching• To support ontology integration• To support “bottom up” design of ontologies

Logical Foundations for the Semantic Web – p. 32/37

Page 38: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Summary

☞ Semantic Web aims to make web resources accessible toautomated processes

☞ Ontologies will play key role by providing vocabulary for semanticmarkup

☞ OWL is an ontology language designed for the web• Exploits existing standards: XML, RDF(S)• Adds KR idioms from object oriented and frame systems• Formal rigor of a logic• Facilitates provision of reasoning support

☞ Challenges remain• Reasoning with nominals• (Convincing) demonstration(s) of scalability• New reasoning tasks

Logical Foundations for the Semantic Web – p. 33/37

Page 39: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Acknowledgements

☞ Members of the OIL, DAML+OIL and OWL development teams, inparticular Dieter Fensel and Frank van Harmelen (Amsterdam) andPeter Patel-Schneider (Bell Labs)

☞ Franz Baader, Uli Sattler and Stefan Tobies (Dresden)

☞ Members of the Information Management, Medical Informatics andFormal Methods Groups at the University of Manchester

Logical Foundations for the Semantic Web – p. 34/37

Page 40: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Resources

Slides from this talk

http://www.cs.man.ac.uk/~horrocks/Slides/glasgow03.pdf

FaCT system (open source)

http://www.cs.man.ac.uk/FaCT/

OilEd (open source)

http://oiled.man.ac.uk/

DAML+OIL

http://www.w3c.org/Submission/2001/12/

W3C Web-Ontology (WebOnt) working group (OWL)

http://www.w3.org/2001/sw/WebOnt/

Description Logic Handbook

Cambridge University Press

Logical Foundations for the Semantic Web – p. 35/37

Page 41: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Select Bibliography

I. Horrocks. DAML+OIL: a reason-able web ontology language. In Proc. ofEDBT 2002, number 2287 in Lecture Notes in Computer Science, pages2–13. Springer-Verlag, Mar. 2002.

I. Horrocks, P. F. Patel-Schneider, and F. van Harmelen. Reviewing thedesign of DAML+OIL: An ontology language for the semantic web. In Proc.of AAAI 2002, 2002. To appear.

I. Horrocks and S. Tessaris. Querying the semantic web: a formalapproach. In I. Horrocks and J. Hendler, editors, Proc. of the 2002International Semantic Web Conference (ISWC 2002), number 2342 inLecture Notes in Computer Science. Springer-Verlag, 2002.

C. Lutz. The Complexity of Reasoning with Concrete Domains. PhDthesis, Teaching and Research Area for Theoretical Computer Science,RWTH Aachen, 2001.

Logical Foundations for the Semantic Web – p. 36/37

Page 42: Logical Foundations for the Semantic Web - UVMcs.uvm.edu/~xwu/ai/SemanticWeb-Horrocks.pdfRelationship to modal logic and decidable fragments of FOL Logical Foundations for the Semantic

Select Bibliography

I. Horrocks and U. Sattler. Ontology reasoning in the SHOQ(D)description logic. In B. Nebel, editor, Proc. of IJCAI-01, pages 199–204.Morgan Kaufmann, 2001.

F. Baader, S. Brandt, and R. Küsters. Matching under side conditions indescription logics. In B. Nebel, editor, Proc. of IJCAI-01, pages 213–218,Seattle, Washington, 2001. Morgan Kaufmann.

A. Borgida, E. Franconi, and I. Horrocks. Explaining ALC subsumption. InProc. of ECAI 2000, pages 209–213. IOS Press, 2000.

D. Calvanese, G. De Giacomo, M. Lenzerini, D. Nardi, and R. Rosati. Aprincipled approach to data integration and reconciliation in datawarehousing. In Proceedings of the International Workshop on Designand Management of Data Warehouses (DWDM’99), 1999.

Logical Foundations for the Semantic Web – p. 37/37