<!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>
      <journal-title-group>
        <journal-title>A. Mkrtchian);</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>An Interactive Dashboard for Ontology Quality Monitoring</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Avetis Mkrtchian</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Petr Křemen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Czech Technical University in Prague, Faculty of Electrical Engineering, Department of Computer Science</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>Monitoring ontology quality is a key activity during the whole ontology lifecycle that requires adequate tools to provide overview over changing ontologies. In this paper we present an interactive dashboard framework for monitoring ontology metrics and quality indicators. While the framework is designed as generic, we present a prominent use-case for OBO Foundry ontologies, backing by ROBOT metrics and quality indicators.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;OBO Foundry</kwd>
        <kwd>ROBOT tool</kwd>
        <kwd>ontologies</kwd>
        <kwd>dashboard</kwd>
        <kwd>OWL</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Section 2 presents some existing solutions, and in section 3 we present the architecture of our
solution together with its features. In section 4 we evaluate our work on a set of OBO Foundry
ontologies and discusses its usability with some members of the OBO Foundry community
and section 5 presents our conclusions and lessons learnt.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        A traditional view on ontology quality analysis is given in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], an overview of ontology
metrics and quality assessment approaches is further elaborated. Various ontology metrics and
quality checks can be computed by the ROBOT tool , which is a general-purpose swiss-knife
tool for general OWL ontologies, heavily used in the OBO Foundry. This community uses
a periodically updated preconfigured dashboard in a tabular form over fundamental quality
issues over all OBO Foundry Ontologies [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The objective of the OBO Dashboard is to ofer a
collection of automated tests aimed at defining a baseline level of conformity with OBO Principles
and best practices. These principles encompass openness, a common format, URI/identifier
space management, versioning, defined scope, textual definitions, relationships, comprehensive
documentation, acknowledgment of diverse user communities, clear locus of authority, naming
conventions, maintenance, and responsiveness within ontology development and management.
However, as stated by OBO Foundry themselves, the outcome of the OBO Foundry Dashboard
does not indicate the quality of an ontology’s content.
      </p>
      <p>
        Ontology quality dashboard could be configured also using general-purpose BI solutions over
RDF, like SANSA[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Interactive Dashboard Framework</title>
      <p>
        The Interactive Dashboard Framework is designed to deliver dynamic dashboards over a set of
ontologies that can change over time. Its architecture is depicted in Figure 1. One of the key
components is ROBOT [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which provides ability to generate metrics and violation reports
for the ontologies. However, the output generated by ROBOT is available in various formats,
excluding RDF. To handle RDF data, the RDF4J [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and Apache Jena [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] libraries are used.
The ontological data is stored in the GraphDB [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] database, which communicates with the
aforementioned libraries via an API.
      </p>
      <p>
        For the frontend, the existing dashboard solution Kibana is utilized. Kibana [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] allows
visualization, exploration and analysis of data from the Elasticsearch search engine. However,
Elasticsearch does not support RDF data, an RDF Indexer is introduced as intermediary between
Elasticsearch and GraphDB. The RDF Indexer facilitates the integration of RDF data into
Elasticsearch, enabling querying and visualization within the Kibana frontend.
      </p>
      <sec id="sec-3-1">
        <title>3.1. Main features</title>
        <p>
          One of the main features is the approach to obtaining quality data on ontologies. Since the
ROBOT tool is a key component, its capabilities were analyzed in detail, the most suitable
commands were: robot measure to generate metrics and robot report to get a report on
violations in ontologies. It was important for us to represent the outputs of these commands
in RDF format in order to save them in triple-store. In order to implement this, the first idea
was to describe these two commands using a suitable vocabulary. The results of the research of
suitable vocabulary were the finding of DQV(Data Quality Vocabulary)[
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] to describe metrics
generated by ROBOT. In Figure 2 you can see the part of the data model that is used to represent
output metrics of the robot measure in RDF format.
        </p>
        <p>
          To standardize validation and generation of violation reports and keep them independent of
the ROBOT tool we use SHACL (Shapes Constraint Language) [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. ROBOT ofers ontology
validation using a set of SPARQL [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] queries which we translated into SHACL.
        </p>
        <p>Here is an example of translating the ROBOT rule called "lowercase definition":
PREFIX obo : &lt; h t t p : / / p u r l . o b o l i b r a r y . o r g / obo / &gt;
SELECT DISTINCT ? e n t i t y ? p r o p e r t y ? v a l u e WHERE {</p>
        <p>VALUES ? p r o p e r t y { obo : I A O _ 0 0 0 0 1 1 5 obo : I A O _ 0 0 0 0 6 0 0 }
? e n t i t y ? p r o p e r t y ? v a l u e .</p>
        <p>FILTER ( ! r e g e x ( ? v a l u e , " ^ [ A−Z0 − 9 ] " ) )</p>
        <p>FILTER ( ! i s B l a n k ( ? e n t i t y ) )
}
ORDER BY ? e n t i t y</p>
        <p>This rule can be represented in SHACL as follows:
ex : l o w e r c a s e _ d e f i n i t i o n
a sh : NodeShape ;
sh : t a r g e t C l a s s owl : O b j e c t P r o p e r t y , owl : A n n o t a t i o n P r o p e r t y ,
owl : C l a s s ;
sh : p r o p e r t y [
sh : p a t h obo : I A O _ 0 0 0 0 1 1 5 ;
sh : s e v e r i t y sh : I n f o ;
sh : m e s s a g e " l o w e r c a s e _ d e f i n i t i o n " ;
sh : p a t t e r n " ^ [ A−Z0 − 9 ] ( . ∗ ) " ;
] ;
sh : p r o p e r t y [
sh : p a t h obo : I A O _ 0 0 0 0 6 0 0 ;
sh : s e v e r i t y sh : I n f o ;
sh : m e s s a g e " l o w e r c a s e _ d e f i n i t i o n " ;
sh : p a t t e r n " ^ [ A−Z0 − 9 ] ( . ∗ ) " ;</p>
        <p>Not all the rules were described exactly as above, complexity of some rules made us replace
sh:property with sh:sparql and adopt the original SPARQL query to its SHACL version.
Nevertheless, as many SHACL rules as possible were left without using SPARQL in order to
improve validation eficiency. Thus all the predefined queries of the ROBOT report command
were transformed in this way, with the exception of two: "deprecated class reference" and
"deprecated property reference" due to their complexity.</p>
        <p>The Interactive Dashboard Framework solves the issue of ontology version tracking, which
is currently a significant concern. Many ontology creators either overlook the using of specific
OWL attributes like owl:version and owl:versionInfo, or they they use diferent schemata
as numeric identifiers or date stamps, or a combination of thereof. This inconsistency can lead
to dificulties in efectively tracking.</p>
        <p>To solve this problem, the Interactive Dashboard Framework works in update mode. With
each update, the framework performs a check to determine if the ontology contains date stamp
attribute. If such an attribute is absent, the framework assigns its own version to the ontology
data, which is date of update. This approach eliminates the reliance on inconsistent versioning
practices and ensures ability to track changes over time.</p>
        <p>By adopting this strategy, the framework enables the monitoring of variations in the number
of violations or specific violations themselves across diferent ontology versions.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Evaluation</title>
      <p>In order to test our framework, it was decided to make a prominent use case for OBO Foundry
ontologies. The dashboard (available at http://tinyurl.com/obodashboard) currently contains
a subset of all OBO Foundry ontologies, mainly to keep the experiment limited and running
on a common hardware. While OBO Foundry provides its own dashboard solutions based on
its principles, these solutions ofer more general information without delving into specifics,
such as detailed data on the types of violations. Our dashboard for OBO Foundry ontologies
ofers easy configuration and possibility to monitor ontology evolution in time. It consists of
three main sections: "All ontologies", "Single ontology" and "Specific ontologies". In Figure 3
you can see part of "Single ontology" section, which demonstrates the possibility of selecting
an ontology and its version, as well as information about violations of the ontology.</p>
      <p>Thus, using the example of a dashboard for OBO Foundry ontologies, you can easily configure
a dashboard, for this you need to perform only three steps:
1. Configure a SPARQL query tailored to your specific requirements. This query will retrieve
the necessary data from GraphDB. By carefully designing your query, you can extract
relevant data you wish to visualize.
2. Index data from GraphDB to Elasticsearch with RDF Indexer using the SPARQL query
from the previous point.
3. Use Kibana to design customized visualizations, such as graphs, charts, and tables, to
efectively represent the ontology data indexed in Elasticsearch.</p>
      <sec id="sec-4-1">
        <title>4.1. User feedback</title>
        <p>We received feedback from the OBO Community by conducting four test scenarios that test
usefulness where subjects gave comments and rated the scenario on a scale. And also ten
questions on usability. Three subjects took part in the tests, and another subject gave his
feedback with the format of the discussion.</p>
        <p>The test results revealed that most of the comments were focused on the dashboard’s UI
rather than the data it contains. The primary drawback highlighted by all participants was
the height of the dashboard box, which required constant scrolling down to access the most
relevant information. This was caused by the navigation bar taking up a large percentage of
the available area. Additionally, Kibana has its own UI elements like data filtering fields that
further reduce the available space for the dashboard content. The separation of sections in the
navigation panel also raised doubts, most participants would like to see the "All ontologies" and
"Specific ontologies" sections in one. Almost all participants had problems with filtering data
from the first time, this is due to the fact that filtering in Kibana is quite specific and takes a
little time to sort it out, as with all other things, since Kibana is a bit technical UI.</p>
        <p>As for the positive qualities of the dashboard, the main feature that the community appreciated
was the version of ontologies with the possibility of tracking the number of violations in
chronological order. One participant was surprised at how we approached the method of
generating a violation report, i.e. by transforming ROBOT rules into SHACL syntax, as well as
the description of metrics generated by ROBOT using DQV. Another thing appreciated by the
participants were the links to the ROBOT rules website and to the ontology repositories.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions</title>
      <p>The presented solution shows in a flexible and configurable way to configure an interactive
dashboard over ontologies stored in a triple-store (or external files), while still providing useful
outputs to the domain experts, as our experiment showed.</p>
      <p>In the future, we would like to address several research directions. First, making indexing of
large ontologies more eficient and robust. Also, incorporating other types of ontology metrics
and quality control rules than those provided by ROBOT. Last, but not least, creating a set of
predefined quality control widgets for a default dashboard ready to provide basic quality-related
information about any OWL ontology.</p>
      <p>This plan for future development will also include integration with the OBO Dashboard,
further enhancing its utility and accessibility, as well as trying to apply the dashboard solution
to other ontology communities.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ashburner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Rosse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Bug</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Ceusters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Goldberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Eilbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ireland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mungall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Leontis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rocca-Serra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ruttenberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-A.</given-names>
            <surname>Sansone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Scheuermann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Shah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Whetzel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <article-title>The obo foundry: Coordinated evolution of ontologies to support biomedical data integration</article-title>
          ,
          <source>Nature biotechnology 25</source>
          (
          <year>2007</year>
          )
          <fpage>1251</fpage>
          -
          <lpage>5</lpage>
          . doi:
          <volume>10</volume>
          .1038/nbt1346.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D.</given-names>
            <surname>McComb</surname>
          </string-name>
          ,
          <article-title>The Data-Centric Revolution: Restoring Sanity to Enterprise Information Systems</article-title>
          , Technics Publications,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Industrial</given-names>
            <surname>Ontologies Foundry</surname>
          </string-name>
          , https://www.industrialontologies.org/,
          <year>2023</year>
          . [Accessed 5-September-2023].
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>D.</given-names>
            <surname>Brickley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Guha</surname>
          </string-name>
          ,
          <source>RDF Schema 1</source>
          .1,
          <string-name>
            <given-names>W3C</given-names>
            <surname>Recommendation</surname>
          </string-name>
          ,
          <year>W3C</year>
          ,
          <year>2014</year>
          . Https://www.w3.org/TR/2014/REC-rdf-schema-
          <volume>20140225</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rudolph</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Patel-Schneider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Parsia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krötzsch</surname>
          </string-name>
          , P. Hitzler, OWL 2
          <string-name>
            <given-names>Web</given-names>
            <surname>Ontology Language Primer (Second Edition)</surname>
          </string-name>
          ,
          <source>Technical Report, W3C</source>
          ,
          <year>2012</year>
          . Https://www.w3.org/TR/2012/REC-owl2
          <string-name>
            <surname>-</surname>
          </string-name>
          primer-20121211/.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Tartir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. B.</given-names>
            <surname>Arpinar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Moore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. P.</given-names>
            <surname>Sheth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Aleman-Meza</surname>
          </string-name>
          ,
          <article-title>OntoQA: Metric-based ontology quality analysis</article-title>
          ,
          <source>in: KADASH</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>R. S. I. Wilson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. S.</given-names>
            <surname>Goonetillake</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. A.</given-names>
            <surname>Indika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ginige</surname>
          </string-name>
          ,
          <article-title>Analysis of ontology quality dimensions, criteria and metrics</article-title>
          , in: O.
          <string-name>
            <surname>Gervasi</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Murgante</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Misra</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Garau</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          <string-name>
            <surname>Blečić</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Taniar</surname>
            ,
            <given-names>B. O.</given-names>
          </string-name>
          <string-name>
            <surname>Apduhan</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. M. A. C. Rocha</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Tarantino</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. M. Torre</surname>
          </string-name>
          (Eds.),
          <source>ICCSA 2021</source>
          , Springer International Publishing, Cham,
          <year>2021</year>
          , pp.
          <fpage>320</fpage>
          -
          <lpage>337</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R.</given-names>
            <surname>Jackson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Balhof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Douglass</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Harris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mungall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</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>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>OBO</given-names>
            <surname>Dashboard</surname>
          </string-name>
          , https://dashboard.obofoundry.org/dashboard/index.html,
          <year>2023</year>
          . [Accessed 5-September-2023].
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sejdiu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Bühmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Westphal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stadler</surname>
          </string-name>
          , I. Ermilov,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Chakraborty</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Saleem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.-C. N.</given-names>
            <surname>Ngonga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Jabeen</surname>
          </string-name>
          ,
          <article-title>Distributed semantic analytics using the sansa stack</article-title>
          ,
          <source>in: ISWC'2017</source>
          , Springer,
          <year>2017</year>
          , pp.
          <fpage>147</fpage>
          -
          <lpage>155</lpage>
          . URL: http: //svn.aksw.org/papers/2017/ISWC_SANSA_SoftwareFramework/public.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>E. R. developers</surname>
          </string-name>
          , Welcome ·
          <article-title>Eclipse RDF4J™ | The Eclipse Foundation - rdf4j</article-title>
          .org, https: //rdf4j.org/,
          <year>2023</year>
          . [Accessed 13-July-2023].
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Apache</given-names>
            <surname>Jena</surname>
          </string-name>
          ,
          <year>2023</year>
          . URL: https://jena.apache.org/, [Accessed 13-July-2023].
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>GraphDB</given-names>
            <surname>Downloads</surname>
          </string-name>
          and Resources - graphdb.ontotext.com,
          <year>2023</year>
          . URL: https://graphdb. ontotext.com, [Accessed 13-July-2023].
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Kibana</surname>
          </string-name>
          : Explore, visualize,
          <source>Discover Data</source>
          ,
          <year>2023</year>
          . URL: https://www.elastic.co/kibana/, [Accessed 13-July-2023].
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R.</given-names>
            <surname>Albertoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Isaac</surname>
          </string-name>
          ,
          <article-title>Introducing the data quality vocabulary (DQV)</article-title>
          ,
          <source>Semantic Web</source>
          <volume>12</volume>
          (
          <year>2021</year>
          )
          <fpage>81</fpage>
          -
          <lpage>97</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <article-title>Shapes constraint language (SHACL)</article-title>
          ,
          <source>Technical Report, W3C</source>
          ,
          <year>2017</year>
          . URL: https://www.w3. org/TR/shacl/, [Accessed 13-July-2023].
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>E.</given-names>
            <surname>Prud</surname>
          </string-name>
          <article-title>'hommeaux, A. Seaborne, SPARQL Query Language for RDF, W3C Recommendation</article-title>
          ,
          <year>W3C</year>
          ,
          <year>2008</year>
          . URL: https://www.w3.org/TR/2008/REC-rdf
          <string-name>
            <surname>-</surname>
          </string-name>
          sparql-query-
          <volume>20080115</volume>
          /, [Accessed 15-July-2023].
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>