<!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>PhyQus: Automatic Unit Conversions for Wikidata Physical Quantities</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Danai Symeonidou</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Felipe Vargas-Rojas</string-name>
          <email>luis-felipe.vargas-rojas@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>Axel Polleres</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Llorenç Cabrera-Bosquet</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="editor">
          <string-name>Wikidata Physical Quantities, Unit Conversions, Numerical Information, SHACL, QUDT</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information Systems and Operations Management, Vienna University of Economics and Business</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>INRAE-LEPSE, Institut Agro</institution>
          ,
          <addr-line>Montpellier</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>INRAE-MISTEA, Institut Agro</institution>
          ,
          <addr-line>Montpellier</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Wikidata is gaining attention to address scientific experimental information. In particular, users can exploit the notions of physical quantities and units of measurement already defined in its knowledge graph. However, when users perform queries over scientific data referring to such data, they can only retrieve the physical quantities in the units of measurement explicitly stored as statements, although the knowledge to transform these quantity values into diferent units required by the query is already (partially) defined in the units' metadata. We propose PhyQus a query-answering approach that allows to retrieve the physical quantities in any convertible unit by performing unit conversion on the fly based on the query information. To this end, our approach is based in the advanced features of the W3C recommendation SHACL and leverages the ontology of unit of measurements, QUDT. We showcase that the approach is feasible considering two main examples one about cities's area and the other about the boiling point of chemical substances.</p>
      </abstract>
    </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>
        Wikidata (WD) has become a central and popular repository for not only encyclopedic
knowledge, but also as a knowledge base repository for science, e.g., life sciences [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Related
information includes base facts ranging from properties of locations and places, to properties of
genes, as well as physical properties of substances. Many of these properties are described as
numerical terms (e.g., area, boiling points, ...) in diferent standardised units of measurement
(
      </p>
      <p>2,  2, ∘ , ∘ , etc.).</p>
      <p>
        Yet, while property constraints [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], such as the allowed-units constraint (Q21514353) allow the
community to restrict the permitted units of measurement, and while these units are typically
inter-convertible, Wikidata’s query service only provides answers in the explicitly stored units.
Limited support for value conversion, exists in the sense that particular units such as for instance
Q712226 (square kilometre), provide explicit conversion factors, via property P2442 (conversion
to standard unit), or PP2370 (conversion to SI unit), but this information is typically incomplete
CEUR
Workshop
Proceedings
      </p>
      <p>© 2023 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
within WD and does not cover more complex conversions, such as for instance ∘ to ∘ , which
involve more complex equational knowledge than multiplication factors.</p>
      <p>The previous issues could be prevented by precomputing all possible unit conversions, which
would allow the query service to provide all the complete results. However, this is currently
unfeasible, regarding that the latest version of WD contains 158 properties of quantity values
and they can be applied to millions of entities. To illustrate, consider the ”area” property, which
is used from around 5,813,704 entities 1, and according to the “allowed unit” constraint, can be
expressed in 20 diferent units 2. Consequently, a complete materialisation would demand over
116,274,080 additional triples.</p>
      <p>
        It seems obvious, that leveraging existing work in the Semantic Web field on defining
exhaustive ontologies for units of measurements, such as QUDT [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] could therefore add great benefits
in the usability of data within WD. To this end, in the present paper we describe our approach,
PhyQus, to convert physical quantities within WD automatically and on the fly, leveraging the
entire - and extensible - knowledge in ontologies such as QUDT, in a manner transparent to the
end user of Wikidata’s query interface.
      </p>
      <p>In the remainder of this paper, after discussing related works Section 2, we describe our
approach in Section 3, illustrated by examples, showcasing automated query-answering in
diferent target units. We discuss potential impact, in terms of the incompleteness/heterogeneity
of current unit data within Wikidata as well as an empirical evaluation in Section 4, before we
conclude in Section 5.</p>
    </sec>
    <sec id="sec-3">
      <title>2. Related Work</title>
      <p>The problem of performing unit conversions involves certain requirements and steps. In
Section 2.1 we explain the most common approaches. Besides, in Section 2.2 we present
alternatives to express data derived from mathematical computations that enrich the initial data
graph. Finally, in Section 2.3 we present three relevant unit ontologies considering that their
annotations and data models are required to perform this task.</p>
      <sec id="sec-3-1">
        <title>2.1. Current Unit Conversion Approaches</title>
        <p>
          The unit conversion task relies on a notion of quantity values. Diferent models can represent
this notion, for instance the ontology QUDT and Wikibase (used in the Wikidata) propose
properties and classes for that goal. A quantity value is a pair ( , ) which expresses the
numerical value of a quantity with respect to a unit of measurement [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
        </p>
        <p>
          Bearing in mind the notion of quantity, the most traditional way to perform this task is
by defining complex SPARQL queries. This approach was followed by [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], the user should
add manually in the query the conversion functions and if required to construct the new
quantity value. Another alternative is to export the numerical information along with the unit
of measurement identifier, therefore to use programming language libraries such as Java 3 or
        </p>
        <sec id="sec-3-1-1">
          <title>1https://w.wiki/7qta 2https://w.wiki/7qth 3https://github.com/unitsofmeasurement/unit-api</title>
          <p>
            Python4. Users should define manually the mappings between the library and the unit ontology
and expect that the library supports the units they are interested in.
2.2. Leveraging conversion rules and equations automatically
Property equations [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ] were an early proposal to automate numerical conversions in RDF
data, leveraging equations in terms of automated query rewriting, relying on simple linear
equations, expressed as strings, that could be automatically rewritten in terms of SPARQL BIND
expressions. This approach has been later extended to cover also more complex conversion rules,
QBrules [
            <xref ref-type="bibr" rid="ref6">6</xref>
            ], including aggregation over dimensions in DataCubes. QAVAN [
            <xref ref-type="bibr" rid="ref7">7</xref>
            ] presents other
alternative to produce derived data on the fly during query-answering. This approach allows to
define mathematical formulas in RDF along with the data. Besides, it permits more advanced
calculations (e.g., power, root squares, sine, cosine, and so on..). QAVAN introduces the concept
of Actionable Numerical Relationship (ANR) as a kind of rule that contains a mathematical
formula in their body. QAVAN implements the ANRs based on SHACL ValueRules. Thus, ANRs
enable to produce new triples derived from numerical calculations. In constrast to QAVAN,
where the ANRs are stored in advance, our approach PhyQus requires to generate them “on the
lfy” since the ANRs rely on parameters given by the query (e.g., the desired unit of measurement)
that are not known in advance.
          </p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>2.3. Unit Ontologies</title>
        <p>
          We explore three of the most used unit ontologies: (i) UO, the unit ontology from the OBO
foundation [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]; (ii) OM, Ontology of units of measure and related concepts [9]; and (iii) QUDT,
quantities, units, dimensions and data types ontologies [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. Although these three ontologies are
a rich resource of annotations about units, not all of them aim to facilitate the unit conversion
task. For instance, UO lacks annotations about conversion factors whereas OM requires a
programming language to express functions with recursion in order to perform the unit
conversions. Conversely, QUDT unit conversions can be computed in a W3C standard such as
SPARQL without requiring external third-party software. Therefore, our approach is based in
this technology.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3. Approach</title>
      <p>
        In this section we describe our approach PhyQus. For this approach we assume the data
conforms to the model of quantities used in Wikidata. This approach is inspired in the notions
addressed in QAVAN [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and use the same concept of Actionable Numerical Relationship (ANR)
to refer to our production rules. In PhyQus the ANRs are ephemeral and instantiated considering
the information of a given query. PhyQus relies on QUDT to obtain the conversion factors
and ofsets, as well as in SHACL Advanced Features (SHACL-AF) for two main processes: (i)
perform unit conversions and (ii) add new derived physical quantities to the data graph through
the definition of ephemeral ANRs. More precisely, we incorporate new SHACL functions to
enable unit conversions, and new SHACL plugins to enable “on the fly” construction of new
quantity values.
      </p>
      <p>In this work we use some SHACL [10] notions, in SHACL a shape represents a group of
constraints associated to a set of target nodes. The constraints are evaluated against each node
to conclude if the data is valid against that SHACL shapes. During the evaluation a node is
refereed as the focus node. For instance, a target can be the class City whilst a focus node can
be the city of Montpellier. The same concepts are used to the definition of ANRs.
3.1. Performing Unit Conversions and Create Wikidata Quantities</p>
      <p>Funtion
toTargetUnit
toWDfromQUDT</p>
      <p>Description
Transform a QuantityValue to a
given target unit and returns the
numerical value
Transform a WIKIDATA unit into a
QUDT unit</p>
      <p>Domain</p>
      <p>xsd:Double
qudt:Unit (source)
qudt:Unit (target)
wikibase:Unit</p>
      <p>Range
xsd:Double
qudt:Unit
Plugin</p>
      <p>Name</p>
      <p>Description</p>
      <p>SHACL rule
SHACL expression</p>
      <p>WDQuantityRule
createWDQuantity</p>
      <p>Enable WD quantity values as outputs
Take a Wikidata property, a numerical
value, and a Wikidata unit and constructs
a Wikidata quantity value instance.</p>
      <p>Table 1 presents the extensions added to SHACL-AF. We add two SHACL functions:
toTargetUnit to transform a value into a target unit and toWDfromQUDT to transform a unit given in the
Wikidata model to QUDT. These functions take advantage of the mappings to QUDT existing
in Wikidata through the direct link property wdtn:P2968. Besides, Table 1 also presents two
SHACL plugins, whilst SHACL functions are implemented as SPARQL queries and can be added
through RDF, the plugins require to add some lines of code in the SHACL-AF implementation.
These two kind of extensions are considered and are straightforward to add in SHACL-AF. In
the next section we explain how to align these extensions with the query-answering process.</p>
      <sec id="sec-4-1">
        <title>3.2. Query-Answering Process</title>
        <p>The query-answering steps are described in Figure 1 along with a simple example considering
the automatic unit conversion for data related to the city of Montpellier. The approach takes
as input a query  retrieving some physical quantities of WD. In the example we mention the
property p:P2046, which refers to the area of an object, however the query can be about others
properties (e.g., the boiling point of a substance). Note that the query requires this property in
the unit square miles (wd:Q232291). Shapes having as target, subjects of the Wikidata physical
quantities, should be added in order to activate the automatic unit conversion. The example
shows a shape called AreaShape and having as target subjects of the property area. Last input
is a data graph, in this example is a graph containing information about the area of the city
Montpellier (wd:Q6441). This graph contains the Montpellier’s area only in square
kilometres (wd:Q712226). The initial query without our approach is going to return an empty result
set. The steps to enable query-answering with automatic unit conversion are described as follow:
1. Query Interpretation. Taking into account the shape’s target, in this step PhyQus identifies
the properties involved in the query that have also an associated shape. In the given example, it
is the property area. From the triple patterns in the query, PhyQus obtains the variable that
represents the targets (e.g., ?city). Besides, a map is generated from the query, which keys are
the properties and which values are a list of required units. The example shows only the unit
square mile, however, more units can be required in the same query.
2. ANRs Generation. PhyQus iterates on the map producing one ANR for each pair (property,
unit). The new ANRs that are added to the shape using the property sh:rule are ephemeral
and only exist during the query evaluation. These new ANRs, use the functions and plugins
defined in Section 3.1. Given the space constraints, the complete ANRs are only shared in the
experiment repository. We also add a policy to avoid the proliferation of calculations. If the
current focus node (e.g., a city) already has a quantity value in the required unit, then we avoid
to compute a new one. We express this policy as a SHACL constraint taking advantage that
our approach is based on SHACL-AF. This policy requires further discussion since there are
diferent reasons for which a focus node have several times the same property: (i) erroneous
data, (ii) data in diferent time point, (iii) the same value in other unit of measurement but
equivalent.
3. Update Target Nodes. First, PhyQus removes from the query all the statements about the
identified properties. After that, for each identified property it adds a triple pattern having as
predicate this property and as object a blank node. This pattern assures that at least the focus
node has once the property, which can therefore enable the unit conversion.
4. Perform ANRs. Considering the ephemeral ANRs and the target node query the ANRs are
performed in order to produce a virtual graph containing the new quantity properties. In our
example, the derived graph contains triples about a new area property for the city of Montpellier
with the quantity value in square miles. Note that this information was not presented in the
data previously.
5. Query Evaluation. The query is evaluated against the union of the new virtual graph and
the initial graph. Therefore, it produces a result set. In the given example, a result with the
Montpellier’s area in square miles.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4. Evaluations and Results</title>
      <p>PhyQus Evaluation is illustrated with two Wikidata examples: one about the area of cities
and their subclasses, and other about the boiling point of diferent substances. The former
evaluation is carried out to demonstrate the limits of Wikidata units of measurements and to
stress the necessity of using unit ontologies such as QUDT. Experiments are shared in this</p>
      <p>A query Q
?city ?areaInSqMi
?city wdt:P31 wd:Q515.
?city p:P2046 ?valueNodeStm.
?valueNodeStm psv:P2046 ?qv.
?qv wkb:quantityAmount ?areaInSqMi.
?qv wkb:quantityUnit wd:Q232291.</p>
      <p>A shape AreaShape
- targetSubjectsOf p:P2046</p>
      <p>A graph G
wd:Q6441 wdt:P31 wd:Q515;
p:P2046 [ psv:P2046
[wkb:quantityAmount 56.88 ;
wkb:quantityUnit wd:Q712226. ]]</p>
      <p>Wikidata info
p:P2046, psv:P2046 (area)
wd:Q712226 (square kilometres)
wd:Q232291 (square mile)
wd:Q6441 (Montpellier)
wdt:P31 (instance of)
wd:Q515 (City)</p>
      <p>Create a map
containing PQs and
the required units
map[p:P2046]=[wd:Q232291]
2) ANRs Generation
For each PQ and unit</p>
      <p>create a new ANR
Add a policy condition: only
execute the ANR if the value
in that unit does not exist
add a triple pattern for</p>
      <p>each PQ</p>
      <p>SELECT only the
target variable ?city</p>
      <p>4) Perform ANRs
- only target nodes in Q’
- Produce virtual graph G’
5) Query Evaluation
Evaluate initial query</p>
      <p>Q against G U G’</p>
      <p>A Rewritten AreaShape
- targetSubjectsOf p:P2046
- a new ANR that adds the
property area (p:P2046) to the
focus node (a city), the value is
a new wikidata quantity in
square miles (wd:Q232291).
- Trigger condition.</p>
      <p>Target nodes query Q’</p>
      <p>?city
?city wdt:P31 wd:Q515;</p>
      <p>p:P2046 [].</p>
      <p>A virtual graph G’
wds:Q6441 p:P2046 [ psv:P2046
[wkb:quantityAmount 21.961 ;
wkb:quantityUnit wd:Q232291. ]]</p>
      <p>A Result Set
?city
wds:Q6441
?areaInSqMi
21.961</p>
      <sec id="sec-5-1">
        <title>4.1. Evaluation of Cities’s Area</title>
        <p>We evaluate PhyQus taking into account two main scenarios: (i) perform a query using the
traditional Wikidata SPARQL endpoint, and (ii) evaluating the same query with PhyQus.</p>
        <p>Table 2 shows the evaluation of diferent queries about the area of a given city in diferent
units. Each “Unit Label” in the table represents a query that retrieves that specific unit. These
results demonstrate that PhyQus improves the number of query results. For instance, the query
about “square mile” only returns about 4% of the results for the Wikidata endpoint whereas the
same query evaluated with PhyQus is able to retrieve about 103% of the data. We explore the
data to find why it is returning more than the 100% of the data despite our policies. We found,
for instance that a city such as Bönnigheim (wd:Q61837) has six times the property area in the
same unit. If the unit is not the required by the query, PhyQus will return six new quantity
values in the same required unit. That is because PhyQus, in the current version, cannot access
the produced physical quantities and only perform the validation in the original data.</p>
        <p>We observe as well that for the query about “square km” PhyQus shows less results than the
Wikidata endpoint. It can be given to our preprocessing where we transform the data types to
double and not all the values are correct numerical values. We remark that, although PhyQus</p>
        <sec id="sec-5-1-1">
          <title>5https://github.com/felipe-vargas-inrae/phyqus/</title>
          <p>presents better results, it is also relevant to perform further improvements in order to handle
the data incompleteness, heterogeneity and inconsistency thus contributing to the data quality.</p>
          <p>Approach
WDEndpoint
WDEndpoint
WDEndpoint
PHYQUS
PHYQUS
PHYQUS</p>
          <p>Unit Label
square mile
square meters
square km
square mile
square meters
square km</p>
        </sec>
      </sec>
      <sec id="sec-5-2">
        <title>4.2. Evaluation of Substance’s Boiling Point</title>
        <p>This second evaluation shows that PhyQus can handle more complex unit conversion such as
those about temperature units, which require not only a conversion factor but also an ofset.
Note that the Wikidata model does not allow that kind of conversions. Results in Table 3 exhibits
a better number of results for the queries that were evaluated in PhyQus covering about 90% of
the substances. The results for PhyQus about diferent units were not uniform because of the
issues of data quality already mentioned on the previous evaluation.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Conclusions</title>
      <p>In this work we present PhyQus, an approach to automate unit conversion during query
evaluation. We exploit SHACL-AF and leverage the unit ontology QUDT for that goal. PhyQus
produces on the fly ephemeral Actionable Numerical Relationships (ANR) relevant to answer
a given query. We also remark that, although the Wikidata model ofers some properties to
perform unit conversions, these annotation are limited and do not allow unit conversion for
cases such as temperature units ∘ → ∘ . This scenario stress the idea of using a more robust unit
ontologies such as QUDT. We evaluate PhyQus against two scenarios: cities’s area and boiling
points of substances. Our results demonstrated that PhyQus is able to exploit the numerical
knowledge about conversions to provide more results under certain queries that the traditional
Wikidata endpoint could not handle. For instance, a query retrieving the area of a city in square
miles returns only 802 results whereas with PhyQus it provides 21316. As future work, we
plan to conduct further evaluations. Besides, the approach is also suitable to repair violations
of constraints about units of measurement. There is also an interest to express mathematical
formulas in diferent experimental domains which inputs and outputs are quantity values.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This work was supported in part by INRAE, #DigitAg, by the French National Research Agency
under the Investments for the Future Program, referred as ANR-16-CONV-0004 and by the the
EU project STARGATE H2020 952339 (https://stargate-hub.eu/).
[9] H. Rijgersberg, M. Van Assem, J. Top, Ontology of units of measure and related concepts,</p>
      <p>Semantic Web 4 (2013) 3–13.
[10] D. Kontokostas, H. Knublauch, Shapes Constraint Language (SHACL), W3C
Recommendation, W3C, 2017. Https://www.w3.org/TR/2017/REC-shacl-20170720/.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Waagmeester</surname>
          </string-name>
          , G. Stupp,
          <string-name>
            <given-names>S.</given-names>
            <surname>Burgstaller-Muehlbacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. M.</given-names>
            <surname>Good</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Grifith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hanspers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. L.</given-names>
            <surname>Grifith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Hermjakob</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. S.</given-names>
            <surname>Hudson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hybiske</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Keating</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Manske</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mayers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Mietchen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Mitraka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. R.</given-names>
            <surname>Pico</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Putman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Riutta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Queralt-Rosinach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. M.</given-names>
            <surname>Schriml</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Shafee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Slenter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Stephan</surname>
          </string-name>
          , G. Tsueng,
          <string-name>
            <given-names>K.</given-names>
            <surname>Thornton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Tu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ul-Hasan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Willighagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. I. Su</surname>
          </string-name>
          , Science forum:
          <article-title>Wikidata as a knowledge graph for the life sciences</article-title>
          ,
          <source>eLife Sciences 9</source>
          (
          <year>2020</year>
          ). URL: http://eprints.cs.univie.ac.at/6703/. doi:
          <volume>10</volume>
          .7554/eLife.52614.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferranti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Polleres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. F. D.</given-names>
            <surname>Souza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ahmetaj</surname>
          </string-name>
          ,
          <article-title>Formalizing property constraints in Wikidata</article-title>
          ,
          <source>in: Proceedings of the 3rd Wikidata Workshop (co-located with ISWC2022)</source>
          ,
          <year>2022</year>
          . URL: http://polleres.net/publications/ferr-etal-2022WD.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>R.</given-names>
            <surname>Hodgson</surname>
          </string-name>
          , P. J. Keller, J. Hodges, J. Spivak,
          <article-title>QUDT-quantities, units, dimensions and data types ontologies</article-title>
          , USA Available http://qudt.
          <source>org March</source>
          <volume>156</volume>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F.</given-names>
            <surname>Martín-Recuerda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Walther</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Eisinger</surname>
          </string-name>
          , G. Moore,
          <string-name>
            <given-names>P.</given-names>
            <surname>Andersen</surname>
          </string-name>
          , P.
          <article-title>-</article-title>
          <string-name>
            <surname>O. Opdahl</surname>
          </string-name>
          , L. Hella,
          <article-title>Revisiting Ontologies of Units of Measure for Harmonising Quantity Values-A Use Case</article-title>
          , in: International Semantic Web Conference, Springer,
          <year>2020</year>
          , pp.
          <fpage>551</fpage>
          -
          <lpage>567</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bischof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Polleres</surname>
          </string-name>
          ,
          <article-title>RDFS with attribute equations via SPARQL rewriting</article-title>
          , in: P.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Corcho</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Hollink</surname>
          </string-name>
          , S. Rudolph (Eds.),
          <source>The Semantic Web: Semantics and Big Data - Proceedings of the 10th ESWC (ESWC2013)</source>
          , volume
          <volume>7882</volume>
          , Springer, Montpellier, France,
          <year>2013</year>
          , pp.
          <fpage>335</fpage>
          -
          <lpage>350</lpage>
          . URL: http://www.polleres.net/publications/bisc-etal-2013ESWC. pdf.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Bischof</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Harth</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Kämpgen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Polleres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Schneider</surname>
          </string-name>
          ,
          <article-title>Enriching integrated statistical open city data by combining equational knowledge and missing value imputation 48 (</article-title>
          <year>2018</year>
          )
          <fpage>22</fpage>
          -
          <lpage>47</lpage>
          . URL: http://polleres.net/publications/bisc-etal-2017JWS.pdf. doi:
          <volume>10</volume>
          .1016/j. websem.
          <year>2017</year>
          .
          <volume>09</volume>
          .003.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>F.</given-names>
            <surname>Vargas-Rojas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Cabrera-Bosquet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Symeonidou</surname>
          </string-name>
          , QAVAN:
          <article-title>Query-answering approach for actionable numerical relationships over knowledge graphs, 2023. Manuscript submitted for publication.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G. V.</given-names>
            <surname>Gkoutos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. N.</given-names>
            <surname>Schofield</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hoehndorf</surname>
          </string-name>
          ,
          <article-title>The units ontology: a tool for integrating units of measurement in science</article-title>
          ,
          <source>Database</source>
          <year>2012</year>
          (
          <year>2012</year>
          )
          <article-title>bas033</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>