SPARQL query answering over OWL ontologies

  • Authors:
  • Ilianna Kollia;Birte Glimm;Ian Horrocks

  • Affiliations:
  • ECE School, National Technical University of Athens, Greece;Oxford University Computing Laboratory, UK;Oxford University Computing Laboratory, UK

  • Venue:
  • ESWC'11 Proceedings of the 8th extended semantic web conference on The semantic web: research and applications - Volume Part I
  • Year:
  • 2011

Quantified Score

Hi-index 0.01

Visualization

Abstract

The SPARQL query language is currently being extended by W3C with so-called entailment regimes, which define how queries are evaluated under more expressive semantics than SPARQL's standard simple entailment. We describe a sound and complete algorithm for the OWL Direct Semantics entailment regime. The queries of the regime are very expressive since variables can occur within complex class expressions and can also bind to class or property names.We propose several novel optimizations such as strategies for determining a good query execution order, query rewriting techniques, and show how specialized OWL reasoning tasks and the class and property hierarchy can be used to reduce the query execution time. We provide a prototypical implementation and evaluate the efficiency of the proposed optimizations. For standard conjunctive queries our system performs comparably to already deployed systems. For complex queries an improvement of up to three orders of magnitude can be observed.