<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">PhyQus: Automatic Unit Conversions for Wikidata Physical Quantities</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Felipe</forename><surname>Vargas-Rojas</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">INRAE-LEPSE</orgName>
								<orgName type="institution">Institut Agro</orgName>
								<address>
									<settlement>Montpellier</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">INRAE-MISTEA</orgName>
								<orgName type="institution">Institut Agro</orgName>
								<address>
									<settlement>Montpellier</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Axel</forename><surname>Polleres</surname></persName>
							<affiliation key="aff2">
								<orgName type="department">Department of Information Systems and Operations Management</orgName>
								<orgName type="institution">Vienna University of Economics and Business</orgName>
								<address>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Llorenç</forename><surname>Cabrera-Bosquet</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">INRAE-LEPSE</orgName>
								<orgName type="institution">Institut Agro</orgName>
								<address>
									<settlement>Montpellier</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Danai</forename><surname>Symeonidou</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">INRAE-MISTEA</orgName>
								<orgName type="institution">Institut Agro</orgName>
								<address>
									<settlement>Montpellier</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">PhyQus: Automatic Unit Conversions for Wikidata Physical Quantities</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">537BC5984C85B8975B8438368AE069F0</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:20+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Wikidata Physical Quantities</term>
					<term>Unit Conversions</term>
					<term>Numerical Information</term>
					<term>SHACL</term>
					<term>QUDT</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><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 different 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></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><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 <ref type="bibr" target="#b0">[1]</ref>. 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 different standardised units of measurement (𝑘𝑚 2 , 𝑚 2 , ∘ 𝐶, ∘ 𝐹, etc.).</p><p>Yet, while property constraints <ref type="bibr" target="#b1">[2]</ref>, 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 Wikidata'23: Wikidata workshop at ISWC 2023 Envelope luis-felipe.vargas-rojas@inrae.fr (F. Vargas-Rojas) 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<ref type="foot" target="#foot_0">1</ref> , and according to the "allowed unit" constraint, can be expressed in 20 different units <ref type="foot" target="#foot_1">2</ref> . 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 <ref type="bibr" target="#b2">[3]</ref> 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 different 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Current Unit Conversion Approaches</head><p>The unit conversion task relies on a notion of quantity values. Different 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 <ref type="bibr" target="#b2">[3]</ref>.</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 <ref type="bibr" target="#b3">[4]</ref>, 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 Python <ref type="foot" target="#foot_3">4</ref> . 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Leveraging conversion rules and equations automatically</head><p>Property equations <ref type="bibr" target="#b4">[5]</ref> 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 <ref type="bibr" target="#b5">[6]</ref>, including aggregation over dimensions in DataCubes. QAVAN <ref type="bibr" target="#b6">[7]</ref> 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 fly" since the ANRs rely on parameters given by the query (e.g., the desired unit of measurement) that are not known in advance.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Unit Ontologies</head><p>We explore three of the most used unit ontologies: (i) UO, the unit ontology from the OBO foundation <ref type="bibr" target="#b7">[8]</ref>; (ii) OM, Ontology of units of measure and related concepts <ref type="bibr" target="#b8">[9]</ref>; and (iii) QUDT, quantities, units, dimensions and data types ontologies <ref type="bibr" target="#b2">[3]</ref>. 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Approach</head><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 <ref type="bibr" target="#b6">[7]</ref> 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 offsets, 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 <ref type="bibr" target="#b9">[10]</ref> 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. Table <ref type="table" target="#tab_0">1</ref> presents the extensions added to SHACL-AF. We add two SHACL functions: toTarge-tUnit 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 <ref type="table" target="#tab_0">1</ref> 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Performing Unit Conversions and Create Wikidata Quantities</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Query-Answering Process</head><p>The query-answering steps are described in Figure <ref type="figure" target="#fig_0">1</ref> 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:</p><p>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 different reasons for which a focus node have several times the same property: (i) erroneous data, (ii) data in different 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Evaluations and Results</head><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 different 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 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A shape AreaShape</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Evaluation of Cities's Area</head><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 <ref type="table" target="#tab_1">2</ref> shows the evaluation of different queries about the area of a given city in different 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 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Evaluation of Substance's Boiling Point</head><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 offset.</p><p>Note that the Wikidata model does not allow that kind of conversions. Results in Table <ref type="table" target="#tab_2">3</ref> 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 different units were not uniform because of the issues of data quality already mentioned on the previous evaluation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusions</head><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 offers 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 different experimental domains which inputs and outputs are quantity values.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>-Figure 1 :</head><label>1</label><figDesc>Figure 1: PhyQus detailed steps. Inputs are: a query, different shapes using the targetSubjectOf property and a data graph. PhyQus produces a rewritten shape with ephemeral ANRs, a temporal graph and a result set with the query results.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>SHACL functions and plugins to enable unit conversions and produce quantities conforming the Wikidata model.</figDesc><table><row><cell>Funtion</cell><cell>Description</cell><cell></cell><cell>Domain</cell><cell>Range</cell></row><row><cell>toTargetUnit</cell><cell cols="2">Transform a QuantityValue to a</cell><cell>xsd:Double</cell><cell>xsd:Double</cell></row><row><cell></cell><cell cols="2">given target unit and returns the</cell><cell>qudt:Unit (source)</cell></row><row><cell></cell><cell>numerical value</cell><cell></cell><cell>qudt:Unit (target)</cell></row><row><cell cols="3">toWDfromQUDT Transform a WIKIDATA unit into a</cell><cell>wikibase:Unit</cell><cell>qudt:Unit</cell></row><row><cell></cell><cell>QUDT unit</cell><cell></cell><cell></cell></row><row><cell>Plugin</cell><cell>Name</cell><cell cols="2">Description</cell></row><row><cell>SHACL rule</cell><cell>WDQuantityRule</cell><cell cols="3">Enable WD quantity values as outputs</cell></row><row><cell cols="5">SHACL expression createWDQuantity Take a Wikidata property, a numerical</cell></row><row><cell></cell><cell></cell><cell cols="3">value, and a Wikidata unit and constructs</cell></row><row><cell></cell><cell></cell><cell cols="3">a Wikidata quantity value instance.</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc>Comparing Wikidata Enpoint vs PhyQus for queries about the area of a city in different units.</figDesc><table><row><cell>Approach</cell><cell>Unit Label</cell><cell cols="4">Unit Wikidata # of results # of cities % (x/20640)</cell></row><row><cell cols="2">WDEndpoint square mile</cell><cell>wd:Q232291</cell><cell>802</cell><cell>20640</cell><cell>3,885658915</cell></row><row><cell cols="3">WDEndpoint square meters wd:Q25343</cell><cell>923</cell><cell>20640</cell><cell>4,471899225</cell></row><row><cell cols="2">WDEndpoint square km</cell><cell>wd:Q712226</cell><cell>39662</cell><cell>20640</cell><cell>192,1608527</cell></row><row><cell>PHYQUS</cell><cell>square mile</cell><cell>wd:Q232291</cell><cell>21316</cell><cell>20640</cell><cell>103,2751938</cell></row><row><cell>PHYQUS</cell><cell cols="2">square meters wd:Q25343</cell><cell>20971</cell><cell>20640</cell><cell>101,6036822</cell></row><row><cell>PHYQUS</cell><cell>square km</cell><cell>wd:Q712226</cell><cell>34489</cell><cell>20640</cell><cell>167,0978682</cell></row><row><cell>Approach</cell><cell cols="5">Unit Label Unit Wikidata # of results # of substances % (x/1053)</cell></row><row><cell cols="2">WDEndpoint kelvin</cell><cell>wd:Q11579</cell><cell>130</cell><cell>1053</cell><cell>12,34567901</cell></row><row><cell cols="2">WDEndpoint celsius</cell><cell>wd:Q25267</cell><cell>450</cell><cell>1053</cell><cell>42,73504274</cell></row><row><cell cols="3">WDEndpoint fahrenheit wd:Q42289</cell><cell>472</cell><cell>1053</cell><cell>44,82431149</cell></row><row><cell>PHYQUS</cell><cell>kelvin</cell><cell>wd:Q11579</cell><cell>959</cell><cell>1053</cell><cell>91,07312441</cell></row><row><cell>PHYQUS</cell><cell>celsius</cell><cell>wd:Q25267</cell><cell>1025</cell><cell>1053</cell><cell>97,34093067</cell></row><row><cell>PHYQUS</cell><cell cols="2">fahrenheit wd:Q42289</cell><cell>1014</cell><cell>1053</cell><cell>96,2962963</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3</head><label>3</label><figDesc>Comparing Wikidata Enpoint vs PhyQus for queries about the boiling point of substances in different temperature units.</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://w.wiki/7qta</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://w.wiki/7qth</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://github.com/unitsofmeasurement/unit-api</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">https://github.com/hgrecco/pint</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">https://github.com/felipe-vargas-inrae/phyqus/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><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/).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Science forum: Wikidata as a knowledge graph for the life sciences</title>
		<author>
			<persName><forename type="first">A</forename><surname>Waagmeester</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Stupp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Burgstaller-Muehlbacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">M</forename><surname>Good</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Griffith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Hanspers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">L</forename><surname>Griffith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Hermjakob</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">S</forename><surname>Hudson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Hybiske</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Keating</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Manske</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mayers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mietchen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mitraka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">R</forename><surname>Pico</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Putman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Riutta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Queralt-Rosinach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">M</forename><surname>Schriml</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Shafee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Slenter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stephan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Tsueng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Thornton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Tu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ul-Hasan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Willighagen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">I</forename><surname>Su</surname></persName>
		</author>
		<idno type="DOI">10.7554/eLife.52614</idno>
		<ptr target="http://eprints.cs.univie.ac.at/6703/.doi:10.7554/eLife.52614" />
	</analytic>
	<monogr>
		<title level="j">eLife Sciences</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Formalizing property constraints in Wikidata</title>
		<author>
			<persName><forename type="first">N</forename><surname>Ferranti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F D</forename><surname>Souza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ahmetaj</surname></persName>
		</author>
		<ptr target="http://polleres.net/publications/ferr-etal-2022WD.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd Wikidata Workshop (co-located with ISWC2022)</title>
				<meeting>the 3rd Wikidata Workshop (co-located with ISWC2022)</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><surname>Hodgson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">J</forename><surname>Keller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hodges</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Spivak</surname></persName>
		</author>
		<ptr target="http://qudt.orgMarch156" />
		<title level="m">QUDT-quantities, units, dimensions and data types ontologies</title>
				<meeting><address><addrLine>USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Revisiting Ontologies of Units of Measure for Harmonising Quantity Values-A Use Case</title>
		<author>
			<persName><forename type="first">F</forename><surname>Martín-Recuerda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Walther</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Eisinger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Moore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Andersen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P.-O</forename><surname>Opdahl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Hella</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="551" to="567" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">RDFS with attribute equations via SPARQL rewriting</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bischof</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</author>
		<ptr target="http://www.polleres.net/publications/bisc-etal-2013ESWC.pdf" />
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: Semantics and Big Data -Proceedings of the 10th ESWC (ESWC2013)</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Cimiano</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Presutti</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Hollink</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Rudolph</surname></persName>
		</editor>
		<meeting><address><addrLine>Montpellier, France</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">7882</biblScope>
			<biblScope unit="page" from="335" to="350" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Enriching integrated statistical open city data by combining equational knowledge and missing value imputation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Bischof</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Harth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Kämpgen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Schneider</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.websem.2017.09.003</idno>
		<ptr target="http://polleres.net/publications/bisc-etal-2017JWS.pdf.doi:10.1016/j.websem.2017.09.003" />
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="volume">48</biblScope>
			<biblScope unit="page" from="22" to="47" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">QAVAN: Query-answering approach for actionable numerical relationships over knowledge graphs</title>
		<author>
			<persName><forename type="first">F</forename><surname>Vargas-Rojas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Cabrera-Bosquet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Symeonidou</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note>Manuscript submitted for publication</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">The units ontology: a tool for integrating units of measurement in science</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">V</forename><surname>Gkoutos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">N</forename><surname>Schofield</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hoehndorf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Database</title>
		<imprint>
			<biblScope unit="page">33</biblScope>
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Ontology of units of measure and related concepts</title>
		<author>
			<persName><forename type="first">H</forename><surname>Rijgersberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Van Assem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Top</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Semantic Web</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="3" to="13" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Kontokostas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Knublauch</surname></persName>
		</author>
		<ptr target="Https://www.w3.org/TR/2017/REC-shacl-20170720/" />
		<title level="m">Shapes Constraint Language (SHACL), W3C Recommendation</title>
				<meeting><address><addrLine>W3C</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
