<!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>Methodology: Agile and Continuous Integration for Modular Ontologies and Vocabularies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fatma-Zohra Hannou</string-name>
          <email>fatma-zohra.hannou@emse.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Victor Charpenay</string-name>
          <email>victor.charpenay@emse.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maxime Lefrançois</string-name>
          <email>maxime.lefrancois@emse.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Catherine Roussey</string-name>
          <email>catherine.roussey@inrae.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Antoine Zimmermann</string-name>
          <email>antoine.zimmermann@emse.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabien Gandon</string-name>
          <email>fabien.gandon@inria.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Inria</institution>
          ,
          <addr-line>Univ. Cote d'Azur, I3S, CNRS</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>July</institution>
          ,
          <addr-line>2023, Sherbrooke, Québec</addr-line>
          ,
          <country country="CA">Canada</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>MISTEA</institution>
          ,
          <addr-line>INRAE, Place Pierre Viala, Montpellier</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Mines Saint-Étienne, Univ Clermont Auvergne, INP Clermont Auvergne, CNRS, UMR 6158 LIMOS</institution>
          ,
          <addr-line>Saint-Étienne</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This work describes the Agile and Continuous Integration for Modular Ontologies and Vocabularies (ACIMOV) ontology engineering methodology for developing ontologies and vocabularies. ACIMOV extends the SAMOD agile methodology to (1) ensure alignment to selected reference ontologies; (2) plan module development based on dependencies; (3) define ontology modules that can be specialized for specific domains; (4) empower active collaboration among ontology engineers and domain experts; (5) enable application developers to select views of the ontology for their specific domain and use case. ACIMOV adopts the standard git-based approach for coding, leveraging agility and DevOps principles. It has been designed to be operationalized using collaborative software development platforms such as Github or Gitlab, and tooled with continuous integration and continuous deployment workflows (CI/CD workflows) that run syntactic and semantic checks on the repository, specialize modules, generate and publish the ontology documentation.</p>
      </abstract>
      <kwd-group>
        <kwd>Vocabularies</kwd>
        <kwd>Modular ontologies</kwd>
        <kwd>Ontology engineering methodology</kwd>
        <kwd>Agile method</kwd>
        <kwd>Git</kwd>
        <kwd>Continuous Integration and</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
      <p>As formal and structured representations of knowledge, ontologies are key software assets for
achieving semantic interoperability among complex systems such as Internet of Things (IoT)
applications, industrial control systems, and robotics.</p>
      <p>Monolithic ontologies are dificult to maintain, hard to understand and adopt and therefore
serve little to other domains and applications besides those for which they were initially created.
Modularity in ontology design refers to breaking down knowledge into smaller pieces called
CEUR
Workshop
Proceedings
modules or sub-ontologies. Hence, a modular ontology is constructed as a set of modules by
connecting concepts relevant to the domain or application at hand.</p>
      <p>Building an ontology from small modules that can be specialized for diferent domains brings
understandability and homogeneity to the overall ontology. Modular ontologies based on
such module specializations enable developers of specific applications to create custom views
by selecting the set of required specializations. The underlying knowledge factorization also
streamlines the development process and eases maintainability and resilience, considering that
problems arising within a module are handled in a targeted fashion.</p>
      <p>Ontology development methodologies play a determining role in the development of
highquality ontologies that satisfy application requirements. As ontologies are software resources,
advances in software engineering best practices, such as agility, version control management,
and DevOps, can be transposed to ontology engineering. Ontology engineering literature
has dedicated extensive work to methodologies definition, many of them adapting some agile
methodology. In this paper, we propose to extend existing agile methodologies with git-based
development tools in the case of modular ontologies collaborative design.</p>
      <p>Accordingly, the paper proposes an approach to collaboratively develop modular ontologies
for multi-domain applications, by adapting the standard git-based approach for coding.</p>
      <p>The rest of this paper is structured as follows. Section 2 introduces the research project
in which this work has been led, and the resulting requirements for the ontology and its
development methodology. Section 3 overviews related work on designing modular IoT domain
ontologies. Section 4 describes the ACIMOV methodology, designed as an extension of the
Simplified Agile Methodology for Ontology Development (SAMOD) [ 1]. Section 5 describes
how ACIMOV can be operationalized with collaborative software development platforms, and
tooled with scripts.</p>
    </sec>
    <sec id="sec-3">
      <title>2. Context and Requirements</title>
      <p>
        The Constrained Semantic Web of Things (CoSWoT) project [
        <xref ref-type="bibr" rid="ref1">2</xref>
        ] investigates the exchange of
semantic data and the distribution of semantic reasoning in resource-constrained execution
environments, which are common in the internet of things (IoT) applications. It aims at
providing domain-independent solutions and focuses on two vertical domains: smart buildings
and precision farming. Use cases for the building domain include: (SB1) personalized dashboards
containing aggregated sensor measurements and enabling automatic alerts, (SB2) heating and
window-opening control for optimizing the occupant’s health, comfort, and energy consumption.
Use cases for the precision farming domain include: (PF1) estimate the crop’s growth stages or
weather events based on outdoor air temperature measurements, (PF2) planning watering based
on soil moisture level, crop’s growth stage, and rainfall measurements, (PF3) speed adaptation
of autonomous machines to fields’ moisture measurements.
      </p>
      <p>The knowledge model for the CoSWoT project must hold knowledge common to all IoT
platform components, and knowledge specific to some domain or application. Subsets of the
CoSWoT ontology, or views, will ultimately be embedded in resource-constrained devices for
representing, reasoning, and exchanging sensor data. We summarize the requirements identified
for the CoSWoT ontology as follows:
O1
O2</p>
      <sec id="sec-3-1">
        <title>The ontology must align to reference IoT ontologies;</title>
        <p>The ontology must be modular, including modules that cover knowledge common to all
IoT platform components;
The ontology must reuse some identified ontologies for the application domains at stake;
The ontology must have a homogeneous and predictable structure, such that similar
concepts for diferent domains are described the same way;
Diferent alternative representations must be possible to account for the need to
manipulate small knowledge graphs in constrained devices;
One must be able to select a subset of the ontology (a view) that covers the needs of a
specific application.</p>
        <p>In addition to ontology engineers, various stakeholder profiles are involved in the development
of the CoSWoT ontology: domain experts (DEs) and end-product owners (POs) actively and
continuously collaborate to elicit requirements, develop the ontology, develop applications
that use the ontology, and maintain the ontology. In this context, the ontology development
methodology should fulfill some requirements, to ensure good communication and maximize
the efectiveness and eficiency of the collaborative efort.</p>
        <p>Agile principles must be adopted to improve collaboration between ontology engineers,
domain experts, and end-product owners, with short cycles, and working increments;
Regular meetings with all parties must be held to help prioritizing the requirements
stemming from use cases, and choosing the target for the next iteration;
Regular meetings among ontology engineers must be held, to help prioritizing the modules
to work on, and ensuring work on diferent modules can be led in parallel;
Collaborative software development platforms with code versioning and issue tracking
shall be adopted;
DevOps principles must be adopted to enable continuous integration and deployment of
the ontology artifacts (e.g., ontology modules, documentation, examples)</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3. Related Work for Designing Modular IoT Domain Ontologies</title>
      <sec id="sec-4-1">
        <title>3.1. Modular IoT ontologies</title>
        <p>
          Three IoT ontologies can be considered as references from standardization bodies: W3C Thing
Description (TD) [
          <xref ref-type="bibr" rid="ref2">3</xref>
          ], OGC&amp;W3C Semantic Sensor Network (SSN) [
          <xref ref-type="bibr" rid="ref3">4</xref>
          ], ETSI Smart Applications
Reference ontology (SAREF) [
          <xref ref-type="bibr" rid="ref4">5</xref>
          ]. These three ontologies adopt some form of modular design.
TD comes hand-to-hand with the Hypermedia Controls Ontology (HCTL) [
          <xref ref-type="bibr" rid="ref5">6</xref>
          ] and the JSON
Schema in RDF vocabulary [
          <xref ref-type="bibr" rid="ref6">7</xref>
          ], and relies on separate vocabularies for protocol bindings, such
as for HTTP, COAP, and MQTT [
          <xref ref-type="bibr" rid="ref7">8</xref>
          ]. SSN consists of a lightweight core called SOSA (Sensor,
Observation, Sample, and Actuator), a more expressive extension module SSN, a separate
module SSN-Systems for system capabilities, and a set of alignment modules to other ontologies.
SAREF consists of a core ontology SAREF Core, and diferent extensions for verticals including
SAREF4BLDG and SAREF4AGRI for building and agriculture domains.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>3.2. Agile ontology engineering methods</title>
        <p>
          Many ontology engineering methodologies have been proposed over time, including
METHONTOLOGY [
          <xref ref-type="bibr" rid="ref8">9</xref>
          ], On-To-Knowledge [
          <xref ref-type="bibr" rid="ref9">10</xref>
          ], DILIGENT [
          <xref ref-type="bibr" rid="ref10">11</xref>
          ], the “Ontology Development 101” [
          <xref ref-type="bibr" rid="ref11">12</xref>
          ],
NeOn [
          <xref ref-type="bibr" rid="ref12">13</xref>
          ]. Some directly transpose software engineering methodologies, for example UPON
Lite [
          <xref ref-type="bibr" rid="ref13">14</xref>
          ] is based on Rational Unified Process. The LOT methodology [
          <xref ref-type="bibr" rid="ref14">15</xref>
          ] adopts a V-model
approach with conditional feedback at upstream development stages. Other early methods
proposed to rely and align with existing ontologies to bootstrap new ontologies as in SENSUS [
          <xref ref-type="bibr" rid="ref15">16</xref>
          ].
        </p>
        <p>
          More recently, methodologies are inspired by the principles of Agile software engineering,
which promote collaboration between developers and stakeholders by producing regular updates
of the product1. Among these methods, AMOD [
          <xref ref-type="bibr" rid="ref16">17</xref>
          ] and CD-OAM [
          <xref ref-type="bibr" rid="ref17">18</xref>
          ] are based on SCRUM.
AMOD is the first method that describes the cycle of ontology development in a SCRUM sprint.
CD-OAM enriches AMOD by describing the management the ontology commitment user
community. XPOD [
          <xref ref-type="bibr" rid="ref18">19</xref>
          ] and eXtreme ontology method [
          <xref ref-type="bibr" rid="ref19">20</xref>
          ] are based on eXtreme Programming.
The Lean Ontology Development (LOD) [
          <xref ref-type="bibr" rid="ref20">21</xref>
          ] is inspired by the Lean approach:
Build-MeasureLearn. SAMOD [1] is revisiting the motivating scenarios and competency questions of Uschold
and Gruninger [
          <xref ref-type="bibr" rid="ref21">22</xref>
          ], additionally considering ontology modules and test-driven development.
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>3.3. Git and CI/CD for ontology engineering</title>
        <p>
          Just as agility aims to improve collaborations between software project customers and developers,
DevOps improves collaborations between developers and IT operations professionals. Jenkins,
Travis CI, Circle CI, Gitlab CI/CD, Github Actions, are all frameworks that allow to specify task
pipelines that will be executed automatically when, for example, a commit is pushed to the
server. Before the democratization of these frameworks, a few preliminary approaches such as
VoCol [
          <xref ref-type="bibr" rid="ref22">23</xref>
          ] or OnToology [
          <xref ref-type="bibr" rid="ref23">24</xref>
          ] were proposed in the ontology engineering community using
Github applications2. Ontology Development Kit (ODK) [
          <xref ref-type="bibr" rid="ref24">25</xref>
          ] uses Travis CI to run workflows
with the ROBOT tool [
          <xref ref-type="bibr" rid="ref25">26</xref>
          ] developed by the Open Biological and Biomedical Ontologies (OBO)
community. CI/CD pipelines are reported for the publication of diferent ontologies, such as the
Financial Industry Business Ontology (FIBO) in [
          <xref ref-type="bibr" rid="ref26">27</xref>
          ], the International Data Spaces Information
Model (IDSA) in [
          <xref ref-type="bibr" rid="ref27">28</xref>
          ], and the CASE Cyber Ontology3. Specific Github actions are available on
the Github marketplace for running RDFLint4, validating RDF syntaxes5,6, or validating RDF
ifles against SHACL shapes 7 or ShEx [
          <xref ref-type="bibr" rid="ref28">29</xref>
          ].
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>3.4. Positioning the Contributions of the CoSWoT project</title>
        <p>Upfront, we have chosen to align the CoSWoT ontology to the three reference IoT ontologies
TD, SSN, SAREF. These ontologies cover partially overlapping requirements and sometimes
1The Manifesto for Agile Software Development lists 12 principles. http://agilemanifesto.org/iso/en/principles.html
2https://docs.github.com/en/developers/apps
3https://github.com/marketplace/actions/case-ontology-validator
4https://github.com/marketplace/actions/setup-rdflint
5https://github.com/marketplace/actions/rdf-syntax-check
6https://github.com/marketplace/actions/validate-rdf-with-jena
7https://github.com/marketplace/actions/validate-shacl
adopt diferent modeling choices, which makes fulfilling Requirement O1 a challenging task. In
addition, even in their communities of developers there are sometimes disagreements on how
concepts should be used.8</p>
        <p>The SAMOD methodology covers requirement M1. It is an agile method that promotes the
incremental development of the ontology based on the aggregation of small and simple ontology
chunks named modelets, which can be seen as implementations of design pattern. SAMOD
encourages the reuse of existing ontology design patterns when relevant, instead of entire
ontologies. The resulting ontology (current final model in SAMOD) is built incrementally and
sequentially, one modelet by one modelet. SAMOD does not describe how modelets may be
reworked (Requirement M2), nor how their development can be prioritized and led in parallel by
diferent ontology engineer (Requirement M3). Section 4 describes the ACIMOV methodology
as an extension of SAMOD that covers requirements O1, O2, O5, and M1 to M3.</p>
        <p>To the best of our knowledge, the use of SAMOD has only partially been operationalized with
the Github collaborative software development platform and CI/CD workflows, for instance
in the Poliphonia project9, and this aspect has not been published yet (Requirements M4 and
M5). Section 5 describes how we defined similar pipelines as those used on the FIBO, IDSA and
CASE ontologies, to automate testing and publishing. In addition, it describes how we leverage
DevOps tools to encourage ontology engineers to follow the methodology.</p>
        <p>Finally, SAMOD may help covering Requirements O2 and O5 considering each modelet is a
module, but requirements O4 and O6 are not covered. Section 5 describes how the ontology
may consist of modelets that can be specialized for diferent domains.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4. Description of the ACIMOV Methodology</title>
      <sec id="sec-5-1">
        <title>Step 1 Collect requirements and identify reference ontologies. Step 2 Review meeting (an event) Step 3 Select relevant modules from reference ontologies Step 4 Manage modelet backlog</title>
        <p>Step 5 Modelet development meeting (an event)
Step 6 Develop and test modelets
Step 7 Integrate modelet and release ontology artifacts</p>
        <p>The rest of this section describes these main steps, events, and artifacts, formalized in
ACIMOV.
8See for example the debate about whether instances of ssn:Property should be specific to some feature of interest,
or generic. [4, Footnote 8] and https://www.w3.org/2015/spatial/wiki/What_is_an_instance_of_ssn:Property.
9https://github.com/polifonia-project/stories
start
1.a. DE+PO: Collect use
case requirements
1.b. OE: Identify reference
ontologies
Main cycle
Backlog management cycle</p>
        <p>Use case extension cycle
OE Ontology Engineer
DE Domain Expert
PO Product Owner</p>
        <p>Extend use cases ?
7. OE: Integrate Modelet and
Release Ontology Artifacts</p>
        <p>6. OE (in parallel)
Develop and Test Modelets</p>
        <p>2. Review Meeting (all)
* Prioritize use case requirements
* Validate reference ontologies
* Ensure common global
understanding
* Validate ontology artifacts
5. Modelet Development Meeting (OE)
* Manage modelet backlog (synchronous)
* Validate modelet artifacts</p>
        <p>end
3. OE: Select relevant
modules from reference</p>
        <p>ontologies
4. OE (asynchronous):
Manage Modelet Backlog</p>
        <sec id="sec-5-1-1">
          <title>4.1. Step 1: Collect Requirements and Identify Reference Ontologies</title>
          <p>The outer cycle in ACIMOV starts with the collection of use cases requirements and the
identification of reference ontologies. Requirement collection aims to determine the extent of the
knowledge to capture. Domain experts autonomously specify use cases, and end-product owners
define the application scope and how software components will make use of the ontology. In
parallel, ontology engineers identify reference IoT ontologies (Req. O1) and reference ontologies
for the domains at stake (Req. O3). These will facilitate the ontology development process and
improve interoperability and community adoption.</p>
        </sec>
        <sec id="sec-5-1-2">
          <title>4.2. Step 2: Review Meeting</title>
          <p>After Step 1, a review meeting (Req. M2) is organized to specify and prioritize use case
requirements, validate the selection of reference ontologies, and ensure a common global understanding
of the domain and the end-products. Accordingly, ontology developers formulate a set of
competency questions (CQs) that the ontology should be able to answer. An example of CQs for a
module in the CoSWoT project can be found in the project repository 10.</p>
          <p>In subsequent development cycles, review meetings are also organized when the current
version of the ontology artifacts is presented, reviewed, and validated with respect to its adequacy
to the use cases and the end-product applications.
10https://gitlab.com/coswot/coswot-samod/-/blob/master/domains/building-automation/evaluation/README.md</p>
          <p>Ontology artifacts include the set of modules, the ontology and its documentation, validation
reports, and examples.</p>
        </sec>
        <sec id="sec-5-1-3">
          <title>4.3. Select Relevant Modules from Reference Ontologies</title>
          <p>
            Based on the output of a review meeting, ontology engineers examine how subsets of the
selected reference ontologies may wholly or partially match the requirements, and address
potential modeling discrepancies. In the case of diferent modeling choices, reconciliation
involves identifying the most suitable to the application at hand or merging complementary
modules to enlarge the set of covered concepts. For example, the IoT ontologies SSN and
SAREF both describe sensor observations/measurements, but with diferent modeling choices.
Documented ontology design patterns may help to find a common ground or generalization
in case of modeling discrepancies. As an alternative, ontology engineers may conduct a deep
analysis of the reference ontologies, using some upper ontology such as the Dolce-Ultralite
ontology (DUL) [
            <xref ref-type="bibr" rid="ref29">30</xref>
            ].
          </p>
          <p>The output of this task is reference ontology modules that will be reused in the ontology
development. Some of them may have the potential of being specialized in diferent domains.
For example, the sensor class could be specialized as moisture sensor, temperature and relative
humidity sensor, or temperature sensor. Reference ontology modules keep track of the provenance
to the reference ontology(ies) they are selected from, thus facilitating semantic interoperability
with applications that use these reference ontologies. Selected reference ontology modules for
CoSWoT describe sensors, afordances , quantity kinds, ...The full list can be found on the project
repository.</p>
        </sec>
        <sec id="sec-5-1-4">
          <title>4.4. Step 4: Manage Modelet Backlog</title>
          <p>To address modularity needs (Req. O2), the ontology is designed as a set of stand-alone modules
called modelets, each describing a particular aspect of the ontology and covering a small set of
requirements. Modelets have a loose N-N correspondence with reference ontology modules,
allowing some flexibility and opening up extension tracks.</p>
          <p>For requirement O4, modelets are organized and managed in a backlog, with some relations
such as isSpecializationOf, dependsOn, isAlternativeFor, hasHigherPriorityThan.</p>
          <p>The coverage of the current list of requirements can be assessed based on the list of modelets
in the backlog. The network of modelets can be analyzed to select the next top-priority ones,
or those on which depend top-priority modelets. As an output of this task, some modelets are
assigned to ontology engineers for the next session of collaborative and parallel development.</p>
        </sec>
        <sec id="sec-5-1-5">
          <title>4.5. Step 5: Modelet Development Meeting</title>
          <p>Part of the backlog management and modelet assignment is done asynchronously through an
issue tracker. In addition, dedicated modelet development meetings among ontology engineers
(OEs) are organized (Req. M3). These meetings are the starting point of the inner cycles in
ACIMOV. In subsequent iterations of the inner cycles, modelet development meetings are when
the current version of the modelet artifacts are presented and reviewed, backlog change requests
are raised and discussed, and modeling choices for dependent modelets are synchronized.</p>
        </sec>
        <sec id="sec-5-1-6">
          <title>4.6. Step 6: Develop and Test Modelets</title>
          <p>Each ontology engineer is in charge of developing and testing a modelet’s artifacts.A typical
modelet definition includes the following elements:
Description: motivation statement extracted from use case scenarios of one or more domains.
Competency questions: a list of questions that translate the requirements, and examples of
responses in natural language;
Glossary: optional correspondences to reference ontology modules.</p>
          <p>
            Diagrams: CHOWLK [
            <xref ref-type="bibr" rid="ref29">30</xref>
            ] diagram that synthesizes the elements of the modelet. Diagrams
play a central role as they facilitate team discussions.
          </p>
          <p>Ontological description: specification of classes, properties and individuals introduced by
this modelet.</p>
          <p>Example: some RDF graph instanciating the modelet for the use case scenarios.
Example SPARQL queries: formalization of competency questions as SPARQL queries, that
may be executed over the examples.</p>
          <p>Recommendations: how to best use the modelet in other modelets or applications. This
includes entity naming conventions to improve clarity and consistency.</p>
          <p>Scripts: any automated script that can be run to specialize this modelet for diferent
applications, or check that specializations satisfy the recommendations.</p>
          <p>A modelet can be developed from scratch, following a formalization process where the terms
in the requirements are mapped to classes and properties, and use case constraints are mapped
to axioms. Alternatively a modelet can be adapted from an existing one, leveraging:
Generalization. For example, SSN Observation, Sampling, and Actuation, may be generalized
with some new class ProcedureExecution that generically describes the act of executing
some procedure, like observation or actuation.</p>
          <p>Specialization. For example, ProcedureExecution can be specialized as
ProcedureExecutionOnProperty, with additional object properties that link to the Property over which the activity
is carried out, and the result. The resulting modelet better covers Observation, Actuation,
and additionally covers forecasts, planned actuations, etc.</p>
          <p>Domain-Specific specialization. Top-domain classes or properties can be specialized for
vertical domains (Req. O6). For example FeatureOfInterest may be specialized as Ofice and
MeetingRoom, but also SoilOfPlot or CropCultivatedInThePlot. Property may be specialized
as IndoorAirTemperature and CarbonDioxideConcentration, but also MoistureLevel and
CropDevelopmentStage.</p>
          <p>Alternative. Modelet may introduce alternative modeling choices (Req. O5). For example, as
an alternative to modeling results of procedure executions using the QUDT ontology, one
may introduce datatype properties such as hasSimpleResultInDegreesCelsius to concisely
link an observation to a decimal that encodes its result with the degrees Celsius unit.</p>
          <p>Modelet testing requires checking the quality and coherence of the ontological description,
examples of SPARQL queries, and scripts. Modelet validation requires successful testing results
(eg. competency questions), and a decision from the team of ontology engineers during some
modelet development meeting. This can be obtained after looping back to Step 4, then a next
session of collaborative and parallel development may be planned.</p>
          <p>When a modelet is validated, one may proceed with the modelet integration and release
preparation in Step 7.</p>
        </sec>
        <sec id="sec-5-1-7">
          <title>4.7. Step 7: Integrate Modelet and Release Ontology Artifacts</title>
          <p>Modelets that are validated can be integrated into the global ontology. This requires global
checks such as to ensure the absence of name clashes, and a careful review of dependencies
that link the modelet to other modelets, so as to mention interrelation when appropriate. As
part of this last step, the global ontology documentation can be improved, and the ontology
artifacts can be produced and released, with respect to DevOps best practices (Req. M5).</p>
          <p>The ontology engineers may proceed with the management of the modelet backlog (Step 4),
and a modelet development meeting to plan the next session of collaborative and parallel
development. Alternatively, the ontology artifacts may be reviewed and possibly validated by
all the stakeholders during a review meeting, opening up three diferent possibilities:
Loop to Step 1 if more work is needed by the domain experts and the end-product owners to
extend or refine the set of requirements;
Proceed with Step 3 if a new set of use case requirements is selected to carry on the
development of the ontology;
End if the ontology is considered done.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Operationalization of the ACIMOV Methodology</title>
      <p>The ACIMOV methodology aims to be aligned with modern collaborative software development
platforms (Req. M4), such as Github and Gitlab. These platforms provide Git-based code
versioning, integrate project management tools such as issue trackers and Kanban boards, allow
for release hosting, and provide a range of continuous integration and continuous deployment
(CI/CD) features.</p>
      <p>Github and Gitlab come with a canonical workflow that drives the way various software
management features are integrated into a single platform. Both workflows 11 are themselves
based on the default Git branching workflow 12. Git’s versioning model is a directed graph
of changes (additions/deletions of lines of text), also known as commits. A commit can have
multiple children, each materializing a branch, and multiple parents, if some branch is merged
into another one. The default Git workflow is defined upon three kinds of branches:
• main branches, which include stable, successive versions of a code base;
• feature (a.k.a. topic) branches, which branch a code base to implement a new feature or
to improve or fix an existing feature;
• development branches, which integrate the content of (potentially conflicting) feature
branches before merging the in-development code base into a main branch.
11https://guides.github.com/introduction/flow/, https://docs.gitlab.com/ee/topics/gitlab_flow.html
12https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows</p>
      <p>ACIMOV naturally aligns with the default Git branching workflow. Modelets are developed
in feature branches in Step 6, and merged into the main branch in Step 7. Several feature
branches may be created and independent modelets can be developed in parallel. The workflow
consists of the following steps:
1. create a new feature branch from the reference main or a development branch
2. commit one or more changes to the feature branch
3. perform unit tests on the feature being implemented or fixed
4. merge feature branch into the development branch
5. perform integration tests
6. merge development branch into main branch</p>
      <p>During the methodology Step 6, CI/CD features can be leveraged to automate the execution of
modelet testing during their developement in feature branches. Custom syntactic and semantic
tests are executed before committing to a feature branch or after merging to the main branch.
Their integrated issue tracker is also commonly used to document desired or in-development
features, in that an issue can be tied to a specifc feature branch: once the issue is created, a
branch is also created and once the branch is merged, the issue is closed. The application of
the default Git workflow to ontology engineering is straightforward, once a correspondence to
topics or features has been found. Our methodology stipulates that changes in the ontology are
performed per modelet. Creating a new modelet should thus be performed in a dedicated feature
branch. The “modelet branch” should in turn only be merged if the competency questions of
the modelet are fully addressed and tested. The content produced in a modelet (formal content
in RDF, OWL, SHACL, SPARQL or other languages, query answers in CSV files, or any other
textual and graphical documentation) should be isolated from the rest of the code base. Upon
merging the created or modified modelet, a continuous integration pipeline compiles it into a
publishable version, along with existing modelets.</p>
      <p>A summary of developped and suggested integration scripts is given in Table 1.</p>
      <p>Workflow step</p>
      <sec id="sec-6-1">
        <title>Step 2</title>
      </sec>
      <sec id="sec-6-2">
        <title>Step 4</title>
      </sec>
      <sec id="sec-6-3">
        <title>Step 6 Table 1: Automated checks and generation tasks</title>
        <p>Script
check syntax of README in modelet
check syntax of Turtle files in modelet
check syntax of SPARQL files in modelet
check syntax of CSV files in modelet
check that modelet has a title and a description
check that (at least) one term is correctly defined in modelet
check that (at least) one CQ is correctly defined in modelet
evaluate tests in modelet
generate documentation of snapshot
check that all terms are introduced in (at least) a modelet
generate and release documentation
In addition to integration scripts, the operationalization of the ACIMOV methodology includes
a set of scripts to automate the ontology generation based on modelet integrations (Req. M5).
In CoSWoT, two script types have been defined:
Specialization scripts enable domain experts to derive domain ontologies tailored to specific
application requirements from the core ontology (Req. M1 and O6). This automation is
simplified by the use of YAML files to support domain experts in specifying classes and
properties configuration without extensive coding. An example of a specialization script
and YAML file are available on the project repository.</p>
        <p>Consolidation scripts minimize manual eforts to create views of the ontology constructed
from core modelets (Req. O6). Scripts integrate the management of dependencies to
guarantee the validity and consistency of generated views and ensure the integration of
the corresponding annotations and documentation.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>6. Conclusion</title>
      <p>This paper introduces the ACIMOV ontology development methodology extending SAMOD
by leveraging git-based collaborative development solutions. The methodology is designed for
modular ontologies development with a focus on reusing reference ontology modules. It consists
of seven steps covering two development cycles carried out by ontology engineers for backlog
management and a long collaborative cycle where domain experts and end-product owners feed
the requirements collection and participate in the validation process. The methodology has
been operationalized using Gitlab as a collaborative software development platform, integrating
scripts for automatic domain-driven ontologies generation.</p>
      <p>We have several perspectives for this work. First we are reproducing the methodology in
the context of two other projects (HyperAgents13, ACCORD14) which are using Github as their
Ontology project management platform. We plan to use these second experimentations as
evaluation. Then we intend to provide guidelines, templates, and scripts for the operationalization
of ACIMOV on Gitlab and Github leveraging and specializing all the functionalities they provide
to the case of ontology project management and development.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgements</title>
      <p>This work has been partly supported by grants from the French research agency (ANR) on
projects CoSWot (ANR-19-CE23-0012) and HyperAgents (ANR-19-CE23-0030), and EU project
ACCORD (Horizon Europe R&amp;I programme grant agreement no. 101056973).
13https://www.hyperagents.org/
14https://accordproject.eu/
[1] S. Peroni, Samod: an agile methodology for the development of ontologies, in: Proceedings
of the 13th OWL: Experiences and Directions Workshop and 5th OWL reasoner evaluation
workshop (OWLED-ORE 2016), 2016, pp. 1–14.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>F.</given-names>
            <surname>Antoniazzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Atemezing</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Badeig</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Bennara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bernard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Champin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chanet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gravier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gripay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Laforest</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lefrançois</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Médini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Moiroux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Roussey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Servigne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Singh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Subercaze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zimmermann</surname>
          </string-name>
          ,
          <article-title>Interopérabilité et raisonnement dans le web sémantique des objets: le projet coswot</article-title>
          , in: S. Ferré (Ed.),
          <string-name>
            <surname>IC</surname>
          </string-name>
          <year>2020</year>
          :
          <article-title>31es Journées francophones d'Ingénierie des Connaissances (Proceedings of the 31st French Knowledge Engineering Conference</article-title>
          ), Angers, France, June 29 - July 3,
          <year>2020</year>
          ,
          <year>2020</year>
          , pp.
          <fpage>155</fpage>
          -
          <lpage>158</lpage>
          . URL: https://hal.archives-ouvertes.fr/IC_2020/hal-02888216.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>V.</given-names>
            <surname>Charpenay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lefrançois</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Poveda</given-names>
            <surname>Villalón</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Käbisch</surname>
          </string-name>
          ,
          <source>Thing Description (TD) Ontology, Editor draft, 10 May</source>
          <year>2023</year>
          , W3C Working Group draft,
          <source>W3C</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Haller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Janowicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. J.</given-names>
            <surname>Cox</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lefrançois</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Taylor</surname>
          </string-name>
          , D. Le Phuoc,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lieberman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>García-Castro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Atkinson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stadler</surname>
          </string-name>
          ,
          <article-title>The sosa/ssn ontology: a joint w3c and ogc standard specifying the semantics of sensors, observations, actuation, and sampling</article-title>
          ,
          <source>Semantic Web-Interoperability, Usability, Applicability an IOS Press Journal</source>
          <volume>56</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>García-Castro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lefrançois</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Poveda-Villalón</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Daniele</surname>
          </string-name>
          ,
          <article-title>The ETSI SAREF ontology for smart applications: a long path of development and evolution</article-title>
          , in: A.
          <string-name>
            <surname>Moreno-Munoz</surname>
          </string-name>
          , N. Giacomini (Eds.),
          <source>Energy Smart Appliances: Applications</source>
          , Methodologies, and Challenges, Wiley,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>V.</given-names>
            <surname>Charpenay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kovatsch</surname>
          </string-name>
          , Hypermedia Controls Ontology,
          <source>Editor draft, 10 May</source>
          <year>2023</year>
          , W3C Working Group draft,
          <source>W3C</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>V.</given-names>
            <surname>Charpenay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Lefrançois</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. Poveda</given-names>
            <surname>Villalón</surname>
          </string-name>
          , JSON Schema in RDF,
          <source>Editor draft, 10 May</source>
          <year>2023</year>
          , W3C Working Group draft,
          <source>W3C</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Koster</surname>
          </string-name>
          , E. Korkan,
          <article-title>Web of Things (WoT) Binding Templates</article-title>
          , W3C Working Group Note, 30
          <year>January 2020</year>
          , W3C Working Group Note,
          <year>W3C</year>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fernández-López</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gómez-Pérez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Juristo</surname>
          </string-name>
          ,
          <article-title>Methontology: from ontological art towards ontological engineering (</article-title>
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Staab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Studer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.-P.</given-names>
            <surname>Schnurr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sure</surname>
          </string-name>
          ,
          <article-title>Knowledge processes and ontologies</article-title>
          ,
          <source>IEEE Intelligent systems 16</source>
          (
          <year>2001</year>
          )
          <fpage>26</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>H. S.</given-names>
            <surname>Pinto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Staab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Tempich</surname>
          </string-name>
          , Diligent:
          <article-title>Towards a fine-grained methodology for distributed, loosely-controlled and evolving engineering of ontologies</article-title>
          ,
          <source>in: ECAI</source>
          , volume
          <volume>16</volume>
          ,
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          ,
          <year>2004</year>
          , p.
          <fpage>393</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>N. F.</given-names>
            <surname>Noy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. L.</given-names>
            <surname>McGuinness</surname>
          </string-name>
          , et al.,
          <article-title>Ontology development 101: A guide to creating your ifrst ontology</article-title>
          ,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Gómez-Pérez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Suárez-Figueroa</surname>
          </string-name>
          ,
          <article-title>Neon methodology: scenarios for building networks of ontologies, in: 16th International Conference on Knowledge Engineering and Knowledge Management Knowledge Patterns (EKAW</article-title>
          <year>2008</year>
          ). Conference Poster,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [14]
          <string-name>
            <surname>A. De Nicola</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Missikof</surname>
          </string-name>
          ,
          <article-title>A lightweight methodology for rapid ontology engineering</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>59</volume>
          (
          <year>2016</year>
          )
          <fpage>79</fpage>
          -
          <lpage>86</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Poveda-Villalón</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fernández-Izquierdo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fernández-López</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>García-Castro</surname>
          </string-name>
          ,
          <article-title>Lot: An industrial oriented ontology engineering framework</article-title>
          ,
          <source>Engineering Applications of Artificial Intelligence</source>
          <volume>111</volume>
          (
          <year>2022</year>
          )
          <fpage>104755</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>W.</given-names>
            <surname>Swartout</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Patil</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Knight</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Russ</surname>
          </string-name>
          ,
          <article-title>Toward distributed use of large-scale ontologies</article-title>
          ,
          <source>in: Proceedings of the 10th Banf Knowledge Acquisition Workshop; Banf</source>
          , Alberta,
          <source>Canada; November 9-14</source>
          ,
          <year>1996</year>
          ,
          <year>1996</year>
          , p.
          <fpage>11</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A. S.</given-names>
            <surname>Abdelghany</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. R.</given-names>
            <surname>Darwish</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. A.</given-names>
            <surname>Hefni</surname>
          </string-name>
          ,
          <article-title>An agile methodology for ontology development</article-title>
          ,
          <source>International Journal of Intelligent Engineering and Systems</source>
          <volume>12</volume>
          (
          <year>2019</year>
          )
          <fpage>170</fpage>
          -
          <lpage>181</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>A.</given-names>
            <surname>Takhom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Usanavasin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Supnithi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Boonkwan</surname>
          </string-name>
          ,
          <article-title>A collaborative framework supporting ontology development based on agile and scrum model</article-title>
          ,
          <source>IEICE TRANSACTIONS on Information and Systems</source>
          <volume>103</volume>
          (
          <year>2020</year>
          )
          <fpage>2568</fpage>
          -
          <lpage>2577</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Sharifloo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Shamsfard</surname>
          </string-name>
          ,
          <article-title>Using agility in ontology construction</article-title>
          .,
          <source>in: Formal Ontologies Meet Industry</source>
          , volume
          <volume>174</volume>
          <source>of Frontiers in Artificial Intelligence and Applications</source>
          , IOS Press,
          <year>2008</year>
          , pp.
          <fpage>109</fpage>
          -
          <lpage>119</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hristozova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Sterling</surname>
          </string-name>
          ,
          <article-title>An extreme method for developing lightweight ontologies</article-title>
          , in: In Workshop on Ontologies in
          <source>Agent Systems</source>
          , 1st International Joint Conference on Autonomous Agents and
          <string-name>
            <surname>Multi-Agent</surname>
            <given-names>Systems</given-names>
          </string-name>
          , Citeseer,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cummings</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Stacey</surname>
          </string-name>
          ,
          <article-title>Lean ontology development: An ontology development paradigm based on continuous innovation</article-title>
          .,
          <source>in: Knowledge Engineering and Ontology Development</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>365</fpage>
          -
          <lpage>372</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>M.</given-names>
            <surname>Uschold</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gruninger</surname>
          </string-name>
          ,
          <article-title>Ontologies: principles, methods and applications</article-title>
          ,
          <source>The Knowledge Engineering Review</source>
          <volume>11</volume>
          (
          <year>1996</year>
          )
          <fpage>93</fpage>
          -
          <lpage>136</lpage>
          .
          <source>doi:1 0 . 1 0 1 7 / S 0 2</source>
          <volume>6 9 8 8 8 9 0 0 0 0 7 7 9 7 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>L.</given-names>
            <surname>Halilaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Petersen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Grangel-González</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lange</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          , G. Coskun,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lohmann</surname>
          </string-name>
          ,
          <article-title>Vocol: An integrated environment to support version-controlled vocabulary development</article-title>
          ,
          <source>in: European Knowledge Acquisition Workshop</source>
          , Springer,
          <year>2016</year>
          , pp.
          <fpage>303</fpage>
          -
          <lpage>319</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>A.</given-names>
            <surname>Alobaid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Garijo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Poveda-Villalón</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Santana-Perez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fernández-Izquierdo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Corcho</surname>
          </string-name>
          ,
          <article-title>Automating ontology engineering support activities with ontoology</article-title>
          ,
          <source>Journal of Web Semantics</source>
          <volume>57</volume>
          (
          <year>2019</year>
          )
          <fpage>100472</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>N.</given-names>
            <surname>Matentzoglu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mungall</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          Goutte-Gattat,
          <source>Ontology development kit</source>
          ,
          <source>2021. doi:1 0 . 5 2 8 1 / z e n o d o . 6 2</source>
          <volume>5 7 5 0 7 .</volume>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>R. C</given-names>
            .
            <surname>Jackson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Balhof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Douglass</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. L.</given-names>
            <surname>Harris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Mungall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Overton</surname>
          </string-name>
          ,
          <article-title>Robot: a tool for automating ontology workflows</article-title>
          ,
          <source>BMC bioinformatics 20</source>
          (
          <year>2019</year>
          )
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>D.</given-names>
            <surname>Allemang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Garbacz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Gradzki</surname>
          </string-name>
          , E. Kendall,
          <string-name>
            <given-names>R.</given-names>
            <surname>Trypuz</surname>
          </string-name>
          ,
          <article-title>An infrastructure for collaborative ontology development, lessons learned from developing the financial industry business ontology (FIBO), in: Formal Ontology in Information Systems</article-title>
          , IOS Press,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pullmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Tramp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Quix</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. W.</given-names>
            <surname>Müller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Akyürek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Böckmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. T.</given-names>
            <surname>Imbusch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lipp</surname>
          </string-name>
          , et al.,
          <article-title>The international data spaces information model-an ontology for sovereign exchange of digital content</article-title>
          ,
          <source>in: The Semantic Web-ISWC</source>
          <year>2020</year>
          : 19th International Semantic Web Conference, Athens, Greece, November 2-
          <issue>6</issue>
          ,
          <year>2020</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>II</given-names>
          </string-name>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>176</fpage>
          -
          <lpage>192</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>G. C.</given-names>
            <surname>Publio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. E. L.</given-names>
            <surname>Gayo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. F.</given-names>
            <surname>Colunga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Menendéz</surname>
          </string-name>
          , Ontolo-ci:
          <article-title>Continuous data validation with shex</article-title>
          ,
          <source>in: Proceedings of Poster and Demo Track and Workshop Track of the 18th International Conference on Semantic Systems co-located with 18th International Conference on Semantic Systems (SEMANTiCS</source>
          <year>2022</year>
          ),
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chávez-Feria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>García-Castro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Poveda-Villalón</surname>
          </string-name>
          ,
          <article-title>Chowlk: from uml-based ontology conceptualizations to owl</article-title>
          ,
          <source>in: The Semantic Web: 19th International Conference, ESWC</source>
          <year>2022</year>
          , Hersonissos, Crete, Greece, May 29-June 2,
          <year>2022</year>
          , Proceedings, Springer,
          <year>2022</year>
          , pp.
          <fpage>338</fpage>
          -
          <lpage>352</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>