Editorial: OPQL: Querying scientific workflow provenance at the graph level

  • Authors:
  • Chunhyeok Lim;Shiyong Lu;Artem Chebotko;Farshad Fotouhi;Andrey Kashlev

  • Affiliations:
  • Department of Computer Science, Wayne State University, Detroit, MI 48202, USA;Department of Computer Science, Wayne State University, Detroit, MI 48202, USA;Department of Computer Science, University of Texas-Pan American, Edinburg, TX 78539, USA;Department of Computer Science, Wayne State University, Detroit, MI 48202, USA;Department of Computer Science, Wayne State University, Detroit, MI 48202, USA

  • Venue:
  • Data & Knowledge Engineering
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Provenance has become increasingly important in scientific workflows to understand, verify, and reproduce the result of scientific data analysis. Most existing systems store provenance data in provenance stores with proprietary provenance data models and conduct query processing over the physical provenance storages using query languages, such as SQL, SPARQL, and XQuery, which are closely coupled to the underlying storage strategies. Querying provenance at such low level leads to poor usability of the system: a user needs to know the underlying schema to formulate queries; if the schema changes, queries need to be reformulated; and queries formulated for one system will not run in another system. In this paper, we present OPQL, a provenance query language that enables the querying of provenance directly at the graph level. An OPQL query takes a provenance graph as input and produces another provenance graph as output. Therefore, OPQL queries are not tightly coupled to the underlying provenance storage strategies. Our main contributions are: (i) we design OPQL, including six types of graph patterns, a provenance graph algebra, and OPQL syntax and semantics, that supports querying provenance at the graph level; (ii) we implement OPQL using a Web service via our OPMProv system; therefore, users can invoke the Web service to execute OPQL queries in a provenance browser, called OPMProVis. The result of OPQL queries is displayed as a provenance graph in OPMProVis. An experimental study is conducted to evaluate the feasibility and performance of OPMProv on OPQL provenance querying.