1 / 4

A Tutorial Summary of Description Logic and Hybrid Rules

A Tutorial Summary of Description Logic and Hybrid Rules. Jing Mei, Harold Boley October, 2005. a. R(a,b). b. Description Logics. d. R(a,d). DL: Family of (decidable) sublanguages of First-Order Logic Concept Atomic concepts: C, C 1 , C 2 , D

leif
Download Presentation

A Tutorial Summary of Description Logic and Hybrid Rules

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. A Tutorial Summary ofDescription LogicandHybrid Rules Jing Mei, Harold Boley October, 2005

  2. a R(a,b) b Description Logics d R(a,d) • DL: Family of (decidable) sublanguages of First-Order Logic • Concept • Atomic concepts: C, C1, C2, D • Boolean combinations: negation, intersection, union • Restrictions: existential, universal, number qualifications • Role • Atomic roles: R, S • Property: transitive, symmetric, functional, inverse-functional • Axiom • TBox: subsumption • ABox: assertion e R(a,e) a R(a,b) b

  3. Rules • Language • term: constant, variable, function symbol • atom: predicate symbol applied to terms • literal: atom + negative atom • extended literal: literal + negation as failure literal • Head  Body • Without function symbols in atoms H and Bi • Datalog: H B1 …  Bm • Datalog: H1 …  Hn B1 …  Bm • Datalog : H1 …  Hn [naf] B1 …  [naf] Bm • With function symbols in atoms H and Bi • Horn programs: H B1 …  Bm • Normal programs: H [naf] B1 …  [naf] Bm • Extended programs: H1 …  Hn [naf][neg] B1 …  [naf][neg] Bm

  4. Hybrid Knowledge Base • Hybrid KB: K = (S, R) • S: a finite set of DL axioms in the ontology language • R: a finite set of hybrid rules • Hybrid Rules:H  B1 …  Bm & Q1 …  Qn • H, Bi are ordinary atoms for rules • Qj are queries to the DL component S

More Related