1 / 8

Datalog ±

Datalog ±. Summary of talk by Georg Gottlob http://ontolog.cim3.net/ cgi -bin/wiki.pl?ConferenceCall_2013_10_31. Datalog. Language that is based on prolog Tailored to data querying and integration Limitations to achieve decidability: No complex terms as predicates

andres
Download Presentation

Datalog ±

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. Datalog± Summary of talk by Georg Gottlob http://ontolog.cim3.net/cgi-bin/wiki.pl?ConferenceCall_2013_10_31

  2. Datalog • Language that is based on prolog • Tailored to data querying and integration • Limitations to achieve decidability: • No complex terms as predicates • Restrictions on use of negation and recursion • A variable in the head of a clause appears in the body and in not negated • A negative appearing in the body must also exist in the body as a positive • Predicate ordering has no effect on execution

  3. ± • Extend the expressiveness of Datalog while maintaining decidability • Allow for representing popular KR languages • Requires additional language features to achieve increased expressiveness • Requires additional limitations to maintain decidability

  4. + (Extensions) • Existential Quantification • Equality predicate • Constant False

  5. - (Limitations) • Guarded Datalog: Every ‘For All’ variable in the head appears together in a single body atom • Linear Datalog: Body consists of a single atom • Sticky Datalog: Every Join variable in the head appears in a single atom of the body

  6. For Data Integration • Following can now be fully represented • UML Diagrams • F-Logic • SPARQL • Description Logics • Can now use Datalog to query and integrate data stored as these sources

  7. Representing UML

  8. Questions

More Related