<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Aber-OWL: a framework for ontology-based data access in biology</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Robert Hoehndorf</string-name>
          <email>robert.hoehndorf@kaust.edu.sa</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luke Slater</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul N Scho ed</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Georgios V Gkoutos</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computational Bioscience Research Center, King Abdullah University of Science and Technology</institution>
          ,
          <addr-line>Thuwal 23955-6900, Kingdom of</addr-line>
          <country country="SA">Saudi Arabia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science, Aberystwyth University</institution>
          ,
          <addr-line>Aberystwyth, SY23 3DB</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Department of Physiology, Development &amp; Neuroscience, University of Cambridge</institution>
          ,
          <addr-line>Downing Street, CB2 3EG</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Many ontologies have been developed in biology and these ontologies increasingly contain large volumes of formalized knowledge commonly expressed in the Web Ontology Language (OWL). Computational access to the knowledge contained within these ontologies relies on the use of automated reasoning. We have developed the AberOWL infrastructure that provides reasoning services for bio-ontologies. Aber-OWL consists of an ontology repository, a set of web services and web interfaces that enable ontology-based semantic access to biological data and literature. Aber-OWL is freely available at http://aberowl.net. Aber-OWL provides a framework for automatically accessing information that is annotated with ontologies or contains terms used to label classes in ontologies. When using Aber-OWL, access to ontologies and data annotated with them is not merely based on class names or identi ers but rather on the knowledge the ontologies contain and the inferences that can be drawn from it.</p>
      </abstract>
      <kwd-group>
        <kwd>ontology-based data access</kwd>
        <kwd>ontology repository</kwd>
        <kwd>semantic query</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        While ontology repositories, such as BioPortal (
        <xref ref-type="bibr" rid="ref8">8</xref>
        ) and the Ontology Lookup
Service (OLS) (
        <xref ref-type="bibr" rid="ref2">2</xref>
        ), provide web services and interfaces to access ontologies,
including their metadata such as author names and licensing, the list of classes
and asserted structure, they do not enable computational access to the
semantic content of the ontologies and the inferences that can be drawn from them.
Access to the semantic content of ontologies usually requires further inferences
to reveal the consequences of statements (axioms) asserted in an ontology; these
consequences may be automatically derived using an automated reasoner. To the
best of our knowledge, no reasoning infrastructure that supports semantically
enabled access to biological and biomedical ontologies currently exists.
      </p>
      <p>
        Here, we present Aber-OWL, a reasoning infrastructure over ontologies
consisting of an ontology repository, web services that facilitate semantic queries
over ontologies speci ed by a user or contained in Aber-OWL's repository, and
a user interface. The Aber-OWL infrastructure can not only enable access to
knowledge contained in ontologies, but crucially can also be used for semantic
queries over data annotated with ontologies, including the large volumes of data
that are increasingly becoming available through public SPARQL endpoints (
        <xref ref-type="bibr" rid="ref6">6</xref>
        ).
Allowing access to data through an ontology is known as the \ontology-based
data access" paradigm (1; 7), and can exploit formal information contained in
ontologies to identify possible inconsistencies and incoherent descriptions (
        <xref ref-type="bibr" rid="ref4">4</xref>
        ),
enrich possibly incomplete data with background knowledge so as to obtain more
complete answers to a query (e.g., if a data item referring to an organism has
been characterized with ndings of pulmonary stenosis, overriding aorta,
ventricular septal defect, and right ventricular hypertrophy, and the ontology { or
the set of ontologies it imports { contains enough information to allow, based on
these four ndings, the inference of a Tetralogy of Fallot condition, then the data
item can be returned when querying for Tetralogy of Fallot even in the absence
of it being explicitly declared in database) (5; 1), enrich the data schema used
to query data sources with additional information (e.g., by using a class in a
query that is an inferred super-class of one or more classes that are used to
annotate data items, but the class itself is never used to characterize data) (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ), and
provide a uniform view over multiple data sources with possibly heterogeneous,
multi-modal data (1; 7).
      </p>
      <p>
        To demonstrate how Aber-OWL can be used for ontology-based access to
data, we provide a service that performs a semantic search over Pubmed and
Pubmed Central articles using the results of an Aber-OWL query, and a service
that performs SPARQL query extension so that the results of Aber-OWL queries
can be used to retrieve data accessible through public SPARQL endpoints. In
Aber-OWL, following the ontology-based data access paradigm (7; 1), we specify
the features of the relevant information on the ontology- and knowledge level
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        ), and retrieve named classes in ontologies satisfying these condition using an
automated reasoner, i.e., a software program that can identify whether a class
in an ontology satis es certain conditions based on the axioms speci ed in an
ontology. Subsequently, we embed the resulting information in database, Linked
Data or literature queries.
      </p>
      <p>Aber-OWL can be accessed at http://aber-owl.net. The Aber-OWL software
is freely available at https://github.com/reality/SparqOWL can be installed
locally by users who wish to provide semantic access to their own ontologies and
support the use of their ontologies in semantic queries.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Bienvenu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>ten Cate</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Ontology-based data access: a study through disjunctive datalog, csp, and mmsnp</article-title>
          .
          <source>In: PODS</source>
          . pp.
          <volume>213</volume>
          {
          <issue>224</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Cote</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Apweiler</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hermjakob</surname>
          </string-name>
          , H.:
          <article-title>The ontology lookup service, a lightweight cross-platform tool for controlled vocabulary queries</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>7</volume>
          (
          <issue>1</issue>
          ),
          <volume>97</volume>
          + (
          <year>2006</year>
          ), http://dx.doi.org/10.1186/
          <fpage>1471</fpage>
          -2105-7-97
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Guarino</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          :
          <article-title>The ontological level</article-title>
          . In: Casati,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>White</surname>
          </string-name>
          ,
          <string-name>
            <surname>G</surname>
          </string-name>
          . (eds.)
          <article-title>Philosophy and the Cognitive Sciences</article-title>
          , pp.
          <volume>443</volume>
          {
          <fpage>456</fpage>
          .
          <string-name>
            <surname>Ho</surname>
          </string-name>
          <article-title>lder-Pichler-</article-title>
          <string-name>
            <surname>Tempsky</surname>
          </string-name>
          , Vienna (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Hoehndorf</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumontier</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oellrich</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rebholz-Schuhmann</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scho</surname>
            <given-names>eld</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.N.</given-names>
            ,
            <surname>Gkoutos</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.V.</surname>
          </string-name>
          :
          <article-title>Interoperability between biomedical ontologies through relation expansion, upper-level ontologies and automatic reasoning</article-title>
          .
          <source>PLOS ONE 6</source>
          (
          <issue>7</issue>
          ),
          <source>e22006 (July</source>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Hoehndorf</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Scho eld,
          <string-name>
            <given-names>P.N.</given-names>
            ,
            <surname>Gkoutos</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.V.</surname>
          </string-name>
          :
          <article-title>Phenomenet: a whole-phenome approach to disease gene discovery</article-title>
          .
          <source>Nucleic Acids Res</source>
          <volume>39</volume>
          (
          <issue>18</issue>
          ),
          <year>e119</year>
          (
          <year>2011</year>
          ), dOI:10.1093/nar/gkr538
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Jupp</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malone</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bolleman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandizi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davies</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaulton</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gehant</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laibe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Redaschi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wimalaratne</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Le</given-names>
            <surname>Novre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Parkinson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Birney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Jenkinson</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.M.:</surname>
          </string-name>
          <article-title>The EBI RDF platform: linked open data for the life sciences</article-title>
          .
          <source>Bioinformatics</source>
          <volume>30</volume>
          (
          <issue>9</issue>
          ),
          <volume>1338</volume>
          {
          <fpage>1339</fpage>
          (
          <year>2014</year>
          ), http://bioinformatics.oxfordjournals.org/content/30/9/1338.abstract
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Kontchakov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The combined approach to ontology-based data access</article-title>
          .
          <source>In: IJCAI</source>
          . pp.
          <volume>2656</volume>
          {
          <issue>2661</issue>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>N.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>N.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Whetzel</surname>
            ,
            <given-names>P.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dai</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dorf</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gri</surname>
            <given-names>th</given-names>
          </string-name>
          , N.,
          <string-name>
            <surname>Jonquet</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>D.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Storey</surname>
            ,
            <given-names>M.A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chute</surname>
            ,
            <given-names>C.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Musen</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          :
          <article-title>Bioportal: ontologies and integrated data resources at the click of a mouse</article-title>
          .
          <source>Nucleic acids research</source>
          37(
          <issue>Web Server issue</issue>
          ),
          <source>W170{173 (July</source>
          <year>2009</year>
          ), http://dx.doi.org/10.1093/nar/gkp440
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>