vix.ing · top · new · best · stats · spec

XPath-Logic and XPathLog: A Logic-Programming Style XML Data Manipulation Language

2003/11/25 by Wolfgang May, May, Wolfgang
Computer Science · #D.3 #Databases (cs.DB) #FOS: Computer and information sciences #H.2 #cs.DB

paper · pdf · doi:10.48550/arxiv.cs/0311038

arxiv created 2003/11/25 · arxiv updated 2009/12/01

Abstract

We define XPathLog as a Datalog-style extension of XPath. XPathLog provides a clear, declarative language for querying and manipulating XML whose perspectives are especially in XML data integration. In our characterization, the formal semantics is defined wrt. an edge-labeled graph-based model which covers the XML data model. We give a complete, logic-based characterization of XML data and the main language concept for XML, XPath. XPath-Logic extends the XPath language with variable bindings and embeds it into first-order logic. XPathLog is then the Horn fragment of XPath-Logic, providing a Datalog-style, rule-based language for querying and manipulating XML data. The model-theoretic semantics of XPath-Logic serves as the base of XPathLog as a logic-programming language, whereas also an equivalent answer-set semantics for evaluating XPathLog queries is given. In contrast to other approaches, the XPath syntax and semantics is also used for a declarative specification how the database should be updated: when used in rule heads, XPath filters are interpreted as specifications of elements and properties which should be added to the database.

Related