Requirements for an Expressive Semantic Web Rule Language Michael - - PowerPoint PPT Presentation

requirements for an expressive semantic web rule language
SMART_READER_LITE
LIVE PREVIEW

Requirements for an Expressive Semantic Web Rule Language Michael - - PowerPoint PPT Presentation

Requirements for an Expressive Semantic Web Rule Language Michael Kifer State University of New York at Stony Brook The Role of a Rule Language: The RuleML, WSMO, SWSL View FOL++ Rules OWL RDF(S) XML Unicode URI Its The Features,


slide-1
SLIDE 1

Requirements for an Expressive Semantic Web Rule Language

Michael Kifer State University of New York at Stony Brook

slide-2
SLIDE 2

The Role of a Rule Language: The RuleML, WSMO, SWSL View XML URI Unicode RDF(S) OWL Rules FOL++

slide-3
SLIDE 3

It’s The Features, Stupid!

  • Prolog was unsuccessful not because of

performance, but because of features

– – Semantics Semantics: Not really declarative hence – – Features Features: Fairly feature-less and low-level

slide-4
SLIDE 4

What Is To Be Done

  • Fix the semantics
  • Add features
  • Web-ize
slide-5
SLIDE 5

Fixing the Semantics

  • Pretty much done: systems like XSB use

tabling to

– Fix the incomplete Prolog’s search strategy – Implement the well-founded semantics for NAF (negation as failure)

  • And they run fast!
slide-6
SLIDE 6

Adding Features

  • Not all features can be dropped into one

language

  • But the ones to be discussed are orthogonal:

can be combined and have been combined (for the most part)

– E.g., FLORA-2 – Most of these are in SWSL-Rules

slide-7
SLIDE 7

Feature Laundry List

Base: Datalog+NAF Frames Declarative metaprogramming Logical Updates Approximate reasoning paraconsistency Constraints Constraint programming

slide-8
SLIDE 8

Adding Frames

  • F-logic is a popular way to combine frames with

rules (and, more generally, FOL)

  • Several implementations:

– FLORA-2 – FLORID – Ontobroker (commercial) – TRIPLE (partial)

  • A basis for

– WSMO-Rules – SWSL-Rules

slide-9
SLIDE 9

Meta-Programming

  • Need second order syntax, but not semantics
  • One simple solution that goes a long way:

HiLog (has been confirmed by its rediscovery in the form of SKIF)

  • Supports cleanly and tractably not only second-
  • rder syntax, but also reification
slide-10
SLIDE 10

Logical Updates

  • Prolog’s assert/retract are not logical – hard

to write programs correctly

  • A good solution is Transaction Logic:

– Logical updates – Attached procedures – Triggers – Supports a variety of tasks, including planning

slide-11
SLIDE 11

Approximate Reasoning

  • Annotated logic

– Supports:

  • Paraconsistency
  • Easy to use
  • Naturally combines with rules

– Problem:

  • Where are all the confidence factors coming from?
slide-12
SLIDE 12

Constraints

  • Constraints and constraint logic

programming are not new; most Prolog systems support them

slide-13
SLIDE 13

Web-izing

  • URIs – a matter of syntax
  • Modules

– Need labels to attach to logical theories, not just names of predicates/objects – An extensible integration mechanism with other theories (e.g., DL) and languages (procedural and rule-based) – Seems severely under-appreciated by the Web/Rules community

  • Only FLORA-2 and TRIPLE (and now WSML) got it right
slide-14
SLIDE 14

Additional Niceties

  • Courteous rules

– Prioritization – Classical negation

  • Lloyd-Topor

– More natural expression of universal statements

slide-15
SLIDE 15

Discussion