Skip to main content

Showing 1–9 of 9 results for author: Fletcher, G H

Searching in archive cs. Search in all archives.
.
  1. arXiv:1803.01390  [pdf, ps, other

    cs.DB

    Comparing Downward Fragments of the Relational Calculus with Transitive Closure on Trees

    Authors: Jelle Hellings, Marc Gyssens, Yuqing Wu, Dirk Van Gucht, Jan Van den Bussche, Stijn Vansummeren, George H. L. Fletcher

    Abstract: Motivated by the continuing interest in the tree data model, we study the expressive power of downward navigational query languages on trees and chains. Basic navigational queries are built from the identity relation and edge relations using composition and union. We study the effects on relative expressiveness when we add transitive closure, projections, coprojections, intersection, and differenc… ▽ More

    Submitted 4 March, 2018; originally announced March 2018.

  2. arXiv:1712.01550  [pdf, other

    cs.DB

    G-CORE: A Core for Future Graph Query Languages

    Authors: Renzo Angles, Marcelo Arenas, Pablo Barceló, Peter Boncz, George H. L. Fletcher, Claudio Gutierrez, Tobias Lindaaker, Marcus Paradies, Stefan Plantikow, Juan Sequeda, Oskar van Rest, Hannes Voigt

    Abstract: We report on a community effort between industry and academia to shape the future of graph query languages. We argue that existing graph database management systems should consider supporting a query language with two key characteristics. First, it should be composable, meaning, that graphs are the input and the output of queries. Second, the graph query language should treat paths as first-class… ▽ More

    Submitted 6 December, 2017; v1 submitted 5 December, 2017; originally announced December 2017.

  3. gMark: Schema-Driven Generation of Graphs and Queries

    Authors: Guillaume Bagan, Angela Bonifati, Radu Ciucanu, George H. L. Fletcher, Aurélien Lemay, Nicky Advokaat

    Abstract: Massive graph data sets are pervasive in contemporary application domains. Hence, graph database systems are becoming increasingly important. In the experimental study of these systems, it is vital that the research community has shared solutions for the generation of database instances and query workloads having predictable and controllable properties. In this paper, we present the design and eng… ▽ More

    Submitted 6 December, 2016; v1 submitted 26 November, 2015; originally announced November 2015.

    Comments: Accepted in November 2016. URL: http://ieeexplore.ieee.org/document/7762945/. in IEEE Transactions on Knowledge and Data Engineering 2017

  4. arXiv:1502.03258  [pdf, other

    cs.DB cs.LO

    Structural characterizations of the navigational expressiveness of relation algebras on a tree

    Authors: George H. L. Fletcher, Marc Gyssens, Jan Paredaens, Dirk Van Gucht, Yuqing Wu

    Abstract: Given a document D in the form of an unordered node-labeled tree, we study the expressiveness on D of various basic fragments of XPath, the core navigational language on XML documents. Working from the perspective of these languages as fragments of Tarski's relation algebra, we give characterizations, in terms of the structure of D, for when a binary relation on its nodes is definable by an expres… ▽ More

    Submitted 11 February, 2015; originally announced February 2015.

    Comments: 58 Pages

  5. Relative Expressive Power of Navigational Querying on Graphs

    Authors: George H. L. Fletcher, Marc Gyssens, Dirk Leinders, Dimitri Surinx, Jan Van den Bussche, Dirk Van Gucht, Stijn Vansummeren, Yuqing Wu

    Abstract: Motivated by both established and new applications, we study navigational query languages for graphs (binary relations). The simplest language has only the two operators union and composition, together with the identity relation. We make more powerful languages by adding any of the following operators: intersection; set difference; projection; coprojection; converse; and the diversity relation. Al… ▽ More

    Submitted 28 November, 2014; v1 submitted 31 January, 2014; originally announced January 2014.

    Comments: An extended abstract announcing the results of this paper was presented at the 14th International Conference on Database Theory, Uppsala, Sweden, March 2011

    Journal ref: Information Sciences (2015), pp. 390-406

  6. Similarity and bisimilarity notions appropriate for characterizing indistinguishability in fragments of the calculus of relations

    Authors: George H. L. Fletcher, Marc Gyssens, Dirk Leinders, Jan Van den Bussche, Dirk Van Gucht, Stijn Vansummeren

    Abstract: Motivated by applications in databases, this paper considers various fragments of the calculus of binary relations. The fragments are obtained by leaving out, or keeping in, some of the standard operators, along with some derived operators such as set difference, projection, coprojection, and residuation. For each considered fragment, a characterization is obtained for when two given binary relati… ▽ More

    Submitted 28 March, 2014; v1 submitted 9 October, 2012; originally announced October 2012.

    Comments: 36 pages, Journal of Logic and Computation 2014

  7. arXiv:1210.0748  [pdf, ps, other

    cs.DB cs.DS

    External memory bisimulation reduction of big graphs

    Authors: Yongming Luo, George H. L. Fletcher, Jan Hidders, Yuqing Wu, Paul De Bra

    Abstract: In this paper, we present, to our knowledge, the first known I/O efficient solutions for computing the k-bisimulation partition of a massive directed graph, and performing maintenance of such a partition upon updates to the underlying graph. Ubiquitous in the theory and application of graph data, bisimulation is a robust notion of node equivalence which intuitively groups together nodes in a graph… ▽ More

    Submitted 2 May, 2013; v1 submitted 2 October, 2012; originally announced October 2012.

    Comments: 17 pages

  8. I/O efficient bisimulation partitioning on very large directed acyclic graphs

    Authors: Jelle Hellings, George H. L. Fletcher, Herman Haverkort

    Abstract: In this paper we introduce the first efficient external-memory algorithm to compute the bisimilarity equivalence classes of a directed acyclic graph (DAG). DAGs are commonly used to model data in a wide variety of practical applications, ranging from XML documents and data provenance models, to web taxonomies and scientific workflows. In the study of efficient reasoning over massive graphs, the no… ▽ More

    Submitted 5 December, 2011; originally announced December 2011.

  9. arXiv:0811.1083  [pdf, other

    cs.DB cs.DS

    A role-free approach to indexing large RDF data sets in secondary memory for efficient SPARQL evaluation

    Authors: George H. L. Fletcher, Peter W. Beck

    Abstract: Massive RDF data sets are becoming commonplace. RDF data is typically generated in social semantic domains (such as personal information management) wherein a fixed schema is often not available a priori. We propose a simple Three-way Triple Tree (TripleT) secondary-memory indexing technique to facilitate efficient SPARQL query evaluation on such data sets. The novelty of TripleT is that (1) the… ▽ More

    Submitted 7 November, 2008; originally announced November 2008.

    Comments: 12 pages, 5 figures, 2 tables