<!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>Pattern-based design for modelling an ontology network in the water and health domains</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Anna Sofia Lippolis</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giorgia Lodi</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrea Giovanni Nuzzolese</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Phylosophy and Communication Studies, University of Bologna</institution>
          ,
          <addr-line>Bologna</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Semantic Technology Laboratory, Istitute of Cognitive Sciences and Technologies, National Research Council</institution>
          ,
          <addr-line>Rome and Bologna</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Recently, an increasing interest in the management of water and health resources has been recorded. This interest is fed by the global sustainability challenges posed to the humanity that have water scarcity and quality at their core. Thus, the availability of efective, meaningful and reusable ontologies and data model is crucial to address those issues in the broader context of the Sustainable Development Goals of clean water and sanitation as targeted by the United Nations. In this paper, we present the ontology network developed in the context of the Water Health Open knoWledge project (WHOW) along with its design methodology. The ontology network consists of five pattern-based modules that we extensively describe in this paper by also including a review of the state of the art in terms similar works in both domains water and health.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Ontology Design Patterns</kwd>
        <kwd>Pattern-based Design</kwd>
        <kwd>Ontology Network</kwd>
        <kwd>Modular Ontology Design</kwd>
        <kwd>Water Quality</kwd>
        <kwd>Health</kwd>
        <kwd>Environmental Data</kwd>
        <kwd>Clean Water and Sanitation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Interest in water and sanitation management has grown in recent years driven by global
sustainability challenges that prioritise, among the others, clean water and sanitation, as
outlined in the UN Sustainable Development Goals1.</p>
      <p>To provide efective responses to these global issues, the availability of high quality and open
data models becomes an essential requirement. However, the heterogeneity and complexity of
water and health data, when available, can pose significant challenges. This paper introduces
the ontology network of the Water Health Open knoWledge project2 (WHOW), which aims
at building the first European open distributed knowledge graph for linking, using a common
semantics, data on water consumption and quality with health parameters (e.g., infectious
diseases rates, general health conditions of the population). Designed to understand the impact
of water-related climate events, water quality, and water consumption on health, the ontology
network provides a harmonized knowledge layer that can be re-used for analysis, research, and
development of innovative services and applications in the water and health domains.</p>
      <p>The ontology network consists of five pattern-based modules that we extensively describe
in this paper by also including a review of the state of the art in terms similar works in both
domains water and health.</p>
      <p>The rest of the paper is organized as follows: (i) Section 2 presents the related work; (ii)
Section 3 discusses the design methodology; (iii) Section 4 addresses the results achieved in
terms of the ontology network; (iv) ; finally, (v) Section 5 concludes the paper, discusses the
limitations, and defines future directions of research.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        In the context of the monitoring a pillar is the Semantic Sensor Network Ontology (SSN
Ontology)[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. It allows one to represent sensors and observational processes and implements,
for the majority of its semantic elements, the ISO 19156 Observations and Measurements (O&amp;M)
standard, used also as reference model in the INSPIRE context.
      </p>
      <p>
        Other European projects target water monitoring data models. This is the case of the ODALA3
project that created the ODALA Air &amp; Water application profile 4. The profile builds on a core
module derived from both O&amp;M and the SSN Ontology. ODALA presents concepts similar to
those defined in the WHOW water monitoring ontology; this creates the prerequisites for a
semantic alignment between these knowledge graphs. In the same direction, [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] describes a
knowledge-based approach aiming at water quality monitoring and pollution alerting through
the proposed Observational Process Ontology (OPO). Similarly, [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] presents a three-module
water quality ontology that combines numerous standards from diferent domains to obtain
a comprehensive approach to the issue. These standards are, among others, GeoSPARQL5,
the O&amp;M and SSN cited above, the RDF Data Cube6 as well as non-ontological resources
associated with standards (WaterML7). At the European level, the European Environmental
Agency publishes a Linked Open Data section8 that comprises data on water quality monitoring.
This data is currently under investigation in order to enable possible links with the proposed
WHOW knowledge graph.
      </p>
      <p>As far as the health domain is concerned, although it is dificult to find (linked) open data
available for the re-use, interesting resources were taken into account when creating the
WHOWKG. In particular, we mention here the Snomed standard9 for health terms, that has been re-used
in order to create proper links with our produced controlled vocabulary on infectious diseases.</p>
      <p>In essence, although a variety of works in both domains can be identified, it is still dificult,
to the best of our knowledge, to get access to a resource capable of linking the two domains
3https://odalaproject.eu/.
4https://purl.eu/doc/applicationprofile/AirAndWater/Water.
5https://www.ogc.org/standard/geosparql/
6https://www.w3.org/TR/vocab-data-cube/
7https://www.ogc.org/standard/waterml/
8https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/eea-data.
9https://www.snomed.org/.
together as we propose with our ontology network.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Method</title>
      <p>
        The methodology we used for modelling the ontology is inspired by the one defined in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and
relies on eXtreme Design [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] (XD) for ontology modelling. XD emphasises the reuse of ontology
design patterns [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] (ODPs) into an iterative and incremental process. More interestingly,
XD is a collaborative methodology that fosters the cooperation among multiple actors with
diferent roles (e.g. knowledge engineers, domain experts, etc.) to make sure all the modelling
requirements are first captured and then efectively covered. Hence, we opted for XD since
it fits our collaborative setting based on the co-creation programme. Furthermore, there is
evidence il literature [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] that the reuse of ODPs (i) speeds up the ontology design process, (ii)
eases design choices, (iii) produces more efective results in terms of ontology quality, and (iv)
boosts interoperability.
Ontology design. In such a figure, the activities named requirement collection, test design,
ontology module development, and ontology testing come from XD and focus on ontology design.
The requirement collection activity aims at eliciting the requirements as competency
questions [11] (CQs). CQs are natural language questions conveying the ontological commitment
expected from a knowledge graph (KG) and drive both ontology modelling and validation. In
fact, on the one hand CQs are a means for ontology development. On the other, they can be
converted to formal queries in order to assess the efectiveness of the resulting KG to cope with
the requirements. We implemented the validation into the ontology testing activity. This was
done by converting defined CQs into SPARQL and executing the latter as unit tests with toy
data following the solution defined in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The ontology development we applied is modular
(cf. activity named ontology module development) allowing us to generate a set of networked
ontologies. Each ontology of the network is a separate module designed with the purpose of
minimising coupling with other ontology modules and maximising the internal cohesion of
its conceptualisation. The re-use of external ontologies and ODPs was done by applying both
the direct and indirect approach [
        <xref ref-type="bibr" rid="ref14 ref4">14, 4</xref>
        ]. Direct re-use is about embedding individual entities or
importing implementations of ODPs or other ontologies in the network, thus making it highly
dependent on them. Instead, indirect re-use is about applying relevant entities and patterns
from external ontologies as templates, by reproducing them in the ontologies of the network and
providing possible extensions. We opted for direct re-use in case of widely adopted vocabularies,
such as SKOS, the Time ontology available in the Italian national catalog of semantic assets for
public administrations10, aligned with the W3C time ontology, and the top-level11 (TOP) and
environmental monitoring facilities12 (EMF) ontologies of the Linked ISPRA project13. TOP is
used as a top-level ontology that provides general concepts and relations, whilst EMF provides
core domain concepts and relations for modelling environmental monitoring data. On the
contrary, we opted for the indirect approach for re-using patterns and to support interoperability
with other pertinent ontologies, e.g. SSN/SOSA14 [12]. The latter case was realised by means of
alignments axioms, such as rdfs:subClassOf and owl:equivalentClass in dedicated alignment
ontologies.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Ontology Network</title>
      <p>The WHOW ontology network consists of 5 ontology modules. In Figure 2 each ontology is
represented as a circle, whilst the arrows represent owl:imports axioms among the ontologies.
The ontologies represented as white circles are external ontologies we re-used with the direct
approach. The ontologies represented as gray circles are the novel contributions. The base
namespace defined novel ontologies is https://w3id.org/italia/whow/onto/. From this
base namespace each module defines its local namespace following the table of prefixes reported
in Figure 2. Table 1 reports core metrics about the ontology network, which is: (i) under version
control on GitHub15; (ii) shared on Zenodo16 with a CC-BY 4.0 International licence; and (iii)
ifndable on Linked Open Vocabularies 17.</p>
      <p>
        Hydrography module. The Hydrography ontology (prefix hydro:18) represents a
generalpurpose hydrological taxonomy following the definitions given in the European Directive
10https://schema.gov.it
11https://github.com/whow-project/semantic-assets/blob/main/ispra-ontology-network/top/latest/top.rdf.
12https://github.com/whow-project/semantic-assets/blob/main/ispra-ontology-network/inspire-mf/latest/
inspire-mf.rdf.
13https://dati.isprambiente.it/
14https://www.w3.org/TR/vocab-ssn/.
15https://github.com/whow-project/semantic-assets/tree/main/ontologies.
16https://doi.org/10.5281/zenodo.7916179.
17https://lov.linkeddata.es/dataset/lov/.
18The prefix hydro: stands for the namespace https://w3id.org/whow/onto/hydrography.
2000/60/EC19. The hydro: ontology is depicted in Figure 3 using Grafoo as reference
notation [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. With white rectangles we indicate classes directly re-used from external ontologies
and with grey rectangles new defined classes. The top-level class is hydro:WaterFeature, a
subclass of the ISPRA ontology ispra-emf:FeatureOfInterest with hydro:WaterBasin and
hydro:WaterBody as subclasses. A hydro:WaterBody further specialises into a number of
subclasses defining a clear classification among the diferent types of water bodies. Those subclasses
are hydro:TransitionalWaterBody, hydro:MarineWaterBody, hydro:RiverWaterBody,
hydro:LakeWaterBody, hydro:GroundWaterBody, and hydro:CoastalWaterBody. In this
ontology we reused the PartOf ODP20 for expressing parthood between water basins (cf. the object
property hydro:isSubWaterBasin).
      </p>
      <p>Water Monitoring module. The Water Monitoring ontology is identified by the prefix
w-mon:21. It provides means to represent observations related to the quality of water courses,
such as chemical and biological substances found in water bodies. The requirements for
the representation of water observations are defined according to the data provided by the
data providers involved in the project and the standards and directives in terms of
observations and water-related assessments. For what concerns the representation of water
observations, it is possible to refer to European directives: (i) those deriving from taxonomies
from European Directive 98/83/CE (and subsequent ones)22, confirmed by the Italian
Ministry of Health23, concerning parameters of the waters for human consumption, and (ii) those
deriving from the European Directive 2009/90/EC24, concerning parameters of surface
waters. Thus, water quality monitoring requires the integration of heterogeneous types of both
observations and observation objects derived from samplers. As a result, in the ontology (cf.
Figure 4), a w-mon:WaterObservation is divided into w-mon:DrinkingWaterObservation, w-mon:
SurfaceOrGroundWaterObservation, and w-mon:RadioActivityObservation, which are, in
turn, further divided into subclasses based on the specific parameter being observed. In fact, the
observations that have as an object a microbiological agent or a chemical substance, monitor it
through its concentration in the water. On the contrary, observations on properties of water,
such as hardness, density or pH, do not imply the presence of an object being observed sinse
no chemical substance or microbiological agent is implied there. The ontology follows the
20http://ontologydesignpatterns.org/wiki/Submissions:PartOf.
21The prefix w-mon: stands for the namespace https://w3id.org/whow/onto/water-monitoring.
22https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX:31998L0083.
23Water quality parameters published by Italian Ministry of Health: https://www.salute.gov.it/portale/temi/p2_6.jsp?
lingua=italiano&amp;id=4464&amp;area=acque_potabili&amp;menu=co.
24https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32000L0060&amp;rid=2.</p>
      <p>
        Stimulus-Sensor-Observation Ontology Design Pattern (SSO ODP) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], which is a standard
for the Infrastructure for Spatial Information in Europe [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], and the Specimen model of ISO
19156:201125, which outlines the properties of sampling process features.
25http://www.iso.org/iso/catalogue_detail.htm?csnumber=32574.
      </p>
      <p>Water Indicator module. The Water Indicator ontology, with prefix w-ind:26, re-uses the
Indicator ontology design pattern27 defined in OntoPiA 28, which is the Italian national network
of ontologies and controlled vocabularies. This pattern is re-used to address indicators and
metrics for the indicator calculation of water quality. As shown in Figure 5, the indicators can
be bathing water quality classes or indicators of lakes’ chemical status.</p>
      <p>Weather Monitoring module. Similarly to the Water Monitoring module, the Weather
Monitoring ontology, with prefix wh-mon:29 (cf. Figure 6), has its focus on a
wh-mon:WeatherObservation related to a wh-mon:WeatherFeatureOfInterest (either
ground-level soil, air, wind, snow or rainfall), wh-mon:WeatherObservableProperty and
wh-mon:WeatherSensor hosted by a wh-mon:WeatherStation. It reuses the ISPRA ontology
network to model observations and related properties. This model is meant to address the need
to represent weather observations that could serve as a basis to derive information on extreme
events monitoring and prediction, such as rainfalls and snow levels.
26The prefix w-ind: stands for the namespace https://w3id.org/whow/onto/water-indicator.
27https://github.com/italia/daf-ontologie-vocabolari-controllati/tree/master/Ontologie/Indicator/latest.
28https://github.com/italia/daf-ontologie-vocabolari-controllati/tree/master.
29The prefix wh-mon: stands for the namespace https://w3id.org/whow/onto/weather-monitoring.</p>
      <p>Health Monitoring module. Finally, the Health Monitoring ontology, whose prefix is hm:30
reuses the OntoPiA Indicator ontology and focuses on the representation of health indicators
coming from regional healthcare facilities. Examples include drug distribution rates and hospital
accesses according to disease code and facility involved (cf. Figure 7). Diferent types of
hm:HealthcareIndicatorCalculation are defined, based on the typology of indicator they
describe, i.e. infectious disease rate, death rates related to diagnosis, average hospital stay
and drug distribution. The indicator calculation also refers to a statistical dimension class,
hm:ClinicalCohort, which specifies the population referred to as defined by a number of
criteria, that is hm:CohortCriteriaDescription, such as age and gender. By reusing the
ispra-top: ontology, it is also possible to model the health agency that supervises a specific
area.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions and future work</title>
      <p>In this paper, we have introduced the ontology network of the Water Health Open knoWledge
project (WHOW) that links water quality observations with health parameters (e.g. infectious
disease rates), thus implementing the well-known connection of water quality efects on
people’s health. The WHOW ontology network is (i) modular, (ii) open to maximise re-use, (iii)
multilingual in that labels and comments are provided in both Italian and English, when possible,
and (iv) built according to FAIR principles. As part of our ongoing and future work we plan
to construct a knowledge graph, i.e. WHOW-KG, by producing Linked Open Data from the
data providers involved in the WHOW project. Currently two data providers, i.e. the Italian
30The prefix wh-mon:, stands for the namespace https://w3id.org/whow/onto/weather-monitoring.</p>
      <p>National Institute for Environmental Protection and Research31 (ISPRA) and ARIA Spa32, are
involved in the knowledge graph construction process. The resulting knowledge graph follows
a decentralised and distributed paradigm. In this scenario new data providers might publish
their data as linked open data compliant with the WHOW ontology network by using their
preferred persistent URIs and setting up their own SPARQL endpoint, thus maximising the
sustainability of the WHOW-KG.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgements</title>
      <p>This work has been supported by the Water Health Open knoWledge (WHOW) project
coifnanced by the Connecting European Facility programme of the European Union under grant
agreement INEA/CEF/ICT/A2019/206322.
31https://www.isprambiente.gov.it/en.
32https://www.ariaspa.it/wps/portal/Aria/Home.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>Blomqvist</surname>
          </string-name>
          et al. “
          <article-title>Experimenting with eXtreme design”</article-title>
          .
          <source>In: Proceedings of the 17th International Conference on Knowledge Engineering</source>
          and
          <string-name>
            <given-names>Knowledge</given-names>
            <surname>Management. Edited by P. Cimiano</surname>
          </string-name>
          et al. Volume
          <volume>6317</volume>
          . Lecture Notes in Computer Science. Springer.
          <year>2010</year>
          , pages
          <fpage>120</fpage>
          -
          <lpage>134</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>642</fpage>
          -16438-
          <issue>5</issue>
          _
          <fpage>9</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Eva</given-names>
            <surname>Blomqvist</surname>
          </string-name>
          et al. “
          <article-title>Engineering Ontologies with Patterns - The eXtreme Design Methodology”</article-title>
          . In:
          <article-title>Ontology Engineering with Ontology Design Patterns</article-title>
          . Edited by Pascal
          <string-name>
            <surname>Hitzler</surname>
          </string-name>
          et al. Volume
          <volume>25</volume>
          .
          <article-title>Studies on the Semantic Web</article-title>
          . IOS Press,
          <year>2016</year>
          , pages
          <fpage>23</fpage>
          -
          <lpage>50</lpage>
          . isbn:
          <fpage>978</fpage>
          -1-
          <fpage>61499</fpage>
          -676-7. doi:
          <volume>10</volume>
          .3233/978-1-
          <fpage>61499</fpage>
          -676-7-23.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Valentina</given-names>
            <surname>Anita</surname>
          </string-name>
          Carriero et al. “
          <article-title>Agile Knowledge Graph Testing with TESTaLOD”</article-title>
          .
          <source>In: ISWC Satellites</source>
          .
          <article-title>Edited by Mari Carmen SuÃ¡rez-Figueroa et al</article-title>
          . Volume
          <volume>2456</volume>
          .
          <source>CEUR Workshop Proceedings. CEUR-WS.org</source>
          ,
          <year>2019</year>
          , pages
          <fpage>221</fpage>
          -
          <lpage>224</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Valentina</given-names>
            <surname>Anita</surname>
          </string-name>
          Carriero et al. “
          <article-title>The Landscape of Ontology Reuse Approaches”</article-title>
          . In:
          <article-title>Applications and Practices in Ontology Design, Extraction, and Reasoning</article-title>
          . Edited by Giuseppe
          <string-name>
            <surname>Cota</surname>
          </string-name>
          et al. Volume
          <volume>49</volume>
          .
          <article-title>Studies on the Semantic Web</article-title>
          . IOS Press,
          <year>2020</year>
          , pages
          <fpage>21</fpage>
          -
          <lpage>38</lpage>
          . doi:
          <volume>10</volume>
          .3233/SSW200033.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Valentina</given-names>
            <surname>Anita</surname>
          </string-name>
          Carriero et al. “
          <article-title>Pattern-based design applied to cultural heritage knowledge graphs”</article-title>
          .
          <source>In: Semantic Web 12.2</source>
          (
          <year>2021</year>
          ). Publisher: IOS Press, pages
          <fpage>313</fpage>
          -
          <lpage>357</lpage>
          . issn:
          <fpage>2210</fpage>
          -
          <lpage>4968</lpage>
          . doi:
          <volume>10</volume>
          .3233/SW-200422.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Michael</given-names>
            <surname>Compton</surname>
          </string-name>
          et al. “
          <article-title>The SSN ontology of the W3C semantic sensor network incubator group”</article-title>
          .
          <source>In: Journal of Web Semantics</source>
          <volume>17</volume>
          (
          <year>2012</year>
          ), pages
          <fpage>25</fpage>
          -
          <lpage>32</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.websem.
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Simon</given-names>
            <surname>Cox</surname>
          </string-name>
          .
          <article-title>Guidelines for the use of Observations Measurements and Sensor Web Enablement-related standards in INSPIRE Annex II and III data specification development</article-title>
          .
          <source>INSPIRE Maintenance</source>
          and Implementation Group (MIG),
          <year>Jan</year>
          .
          <year>2011</year>
          , pages
          <fpage>1</fpage>
          -
          <lpage>32</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Juan</surname>
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Rondón</surname>
          </string-name>
          Díaz et al. “
          <article-title>Characterizing water quality datasets through multidimensional knowledge graphs: a case study of the Bogota river basin”</article-title>
          .
          <source>In: Journal of Hydroinformatics</source>
          (
          <year>2022</year>
          ). doi:
          <volume>10</volume>
          .2166/hydro.
          <year>2022</year>
          .
          <volume>070</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Riccardo</given-names>
            <surname>Falco</surname>
          </string-name>
          et al. “
          <article-title>Modelling OWL Ontologies with Grafoo”</article-title>
          .
          <source>In: ESWC (Satellite Events)</source>
          .
          <article-title>Edited by Valentina Presutti et al</article-title>
          . Volume
          <volume>8798</volume>
          . Lecture Notes in Computer Science. Springer,
          <year>2014</year>
          , pages
          <fpage>320</fpage>
          -
          <lpage>325</lpage>
          . isbn:
          <fpage>978</fpage>
          -3-
          <fpage>319</fpage>
          -11954-0. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          - 11955-7_
          <fpage>42</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10] [11] [12]
          <string-name>
            <given-names>Aldo</given-names>
            <surname>Gangemi</surname>
          </string-name>
          et al. “
          <article-title>Ontology design patterns”</article-title>
          .
          <source>In: Handbook on Ontologies</source>
          . Springer,
          <year>2009</year>
          , pages
          <fpage>221</fpage>
          -
          <lpage>243</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>540</fpage>
          -92673-3_
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <article-title>In: BenchmarkingâTheory and practice</article-title>
          . Springer,
          <year>1995</year>
          , pages
          <fpage>22</fpage>
          -
          <lpage>31</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Armin</given-names>
            <surname>Haller</surname>
          </string-name>
          et al. “
          <article-title>The modular SSN ontology: A joint W3C and OGC standard specifying the semantics of sensors, observations, sampling, and actuation</article-title>
          .”
          <source>In: Semantic Web 10.1</source>
          (
          <issue>2019</issue>
          ), pages
          <fpage>9</fpage>
          -
          <lpage>32</lpage>
          . doi:
          <volume>10</volume>
          .3233/SW-180320.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Krzysztof</given-names>
            <surname>Janowicz</surname>
          </string-name>
          et al. “
          <article-title>The Stimulus-Sensor-Observation Ontology Design Pattern and its Integration into the Semantic Sensor Network Ontology”</article-title>
          .
          <source>In: SSN</source>
          <year>2010</year>
          .
          <article-title>Edited by Kerry Taylor et al</article-title>
          . Volume
          <volume>668</volume>
          .
          <source>CEUR Workshop Proceedings. CEUR-WS.org</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Valentina</given-names>
            <surname>Presutti</surname>
          </string-name>
          et al. “
          <article-title>The role of ontology design patterns in linked data projects”</article-title>
          .
          <source>In: Proceedings of the 35th International Conference on Conceptual Modeling</source>
          . Edited by Isabelle
          <string-name>
            <surname>Comyn-Wattiau</surname>
          </string-name>
          et al. Volume
          <volume>9974</volume>
          . Lecture Notes in Computer Science. Springer.
          <year>2016</year>
          , pages
          <fpage>113</fpage>
          -
          <lpage>121</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -46397-
          <issue>1</issue>
          _
          <fpage>9</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Xiaolei</given-names>
            <surname>Wang</surname>
          </string-name>
          et al. “
          <article-title>An Observational Process Ontology-Based Modeling Approach for Water Quality Monitoring”</article-title>
          .
          <source>In: Water</source>
          <volume>12</volume>
          (
          <issue>Mar</issue>
          .
          <year>2020</year>
          ), page 715. doi:
          <volume>10</volume>
          .3390/w12030715.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>