<!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>Anticipate risk with the value and trade flows knowledge graph</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Felix Engel</string-name>
          <email>Felix.Engel@tib.eu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mark Vanin</string-name>
          <email>Mark.Vanin@tib.eu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nenad Krdzavac</string-name>
          <email>Nenad.Krdzavac@tib.eu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>TIB - Leibniz Information Centre for Science and Technology</institution>
          ,
          <addr-line>Welfengarten 1B, 30167 Hanover</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>A key to resilient supply chains is the prediction of risk. There are extensive and openly licensed data sources that can be used to predict risk. We are analyzing some of these data sources as part of the “Cognitive Economy Intelligence Platform for the Resilience of Economic Ecosystems” project. In this article, we present a solution in the context of the challenges we faced. Thereby, we put a focus on data integration and enrichment to support risk management tools for risk anticipation. To address these challenges, this paper introduces work on an ontology and a corresponding knowledge graph. The ontology contains, among other things, mappings between commonly used classification schemes for industry codes. This is one of the key pieces of information in the resulting knowledge graph. For the implementation and analysis, the knowledge graph combines information from the Organization for Third International Workshop on Linked Data-driven Resilience Research (D2R2'24) co-located with ESWC 2024, May htp:/ceur-ws.org CEUR Workshop Proceedings (CEUR-WS.org) ISN1613-073</p>
      </abstract>
      <kwd-group>
        <kwd>Level databases</kwd>
        <kwd>These databases have been prepared in the form of knowledge graphs by various project</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>1. Introduction</title>
      <p>
        Global production processes are highly dependent on the resilience of global supply chains
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In order to measure the resilience of international trade flows various indicators from
available information sources must be brought together as comprehensively as possible. A
formal semantic description of international trade flows, taking into account existing standards,
is suitable for such an integration of diferent data sources.
      </p>
      <p>
        There are many global databases that provide insight into global supply chains [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. For
example, the World Input-Output Database (WIOD) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], the Eora Global Supply Chain Database
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], the Global Trade Analysis Project (GTAP) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] which use analytical models to study global
supply chains, the database International Trade at Product Level (BACI), and Trade in Value
Added (TiVA) databases [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>To the best of our knowledge, these databases lack advanced analytical capabilities that use
knowledge graph for semantic data integration and sharing across the various computational
tools employed in resilience analytics.
CEUR
Workshop
Proceedings</p>
      <p>
        From the above list of available data sources, we have decided to use in the TiVA and the BACI
in this research. This is because they have a large overlap in trade flows. The BACI publishes
data on bilateral trade flows at the product level [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The BACI database contains information
on product names and the corresponding Harmonized System (HS) nomenclature for trade,
export and import country codes, trade volume, trade value, unit of measure, value and annual
data. With their intersection and divergent information, the TiVA and BACI databases, when
integrated, complement each other to form an information-rich basis for analyzing the resilience
of many diferent supply chains.
      </p>
      <p>
        However, both the TiVA and BACI databases have non-binary relationships between entities.
For example, the domestic value added content of gross export (code name exgr_dva) indicator
has trade, which consists of trade amount, trade value and product name. This means that the
exgr_dva has values for diferent aspects of the existing trade relation. Its trade and amount
values are decimal numbers, and product names are strings. Such non-binary relations are
problematic when developing models that integrate diferent data sources using only binary
relations. We propose the use of the Web Ontology Language (OWL) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] to model the four and
three dimensional indicators, and thus provide a framework for semantic data representation
and querying. In this work, we address the following research questions (RQ):
RQ1: Can we apply n-ary relations [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] to overcome the challenge of developing a model that
integrates existing data sources related to supply chains?
RQ2: How can federated querying be leveraged to eficiently retrieve information from the
integrated ontology model concerning global supply chains?
RQ3: How do we ensure interoperability between diferent industry classification standards
used in these data sources?
To address the outlined research question, the contributions of this paper are:
• To document the value and trade flows (VTF) ontology (RQ1), the implementation of
mappings between the TiVA and the International Standard Industrial Classification of
all Economic Activities (ISIC) Rev. 4 industry code classification schemes (RQ3), and the
VTF Knowledge Graph (VTF KG) (RQ1).
• To outline the implementation details of REST API for querying the TiVA Knowledge
      </p>
      <p>Graph (TiVA KG) (RQ2).
• To describe the implementation of federated query against the TiVA KG and BACI
Knowledge Graph (BACI KG) to enrich value and trade flows data with data about products
(RQ2).</p>
      <p>The paper is structured as follows. An overview of the TiVA indicators with four and three
dimensions is provided in section 2. Related work on monitoring supply chain resilience is
discussed in Section 3 following by Section 4, which describes the VTF KG. Within this section,
the sub section 4.1 describes the VTF ontology. Section 5 describes the implementation of the
REST API for querying the TiVA KG, and the federated query against the TiVA KG and the
BACI KG to enrich value and trade flows results with information about products. The Section
6 presents conclusion and future work. The Appendix section lists all the concept and role
inclusion axioms of the VTF knowledge base (KB) and federated SPARQL query.</p>
    </sec>
    <sec id="sec-3">
      <title>2. Trade in value-added origin indicators in a nutshell</title>
      <p>
        This section provides a brief description of four and three dimensional TiVA indicators [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
The Economic Cooperation and Development (OECD) published a guide to TiVA [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ] that
outlines how to measure trends in global value chains. Table 1 provides a summary of selected
indicators with four and three dimensions used in this paper. The indicator code name is given
at the top of each column. Each TIVA dimension consists of a country code (C) or an industry
code (I). The tuples (C, I), (I), and (C) denote the country code or the industry code or both
that belong to one of the TIVA perspectives. For each indicator, the number of country and
industry codes should be equal to the number of dimensions. For example, the four dimensional
indicator fdva_bsci (see Table 1) has two country code values and two industry code values. In
this paper, all indicators have their value expressed in the USD currency and the year is set to
2018.
      </p>
      <p>
        The code name fdva_bsci refers to the origin of value added in final demand, which is a
four-dimensional indicator. It shows how the value of final demand and services consumed
within a country is derived from the accumulation of values produced by several industries in
diferent countries [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The value added origin and the final demand are determined by the
country and industry codes.
      </p>
      <p>
        The origin of value added in the gross exports dataset, identified by the code name exgr_bsci,
provides estimates of the total gross exports grouped by each exporting industry in a country.
The estimates are broken down by the value added generated by the originating industry and
country [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. Both value added origin and gross exports are determined by the respective
country and industry codes.
      </p>
      <p>
        The origin of the value added in gross imports with the code name imgr_bsci links the country’s
imports with the country of origin of the exports of goods and services of the exporting country
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. In this indicator, the value added origin and imports are determined by country code, but
exports are determined by the country and industry codes.
      </p>
      <p>
        The gross exports by origin of the value added and final destination, denoted by the code name
fd_exgr_va, shows the value added from the source country that is embodied in the exports of
an exporting country that ends up in the final destination country [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. In this indicator, the
value added origin and final demand are described by the source country code, and exports are
identified by the country and industry codes.
      </p>
      <p>
        The domestic value added content of gross exports is a three dimensional indicator with the
code exgr_dva (see page 19 in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]). This indicator is described by country and industry codes in
the export dimension and the country code in the import dimension. It means that the industry
of an exporting country to the partner country in the import dimension represents the exported
value added generated in the economy of the exporting country. This indicator excludes intra
regional trade and intra regional value added flows [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        All indicators of global flows of goods and services can be linked in more than two hundred
billion combinations as described on page 15 of the TiVA guide [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. For example, the origin of
value added is the Chilean copper industry. German exports of auto parts embodied Chilean
copper. The Chinese automotive industry imports German auto parts. Finally, the European
Union has a final demand for cars assembled in China.
      </p>
    </sec>
    <sec id="sec-4">
      <title>3. Related work</title>
      <p>
        Several studies have used knowledge graphs and visualization approaches to monitor supply
chain resilience. A recently published market convergence prediction framework [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] uses
the chain knowledge graph to improve supply chain management through network resilience
experiments. The knowledge graph facilitates cross-domain information connectivity for better
decision making. The framework visualizes the interconnections and collaborative relationships
between companies in each industry [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>A knowledge graph-based risk management framework (SCRM) [13] for supply chain resilience
is developed. The framework includes a knowledge graph for monitoring risks and long-term
disruptions. The constructed knowledge graph contains 2.5 million entities. The framework
applies knowledge retrieval, data visualization analysis, risk monitoring, and early warning to
supply chain risk management.</p>
      <p>Many knowledge graphs sufer from incompleteness, which afects link prediction. To predict
missing information and identify critical entities in the supply network, the knowledge graph
completion methods are applied to link prediction[14].</p>
    </sec>
    <sec id="sec-5">
      <title>4. Value and trade flows knowledge graph</title>
      <p>The main purpose of this section is to describe the VTF KG and to address research questions
RQ1 and RQ3. The VTF KG is federation of TiVA KG and the BACI KG. The VTF KG comprises
of:
• The VTF ontology that is available at https://schema.coypu.org/vtf/1.4.
• The TiVA and the ISIC Rev. 4 industry code thesauruses, and the mappings between them.
• Individual assertions of VTF ontology derived from TiVA CSV files. The TiVA KG SPARQL
endpoint is available at https://tiva.coypu.org/tiva.</p>
      <p>• The BACI KG created by CoyPu partners.</p>
      <sec id="sec-5-1">
        <title>4.1. The VTF ontology</title>
        <p>
          This section describes how to encode the TiVA [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] indicators shown in Table 1 into a VTF KB
and to address research question RQ1. All four dimensional indicators presented in Table 1 have
a tree structure, which graphical representation is available in the CoyPu GitLab repository 1.
To elegantly express the TiVA indicators with four and three dimensions in the VTF KB, we use
a Description Logic (DL) syntax [15]. The Appendix section specifies the Concept Inclusion (CI)
and Role Inclusion (RI) axioms, including domain and range restrictions on role names in the
VTF KB.
        </p>
        <p>
          The tеrm trade in value added refers to a set of indicators used to understand global production
networks and supply chains [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. These indicators are divided into several groups according
to the number of dimensions. The VTF KB implements GrossExports,
OriginOfValueAddedFinalDemand, OriginOfValueAddedGrossExports, OriginOfValueAddedGrossImports,
DomesticValueAddedContentOfGrossExports as concept names. These concept names are subsumed by
the TradeInValueAdded concept name, as expressed in the CI from 8 to 13 in the Appendix
section. These concept names are expressed as the range side of the corresponding role names,
as expressed in the CI 23 through 25, and 31 in the Appendix section.
        </p>
        <p>The term industry sector classification scheme refers to a systematic approach to assigning
classifiers to organizations based on their industry sector codes. To express this term in the VTF
KB, we use the concept name IndustrySectorClassificationScheme from the Financial Industry
Business Ontology (FIBO) [16]. The term ISIC Rev.4 is expressed in the VTF KB as the ISIC4
concept name and is subsumed by the IndustrySectorClassificationSchema concept name (see CI
21 and 22 in the Appendix section).</p>
        <p>
          The VTF ontology is derived from the VTF KB and it is implemented using the OWL2 language
[17] to support integration and semantic querying of diferent data sources. Concept names from
the VTF KB are implemented as classes in the VTF ontology and role names are implemented
as object properties. The VTF ontology currently contains 16 classes, 15 object properties, and
23 logical axioms. However, datatype properties have not yet been implemented. The ontology
is being reused to implement the domestic value added content of gross exports indicator (see
exgr_dva code in Table 1), within the COY ontology [18]. There is a n-ary relation between
trade and domestic value added content of gross exports terms that is problematic to represent in
ontology using binary relations because there are quantitative values describing this relation that
are type of decimal number or string [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. To overcome this challenge, the n-ary relation ontology
        </p>
        <sec id="sec-5-1-1">
          <title>1https://gitlab.com/coypu-project/coy-ontology/-/tree/main/ontology/indicators</title>
          <p>
            design pattern is used [
            <xref ref-type="bibr" rid="ref9">9, 19</xref>
            ] by creating the concept name Trade and the role name hasTrade
(see CI 3, 19, 20 and 28, RI 36 and 37 in the Appendix section). The concept names TradeAmount
(CI 7 in the Appendix section), Product (CI 2 in the Appendix section), TradeValue (CI 5 in
the Appendix section) and the role names hasTradeAmount, hasTradeProduct, hasTradeValue,
including range restrictions for these role names are created to express quantitative values of
Trade (see CI 15, 16, 17, 18, 30, 33, 34 in Appendix section). The Trade concept name is specified
using reflexivity restriction on isTrade role name (see CIs 19 and 20 in the Appendix section). To
link DomesticValueAddedContentOfGrossExport, TradeAmount, Product and TradeValue concept
names, the RI 36, 37, 38, 39, and 40 in the Appendix section are created by using isTrade ,
hasTradeAmount, hasTradeProduct, hasTradeValue role names.
          </p>
          <p>
            The evaluation of the VTF ontology includes tests for accuracy, completeness, computational
eficiency, consistency, and coherence [ 20]. The accuracy test has been passed, and there are
no illegal re-declarations of entities within the VTF ontology. However, the completeness test
has not been passed, because the full list of value added origin indicators [
            <xref ref-type="bibr" rid="ref10">10</xref>
            ] has not been
implemented. The VTF ontology implements four indicators with four dimensions among more
than 40 of the indicators listed in Table 3.1 in [
            <xref ref-type="bibr" rid="ref10">10</xref>
            ]. The computational eficiency test shows that
the DL expressivity of the VTF ontology is equivalent to  DLs, which is between DL-Lite
[21] and   DLs [22]. This means that the HermiT [
            <xref ref-type="bibr" rid="ref8">8</xref>
            ] reasoner is able to classify the VTF
ontology. The reasoner detects that the ontology is consistent and coherent.
          </p>
        </sec>
      </sec>
      <sec id="sec-5-2">
        <title>4.2. TiVA and ISIC Rev. 4 industry code thesauruses</title>
        <p>This section describes the implementation of thesauruses for the TiVA and the ISIC Rev. 4
industry sector codes using an ontology-based approach, including the implementation of
mappings between them. This subsection addresses research question RQ3. The Simple Knowledge
Organization System (SKOS) [23] is used to serialize mapping between the thesauruses. The
result of this implementation is:
• The TiVA industry sector codes thesaurus.
• The ISIC Rev. 4 industry sector codes thesaurus.</p>
        <p>• Automatically produced mapping between these two thesauruses.</p>
        <p>
          The CoyPu GitLab repository 2 provides the complete implementation and an explanation of
how to reproduce the listed thesauruses and mappings. We start by using Table A.3, which was
published in [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], and the ISIC Rev. 4 document, which is available in [24]. Table A.3 provides a
comprehensive list of all TiVA industry sector codes and their correspondence to ISIC Rev. 4
industry sector codes. The rationale for the approach used in this section is twofold. It can be
used to produce and validate mappings between any other industry codes that are not explicitly
given, as shown in Table A.3. The other reason is that the ISIC Rev. 4 industry sector codes
may change over time and this generic solution can be used to produce and validate mappings
between the TiVA industry sector codes and the ISIC Rev. 4 industry sector code based on these
changes.
        </p>
        <sec id="sec-5-2-1">
          <title>2https://gitlab.com/coypu-project/coy-ontology/-/tree/main/ontology/mapping</title>
          <p>
            Figure 2 shows the implementation workflow. The first task is to automatically generate
SKOS-based thesaurus from ISIC Rev. 4 industry sector codes 2. This is achieved by mapping
from the ISTC Rev. 4 CSV file to the corresponding TTL file using RDFizer [ 25]. The resulting
SKOS-based thesaurus is validated against SKOS shapes by using the TopBraid SHACL [26]
engine. In the next step, marked with number 2 in Figure 2, the TiVA SKOS-based thesaurus is
automatically created and validated against the SKOS shapes. Table A.3 published in [
            <xref ref-type="bibr" rid="ref10">10</xref>
            ] shows
the correspondence between the TiVA industry sector codes and the ISIC Rev. 4 industry sector
codes, but does not show the semantic relations between these two sets of industry codes. In
this work, these semantic relations are automatically generated by the LogMap [27] matching
tool. The tool accepts the ISIC Rev. 4 and TiVA as source and target thesauruses respectively.
As a result, the tool generates 38 mappings between the source and target thesauruses. The
LogMap tool did not produce conflictive mappings between these two thesauruses. Each
mapping contains a SKOS concept from the ISIC Rev. 4 thesaurus, a SKOS concept from the
TiVA thesaurus, the type of mapping between these two SKOS concepts, the mapping direction,
and the mapping confidence. This information is stored in a CSV file available in the CoyPu
Gitlab repository 2. In the 4th and 5th steps shown in Figure 2, the RDFizer tool converts the
CSV file containing information about mappings into a TTL file. The resulting TTL file is
validated against the SKOS shapes using the TopBraid SHACL engine.
          </p>
        </sec>
      </sec>
      <sec id="sec-5-3">
        <title>4.3. Implementation TiVA KG</title>
        <p>
          The TiVA KG is implemented by processing the raw data, which are available as CSV files [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]
and representing four dimensional indicators listed in Table 1. The raw data consists of industry
and country code names, which are string types, and value and year, which are numbers. The
Python code transforms raw data into TTL files consisting of individual assertions, which are
instances of the VTF ontology schema.
        </p>
      </sec>
      <sec id="sec-5-4">
        <title>4.4. Implementation of the BACI KG</title>
        <p>
          Data on the domestic value added content of gross exports (exgr_dva code name) three
dimensional indicator are stored in the BACI KG3. The BACI KG is populated from the international
trade at product level database [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. It contains information on exporting and importing country
codes, product names, product codes, trade amount value, trade amount, year of trade. The
BACI KG contains 185251116 triples and was created by CoyPu project partners.
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Implementation of the REST API to query VTF KG</title>
      <p>In this section, we discuss the design and implementation of the REST API to query VTF KG. It
addresses research question RQ2. The pipeline consists of two main building blocks, namely
Backend, Data Storage , which are shown in Figure 3.</p>
      <sec id="sec-6-1">
        <title>5.1. Backend</title>
        <p>The output of the Backend module is a JSON file as a result of querying VTF KG by executing
parameterized SPARQL queries against a remote TiVA or BACI SPARQL endpoints [28]. The
Swagger interface4 allows users to interact with the API implemented in the Backend module by
passing parameters for each operation. Users can also implement their own client-side solutions
using this RESTful API.</p>
        <p>Figure 4 shows an example of a parameterized SPARQL query. The parameter in this query
is a trade location, highlighted in red, of the value added origin in the origin of value added
in gross imports indicator. The result of this query is a JSON file consisting of exports trade
location, exports industry code, imports trade location, value and year for origin of value added in
gross imports.</p>
        <sec id="sec-6-1-1">
          <title>3https://skynet.coypu.org/#/dataset/coypu-internal/query 4https://service.tib.eu/sandbox/tiva/swagger-ui/index.html</title>
        </sec>
      </sec>
      <sec id="sec-6-2">
        <title>5.2. Federated query against TiVA KG and BACI KG</title>
        <p>The aim of the previous sections was to present our work with regard to the integration of data
sources. This section addresses research question RQ2, essentially how we can utilise integrated
data sources. As a proof of example, we have created a federated SPARQL query, available
in Appendix section, to get information about product trade information, about location of
exporting and importing country, product code and name and value (in the USD currency).</p>
        <p>The implementation of the federated query involves a SPARQL query executed
programmatically against the two SPARQL endpoints of TIVA KG and BACI KG (see Data Storage
component shown in Figure 3). A JSON object as a result of the execution of this federated
query contains the value, year, exporting and importing trade location of the imgr_bsci indicator
available in TiVA KG (see 27 and 28 rows in the federated SPARQL query). These exporting
and importing trade locations must match the importing and exporting trade locations of the
exgr_dva indicator available in BACI KG (see rows 41 and 42 in the federated SPARQL query).
Based on this match, the resulting JSON object also contains the product name, product code,
quantity value and year of trade available in BACI KG.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>6. Conclusions and future work</title>
      <p>In this work all research questions are addressed. This paper shows valuable results that are
the basis for deeper analysis of international trade flows via building more federated SPARQL
queries and implementation of a dashboard that should dynamically generate charts using
implemented REST API. The OECD forum 5 recently discussed four key issues 6 for resilient
supply chains. To address one of these issues, this paper presents VTF KG and a RESTful API.
The OECD discusses the need to implement policies that strengthen the resilience of supply
chains. One of the key policy actions is to determine government role, which includes the
international exchange of information 7. This paper addresses this issue by enabling services
and tools to share information about trade flows using a RESTful API and to perform federated
queries against TiVA and BACI knowledge graphs. We observe gaps in this work that should be
addressed in further development such as to infer missing information in the VTF KG and to
solve the incompleteness of the VTF ontology.</p>
    </sec>
    <sec id="sec-8">
      <title>Appendix</title>
      <p>Value and trade flows (VTF) knowledge base (KB) expressed in Description Logic (DL) syntax:
Concept inclusion (CI) axioms
1. Exports ⊑ ⊤
2. Product ⊑ ⊤
3. Trade ⊑ ⊤
4. Imports ⊑ ⊤
5. TradeValue ⊑ ⊤
6. FinalDemand ⊑ ⊤
7. TradeAmount ⊑ ⊤
8. TradeInValueAdded ⊑ ⊤
9. GrossExports ⊑ TradeInValueAdded
5https://www.oecd.org/trade/resilient-supply-chains/
6https://www.sustainablesupplychains.org/blog/four-keys-to-resilient-supply-chains/
7https://www.oecd.org/trade/resilient-supply-chains/determine-government-role/
Domain and range restrictions on role names
23. ⊤ ⊑ ∀hasExport.Exports
24. ⊤ ⊑ ∀hasFinalDemand.FinalDemand
25. ⊤ ⊑ ∀hasTradeValueAdded.TradeInValueAdded
26. ⊤ ⊑ ∀hasImport.Imports
27. ⊤ ⊑ ∀hasIndustryCode.IndustrySectorClassificationScheme
28. ⊤ ⊑ ∀hasTrade.Trade
29. ∃hasTrade.⊤ ⊑ TradeInValueAdded
30. ⊤ ⊑ ∀hasTradeAmount.TradeAmount
31. ∃hasTradeLocation.⊤ ⊑ TradeInValueAdded
32. ⊤ ⊑ ∀hasTradeLocation.⊤
33. ⊤ ⊑ ∀hasTradeProduct.Trade
34. ⊤ ⊑ ∀hasTradeValue.TradeValue
35. ⊤ ⊑ ∀hasValueAddedOrigin.ValueAddedOrigin
Role inclusion axioms
36. hasTrade ⊑ hasTradeValueAdded−1
37. hasTradeValueAdded ⊑ hasTrade−1
38. hasTradeValueAdded−1 ∘ isTrade ∘ hasTradeProduct ⊑ hasTradeInValueAddedProduct
39. hasTradeValueAdded−1∘isTrade∘hasTradeAmount ⊑ hasTradeInValueAddedTradeAmount
40. hasTradeValueAdded−1 ∘ isTrade ∘ hasTradeValue ⊑ hasTradeInValueAddedTradeValue</p>
    </sec>
    <sec id="sec-9">
      <title>Federated SPARQL query</title>
      <p>PREFIX r d f : &lt; h t t p : / / www. w3 . org / 1 9 9 9 / 0 2 / 2 2 − r d f − syntax −ns #&gt; 1
PREFIX v t f : &lt; h t t p s : / / schema . coypu . org / v t f #&gt; 2
PREFIX r d f s : &lt; h t t p : / / www. w3 . org / 2 0 0 0 / 0 1 / r d f −schema #&gt; 3
PREFIX s k o s : &lt; h t t p : / / www. w3 . org / 2 0 0 4 / 0 2 / s k o s / c o r e #&gt; 4
PREFIX coy : &lt; h t t p s : / / schema . coypu . org / g l o b a l #&gt; 5
SELECT DISTINCT ? v a o I m p o r t V a l u e ? v a o I m p o r t Y e a r ? e x T r a d e L o c a t i o n 6
? i m p o r t L o c a t i o n ? i m p o r t ? e x p o r t ? productMatch ? p r o d u c t L a b e l 7
? amountYear ? amountValue ? v a l u e 8
WHERE { 9
GRAPH &lt; h t t p s : / / d a t a . coypu . org / t r a d e / b a c i / &gt; { 10
? e x g r d v a r d f : type v t f : ExgrDva . 11
? e x g r d v a v t f : h a s I m p o r t ? i m p o r t . 12
? e x g r d v a v t f : h a s E x p o r t ? e x p o r t . 13
? e x g r d v a v t f : has Trade ? t r a d e . 14
? t r a d e v t f : h a s T r a d e P r o d u c t ? p r o d u c t . 15
? p r o d u c t r d f s : l a b e l ? p r o d u c t L a b e l . 16
? p r o d u c t s k o s : e x a c t M a t c h ? productMatch . 17
? t r a d e v t f : hasTradeAmount ? tradeAmount . 18
? tradeAmount coy : h a s Y e a r ? amountYear . 19
? tradeAmount coy : h a s V a l u e ? amountValue . 20
? t r a d e coy : h a s T r a d e V a l u e ? t r a d e V a l u e . 21
? t r a d e v a l u e coy : h a s V a l u e ? v a l u e . 22
FILTER ( s t r ( ? amountYear ) = ' 2018 ' ) . 23
} 24
SERVICE &lt; h t t p s : / / t i v a . coypu . org / t i v a &gt; { 25
{ 26
SELECT ? v a o I m p o r t V a l u e ? v a o I m p o r t Y e a r ? e x T r a d e L o c a t i o n 27
? i m p o r t L o c a t i o n 28
WHERE { 29
? i m g r b s c i a v t f : I m g r B s c i . 30
? i m g r b s c i coy : h a s V a l u e ? v a o I m p o r t V a l u e . 31
? i m g r b s c i coy : h a s Y e a r ? v a o I m p o r t Y e a r . 32
? i m g r b s c i v t f : h a s E x p o r t ? ex . 33
? i m g r b s c i v t f : h a s I m p o r t ? img rIm por t . 34
? i mg rIm por t v t f : h a s T r a d e L o c a t i o n ? i m p o r t L o c a t i o n . 35
? ex r d f : type v t f : E x p o r t . 36
? ex v t f : h a s T r a d e L o c a t i o n &gt; ? e x T r a d e L o c a t i o n . 37
} 38
} 39
} 40
FILTER ( s t r ( ? i m p o r t ) = s t r ( ? i m p o r t L o c a t i o n ) &amp;&amp; 41
s t r ( ? e x p o r t ) = s t r ( ? e x T r a d e L o c a t i o n ) ) .
} LIMIT 1 0 ;</p>
    </sec>
    <sec id="sec-10">
      <title>Acknowledgments</title>
      <p>The research has received funding from the Federal Ministry for Economic Afairs and
Energy of Germany in the project Cognitive Economy Intelligence Plattform für die Resilienz
wirtschaftlicher Ökosysteme - CoyPu (project number 01MK21007[A-L]).
42
43
[13] Y. Yang, C. Peng, E.-Z. Cao, W. Zou, Building resilience in supply chains: A knowledge
graph-based risk management framework, IEEE Transactions on Computational Social
Systems (2023) 1–9. doi:10.1109/TCSS.2023.3334768.
[14] Y. Liu, B. He, M. Hildebrandt, M. Buchner, D. Inzko, R. Wernert, E. Weigel, D. Beyer,
M. Berbalk, V. Tresp, A knowledge graph perspective on supply chain resilience, arXiv
preprint arXiv:2305.08506 (2023).
[15] F. Baader, I. Horrocks, C. Lutz, U. Sattler, An Introduction to Description Logic, Cambridge</p>
      <p>University Press, 2017. doi:10.1017/9781139025355.
[16] M. Bennett, The financial industry business ontology: Best practice for big data, Journal
of Banking Regulation 14 (2013) 255–268.
[17] M. Smith, I. Horrocks, M. Krotzsch, B. Glimm (eds.), OWL 2 Web Ontology Language
conformance (second edition), 2012. URL: https://www.w3.org/TR/owl2-overview/, accessed
February 21st, 2024.
[18] A. Schaefer, E. Hoerster, F. Engel, J. Reineke, J. Rathschlag, L. Michaelis, L. Bühmann,
M. Weber, N. Weissmann, N. Arndt, N. Krdzavac, P. Ulrich, R. Usbeck, S. Gründer-Fahrer,
S. Bin, T. Grabo, Coypu ontology, 2023. URL: https://schema.coypu.org/global/2.3, accessed
February 26st, 2024.
[19] M. Giunti, G. Sergioli, G. Vivanet, S. Pinna, Representing n-ary relations in the semantic
web, Logic Journal of the IGPL 29 (2021) 697–717.
[20] H. Hlomani, D. Stacey, Approaches, methods, metrics, measures, and subjectivity in
ontology evaluation: A survey, Semantic Web Journal 1 (2014) 1–11.
[21] D. Calvanese, G. De Giacomo, D. Lembo, M. Lenzerini, R. Rosati, Tractable reasoning and
eficient query answering in description logics: The dl-lite family, Journal of Automated
reasoning 39 (2007) 385–429.
[22] I. Horrocks, O. Kutz, U. Sattler, The even more irresistible sroiq., Kr 6 (2006) 57–67.
[23] A. Miles, J. R. Pérez-Agüera, Skos: Simple knowledge organisation for the web, Cataloging
&amp; Classification Quarterly 43 (2007) 69–83. doi: 10.1300/J104v43n03\_04.
[24] U. N. D. of Economic, S. A. S. Division, International standard industrial classification
of all economic activities (isic) rev.4, 2008. URL: https://unstats.un.org/unsd/publication/
seriesm/seriesm_4rev4e.pdf, accessed February 21st, 2024.
[25] E. Iglesias, S. Jozashoori, D. Chaves-Fraga, D. Collarana, M.-E. Vidal, Sdm-rdfizer: An
rml interpreter for the eficient creation of rdf knowledge graphs, in: Proceedings of the
29th ACM international conference on Information &amp; Knowledge Management, 2020, pp.
3039–3046.
[26] H. Knublauch, An open source implementation of the w3c shapes constraint language
(shacl) based on apache jena., 2023. URL: https://github.com/TopQuadrant/shacl, accessed
February 27th, 2024.
[27] E. Jiménez-Ruiz, B. Cuenca Grau, Logmap: Logic-based and scalable ontology matching,
in: The Semantic Web–ISWC 2011: 10th International Semantic Web Conference, Bonn,
Germany, October 23-27, 2011, Proceedings, Part I 10, Springer, 2011, pp. 273–288.
[28] L. Buehmann, Oecd tiva knowledge graph sparql endpoint, 2024. URL: https://tiva.coypu.
org/tiva, accessed February 26st, 2024.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R. C.</given-names>
            <surname>Johnson</surname>
          </string-name>
          , G. Noguera,
          <article-title>A portrait of trade in value-added over four decades</article-title>
          ,
          <source>The Review of Economics and Statistics</source>
          <volume>99</volume>
          (
          <year>2017</year>
          )
          <fpage>896</fpage>
          -
          <lpage>911</lpage>
          . doi:
          <volume>10</volume>
          .1162/REST_a_
          <fpage>00665</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>X.</given-names>
            <surname>Gong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Keeble</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Boko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Deveza</surname>
          </string-name>
          ,
          <article-title>Building afciot and tiva indicators in africa in support of afcfta (</article-title>
          <year>2023</year>
          ). URL: https://iioa.org/conferences/29th/papers/files/4853_ PaperonAfCIOT_
          <fpage>2023</fpage>
          -05-15.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>World</surname>
          </string-name>
          input-output
          <source>database project</source>
          ,
          <year>2024</year>
          . URL: www.wiod.org,
          <source>accessed February 28th</source>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <article-title>[4] The eora global supply chain database</article-title>
          ,
          <year>2024</year>
          . URL: https://worldmrio.com/,
          <source>accessed February 28th</source>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <source>[5] Global trade analysis project (gtap)</source>
          ,
          <year>2024</year>
          . URL: https://www.gtap.agecon.purdue.edu/,
          <source>accessed February 28th</source>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <article-title>[6] Trade in value added origin principal indicators raw data</article-title>
          ,
          <year>2024</year>
          . URL: https://stats.oecd.org/ DownloadFiles.aspx?HideTopMenu=yes&amp;DatasetCode=TIVA_
          <year>2021</year>
          _C1, accessed February 21st,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>G.</given-names>
            <surname>Gaulier</surname>
          </string-name>
          , S. Zignago, BACI: International Trade Database at the Product-Level.
          <source>The 1994-2007 Version, Working Papers</source>
          <year>2010</year>
          -23, CEPII,
          <year>2010</year>
          . URL: http://www.cepii.fr/CEPII/ en/publications/wp/abstract.asp?NoDoc=
          <fpage>2726</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>B.</given-names>
            <surname>Motik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. F.</given-names>
            <surname>Patel-Schneider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Parsia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fokoue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Haase</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hoekstra</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ruttenberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Sattler</surname>
          </string-name>
          , et al.,
          <article-title>Owl 2 web ontology language: Structural specification and functional-style syntax</article-title>
          ,
          <source>W3C recommendation 27</source>
          (
          <year>2009</year>
          )
          <fpage>159</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>P.</given-names>
            <surname>Hayes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Welty</surname>
          </string-name>
          ,
          <article-title>Defining n-ary relations on the semantic web</article-title>
          .
          <source>w3c working group note, 12 april</source>
          <year>2006</year>
          , World Wide Web Consortium. http://www. w3. org/TR/swbp-naryRelations
          <source>/(last visited December 27</source>
          ,
          <year>2012</year>
          ) (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>OECD</surname>
          </string-name>
          ,
          <article-title>Guide to oecd's trade in value added (tiva) indicators, 2018 edition</article-title>
          ,
          <year>2019</year>
          . URL: https://stats.oecd.
          <source>org/fileview2.aspx?IDFile=88076c6d-d86a-4f18-8cd9-923c26fb4c98.</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>J. M. Guilhoto</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Webb</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Yamano</surname>
          </string-name>
          , Guide to oecd tiva indicators,
          <year>2021</year>
          edition (
          <year>2022</year>
          ). URL: https://www.oecd
          <article-title>-ilibrary.org/science-and-technology/ guide-to-oecd-tiva-</article-title>
          <string-name>
            <surname>indicators-</surname>
          </string-name>
          2021
          <string-name>
            <surname>-edition_</surname>
          </string-name>
          58aa22b1-
          <fpage>en</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <article-title>A market convergence prediction framework based on a supply chain knowledge graph</article-title>
          ,
          <source>Sustainability</source>
          <volume>16</volume>
          (
          <year>2024</year>
          ). URL: https://www.mdpi.com/2071-1050/ 16/4/1696.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>