<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Ontologies via Ontology Modularity</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jieying Chen</string-name>
          <email>jieyingc@ifi.uio.no</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Johanna P. Haarseth</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christian M. Hansen</string-name>
          <email>Christian.Mahesh.Hansen@aibel.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Martin G. Skjaeveland</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Arild Waaler</string-name>
          <email>arild@ifi.uio.no</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Aibel AS</institution>
          ,
          <addr-line>Asker</addr-line>
          ,
          <country country="NO">Norway</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science, University of Oxford</institution>
          ,
          <addr-line>Oxford</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Department of Informatics, University of Oslo</institution>
          ,
          <addr-line>Oslo</addr-line>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <abstract>
        <p>Workshop Proceedings Oil platforms, classified as critical infrastructure, require intricate regulations and standards to ensure their safety. Constructing oil platforms involves various stakeholders, such as major oil companies like Equinor, Engineering, Procurement, and Construction (EPC) service providers like Aibel, and local governments. Consequently, a significant volume of documents is generated and exchanged among these parties to facilitate data and information transfer. However, ensuring data quality and managing operational costs, including time and human resources, prove challenging in project execution. To tackle these issues, Aibel has developed the Material Master Data (MMD) ontology, which serves as a standardized vocabulary for product classification and project description.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR</p>
      <p>ceur-ws.org
Introduction
CEUR
Workshop
Proceedings
brought substantial benefits, substantially decreasing project costs by reducing the procurement
of incorrect pipe components. By leveraging the MMD ontologies, we could enhance the ability
to ensure compliance, minimize errors, and optimize cost-eficiency in the pipe component
ordering process. This development highlights the positive impact that reasoning on large
ontologies can have on industrial operations and financial outcomes.</p>
      <p>Solution In the aforementioned use cases, only a small portion of the ontology is typically
involved. For instance, when modifying ontologies or querying the entire ontology, it is
unnecessary to perform reasoning tasks on the entire ontology. Instead, a subset of the ontology
can be extracted and reasoning can be conducted on this smaller set, yielding the same reasoning
results. By reducing the size of the ontology, the reasoning tasks naturally become faster
compared to reasoning on the entire ontology. This technique is called ontology modularity.
An ontology module refers to a subset of the ontology that preserves the complete logical
consequences relative to the given vocabulary, called a signature. Various module notions
have been proposed, including locality-based modules, semantic modules, deductive modules,
and more, tailored for diferent use cases. In our paper, we use locality-based modules due to
their speed in module computation and ease of use. Although they may contain redundant
axioms, these modules retain all the logical consequences of the original ontology. By leveraging
ontology modularity, we can enhance reasoning eficiency by working with smaller subsets of
ontology while preserving the necessary logical information.</p>
      <p>Our framework comprises three key steps to enhance ontology reasoning eficiency:
1. Signature extraction: We identify a set of classes and properties crucial for ontology
modelling and queries, which allows us to focus on the essential elements of the ontology.
2. Module extraction: Using the extracted signature, we generate a subset of the ontology
called the locality-based module. This module includes all relevant axioms and logical
consequences related to the specified signature. By reducing the ontology’s size, we
retain the necessary information for reasoning while significantly improving eficiency.
3. Reasoning on the modules: We perform reasoning tasks exclusively on the extracted
module. This approach enables faster and more eficient reasoning compared to working
with the entire ontology, while still producing the same high-quality results.</p>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>