<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Semantically Enriched Datasets for Link Prediction: DB100k+, NELL-995+ and YAGO3-10+</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nicolas Robert</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pierre Monnin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Catherine Faron</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Université Côte d'Azur</institution>
          ,
          <addr-line>Inria, CNRS, I3S, Sophia-Antipolis</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>Knowledge graphs constitute a native neuro-symbolic experimental setting due to their logic foundations, which motivates the development of neuro-symbolic approaches for Link Prediction (LP). Since current LP reference datasets seldom involves ontological knowledge, benchmarking such approaches is dificult. That is why, starting from the widely accepted datasets DB100k, NELL-995 and YAGO3-10, we semantically enriched them with ontological knowledge, namely class hierarchy and relation signatures (domains and ranges), and inferred new entity type assertions to create DB100k+, NELL-995+ and YAGO3-10+. We also present a generic masking script to generate sub-graphs with variable proportions of triples with signed/partially signed (no domain or no range)/unsigned (no domain and no range) relations, to evaluate the impact of semantic information on learning performance.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;link prediction</kwd>
        <kwd>neuro-symbolic AI</kwd>
        <kwd>machine learning</kwd>
        <kwd>knowledge graph</kwd>
        <kwd>ontology</kwd>
        <kwd>domain</kwd>
        <kwd>range</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>A Knowledge Graph (KG) is a set of triples  ⊆  ×  × 
where  is a set of entities and  a set of relations or
predicates. Each triple (, , ) instantiates a relation between
two entities (its subject and object), and represents a fact
about a modeled world, e.g., (Paris, capitalOf, France).
Besides triples, KGs can also be associated with ontologies, i.e.,
a formal representations of the vocabulary used to model
a domain. In such ontologies, axioms include, among
others, entity typing with classes, the class hierarchy, and the
signature (domain and/or range) of predicates. These
specific ontology axioms will be referred in the remainder of
this document as semantic information. We leave the
consideration of other axioms for future work.</p>
      <p>
        KGs are inherently incomplete because of their
semiautomatic construction process, and this flaw is to be
considered all along their life cycle [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Link Prediction (LP)
aims at tackling this incompleteness by predicting either an
object given (, , ?) or a subject given (?, , ). KG
Embedding Models (KGEMs) have been extensively used in LP [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]:
the embedding vectors of the subject, predicate and object
of a triple are used in a scoring function that outputs a
plausibility score for the triple. To evaluate LP approaches, there
are well-known and widely used KG-based datasets, among
which DB100k [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], NELL995 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and YAGO3-10 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. They are
subsets of existing KGs and only contain data assertions (i.e.,
factual triples). In particular, they do not integrate the
ontology axioms that exist in such KGs, which prevents their
usage in neuro-symbolic approaches. Yet, several recent
works propose to exploit ontological knowledge in LP,
either to provide new relevant evaluation metrics [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], to inject
this knowledge into loss functions during training [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ], or
to design KGEMs that inherently model this knowledge [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
This growing collection of neuro-symbolic approaches thus
emphasizes the need for benchmark datasets integrating
ontological axioms to support their evaluation [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>To fill this gap, we propose three new datasets, namely
DB100k+, NELL-955+ and YAGO3-10+, which extend the
original well-known LP datasets with their related semantic
information. We also present a generic masking script to
generate sub-graphs with variable proportions of triples
with fully signed (domain and range)/partially signed (no
domain or no range)/unsigned (no domain and no range)
relations, in order to evaluate the impact of semantic
information availability on learning performance. The datasets,
the source code to create them and the masking script are
available online under the LGPL2.1 License on GitHub1 and
Zenodo2.</p>
      <p>
        The rest of this paper is organized as follows: Sections 2-4
respectively present NELL-995+, YAGO3-10+ and DB100k+;
Section 5 presents the masking algorithm; Section 6
concludes.
2. NELL-995+
Never Ending Language Learning (NELL)3 is a system
running continuously since 2010 to extract facts from text of
millions of web pages and to improve its own reading
competence over time. The NELL-995 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] dataset is a subset of
the 995th iteration of the NELL system4. It comprises 75,492
entities and 200 predicates occurring within the 149,678
triples in the train set, 543 triples in the validation set and
3,992 triples in the test set.
      </p>
      <p>
        NELL-995+ is the semantically enriched version of
NELL995 that we constructed using the original 995th iteration of
NELL and the related 995th iteration of NELL ontology5. All
of the 75,492 entities in the original dataset NELL-995 have
declared types. We removed type assertions using the
general class concept:everypromotedthing to avoid too
general and thus potentially useless statements. We added
350,723 new entity type assertions inferred based on the
predicate domains and ranges and the class hierarchy
provided in the NELL ontology.
1https://github.com/Wimmics/semantically-enriched-link-prediction-datasets
2https://doi.org/10.5281/zenodo.15834518
3https://nell-ld.telecom-st-etienne.fr/
4http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.995.esv.csv.
gz
5http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.995.
ontology.csv.gz
3. YAGO3-10+
The Yet Another Great Ontology (YAGO) Knowledge Base6
is a KG automatically built from Wikipedia, WordNet and
GeoNames. YAGO3-10 [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] is a subset of the 3rd version of
the YAGO knowledge base7. It comprises 123,182 entities
and 37 predicates occurring within 1,079,040 train triples,
5,000 validation triples, and 5,000 test triples.
      </p>
      <p>
        YAGO3-10+ is the semantically enriched version of
YAGO3-10 that we constructed as follows. We considered
the entity type assertions in the yagoTypes.ttl file from
the YAGO3 archive8. Out of the 123,182 entities occurring
in this file, 121,009 have declared types (and 2,173 are
untyped). We inferred 1,806,190 new entity type assertions
based on the class hierarchy in the yagoTaxonomy.ttl file
and relation domains and ranges in the yagoSchema.ttl
ifle. Out of the 37 relations occurring in the assertions, 28
have both a domain and a range declared in YAGO schema
and 9 relations have only a domain and no range.
4. DB100k+
DBpedia9 is a cross-domain crowdsourced KG built from the
infobox of each Wikipedia article. DB100k [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] is a subset
of the October 2016 version DBpedia10. This dataset uses
99,604 entities and 470 predicates in 597,572 train triples,
and 50,000 validation and test triples.
      </p>
      <p>DB100k+ is the semantically enriched version of DB100k
that we constructed as follows. Entities in DB100k follow the
Wikidata notation while entity types in the DBpedia dump
follow the DBpedia notation11. Hence, we linked the DB100k
entities to DBpedia entities using the archived interlanguage
alignment12. This processing revealed that, out of the 99,604
entities in DB100k, 92,558 have a type and that 8 entities
are obviously not Wikidata entities (e.g. index.html or
?autoplay=true). For the sake of compatibility with the
original DB100k dataset and to avoid the risk of introducing
wrong or noisy information, these entities were left untyped.
In order to reduce noise, only entity type assertions using
classes within the DBpedia ontology namespace were kept
(e.g. assertions using class owl:Thing were removed). For
semantic enrichment, predicate domains and ranges were
obtained from the DBpedia ontology version of Oct. 201613).
6https://yago-knowledge.org/
7https://yago-knowledge.org/downloads/yago-3
8https://yago-knowledge.org/data/yago3/yago-3.0.2-turtle-simple.7z
9https://www.dbpedia.org/
10https://downloads.dbpedia.org/2016-10/core/
11https://downloads.dbpedia.org/2016-10/core/instance_types_en.ttl.</p>
      <p>bz2
12https://downloads.dbpedia.org/2016-10/core/interlanguage_links_
chapters_en.ttl.bz2
13https://downloads.dbpedia.org/2016-10/dbpedia_2016-10.owl
Out of the 470 relations used in DB100k, 278 have a declared
domain and range, 33 have neither domain nor range, 76
have a declared domain and no range, and 83 have a declared
range and no domain. We added 216,738 new entity type
assertions to DB100k by inferring types based solely on the
class hierarchy. We decided not to infer types based on
predicate domains and ranges since they produce noisy data
on DB100k (e.g. England of type Country, but also Horse
Race and Music Genre).</p>
    </sec>
    <sec id="sec-2">
      <title>5. Masking algorithm</title>
      <p>We designed and developed a generic masking algorithm to
generate variations of the semantically enriched datasets,
considering input target proportions of triples with signed,
partially signed or unsigned relations. It is a greedy
algorithm that: (1) represents each solution as a dictionary
where each key is a predicate, and each value is a dictionary
with two ’domain’ and ’range’ boolean keys (true meaning
retained, false meaning masked); (2) evaluates the fitness of
a solution as the sum of the diferences between the target
proportions and the obtained proportions in the train,
validation set, and test sets; (3) aims at improving the solution
at each iteration by masking a domain or a range such that
the fitness is increased for the best; (4) stops when a solution
cannot be enhanced this way.</p>
      <p>To illustrate, we created a variant of NELL-995+ targeting
the following proportions: 10% of triples with fully signed
relations (a domain and a range), 30% with relations having a
domain and no range, 10% with relations having a range and
no domain, and 50% with unsigned relations. Our algorithm
removed 180 of the 380 domain or range declarations and
achieved the following triple proportions: 9.97%, 29.99%,
10.00% and 50.04%.</p>
    </sec>
    <sec id="sec-3">
      <title>6. Conclusion</title>
      <p>We created three KG-based datasets DB100k+, NELL-995+
and YAGO3-10+, by semantically enriching link prediction
reference datasets. Table 1 summarizes the statistics of the
number of relations and triples in each dataset, with
additional statistics per split available on GitHub and Zenodo.
We also provide a masking script to create subgraphs with
variable proportions of triples with signed, partially signed,
or unsigned relations. By extending LP reference datasets
with ontological knowledge, these datasets will support the
development and evaluation of neuro-symbolic approaches
that take into account such knowledge, and ease their
comparison with other approaches. For instance, as future work,
we will use these datasets to evaluate the impact of
type/domain/range information on LP performance.</p>
    </sec>
    <sec id="sec-4">
      <title>Declaration on Generative AI</title>
      <p>The author(s) have not employed any Generative AI tools.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hogan</surname>
          </string-name>
          , E. Blomqvist,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cochez</surname>
          </string-name>
          , C. d'Amato, G. de Melo,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gutierrez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kirrane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. E. L.</given-names>
            <surname>Gayo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Neumaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Polleres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Rashid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rula</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Schmelzeisen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sequeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Staab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zimmermann</surname>
          </string-name>
          , Knowledge Graphs,
          <source>Synthesis Lectures on Data, Semantics, and Knowledge</source>
          , Morgan &amp; Claypool Publishers,
          <year>2021</year>
          . doi:
          <volume>10</volume>
          .2200/ S01125ED1V01Y202109DSK022.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Berrendorf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. T.</given-names>
            <surname>Hoyt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Vermue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Galkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sharifzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fischer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Tresp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <article-title>Bringing light into the dark: A large-scale evaluation of knowledge graph embedding models under a uniifed framework</article-title>
          ,
          <source>IEEE Transactions on Pattern Analysis and Machine Intelligence</source>
          <volume>44</volume>
          (
          <year>2022</year>
          )
          <fpage>8825</fpage>
          -
          <lpage>8845</lpage>
          . doi:
          <volume>10</volume>
          .1109/TPAMI.
          <year>2021</year>
          .
          <volume>3124805</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>B.</given-names>
            <surname>Ding</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <article-title>Improving knowledge graph embedding using simple constraints, in: Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          <year>2018</year>
          , Melbourne, Australia,
          <source>July 15-20</source>
          ,
          <year>2018</year>
          , Volume
          <volume>1</volume>
          :
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          ,
          <source>Association for Computational Linguistics</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>110</fpage>
          -
          <lpage>121</lpage>
          . doi:
          <volume>10</volume>
          .18653/V1/P18-1011.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>W.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Hoang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <article-title>Deeppath: A reinforcement learning method for knowledge graph reasoning</article-title>
          ,
          <source>in: Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing, EMNLP</source>
          <year>2017</year>
          , Copenhagen, Denmark, September 9-
          <issue>11</issue>
          ,
          <year>2017</year>
          , Association for Computational Linguistics,
          <year>2017</year>
          , pp.
          <fpage>564</fpage>
          -
          <lpage>573</lpage>
          . doi:
          <volume>10</volume>
          .18653/V1/D17-1060.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>F.</given-names>
            <surname>Mahdisoltani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Biega</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Suchanek</surname>
          </string-name>
          ,
          <article-title>YAGO3: A knowledge base from multilingual wikipedias</article-title>
          ,
          <source>in: Seventh Biennial Conference on Innovative Data Systems Research, CIDR</source>
          <year>2015</year>
          , Asilomar, CA, USA, January 4-
          <issue>7</issue>
          ,
          <year>2015</year>
          ,
          <string-name>
            <given-names>Online</given-names>
            <surname>Proceedings</surname>
          </string-name>
          , www.cidrdb.org,
          <year>2015</year>
          . URL: http://cidrdb.org/cidr2015/Papers/CIDR15_ Paper1.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>N.</given-names>
            <surname>Hubert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Monnin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Brun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Monticolo</surname>
          </string-name>
          , Sem@K:
          <article-title>Is my knowledge graph embedding model semanticaware?</article-title>
          ,
          <source>Semantic Web</source>
          <volume>14</volume>
          (
          <year>2023</year>
          )
          <fpage>1273</fpage>
          -
          <lpage>1309</lpage>
          . doi:
          <volume>10</volume>
          . 3233/SW-233508.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>N.</given-names>
            <surname>Hubert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Monnin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Brun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Monticolo</surname>
          </string-name>
          ,
          <article-title>Treat diferent negatives diferently: Enriching loss functions with domain and range constraints for link prediction</article-title>
          ,
          <source>in: The Semantic Web - 21st International Conference, ESWC</source>
          <year>2024</year>
          , Hersonissos, Crete, Greece, May
          <volume>26</volume>
          -30,
          <year>2024</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          , volume
          <volume>14664</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2024</year>
          , pp.
          <fpage>22</fpage>
          -
          <lpage>40</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -60626-
          <issue>7</issue>
          _
          <fpage>2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>C. d'Amato</surname>
            ,
            <given-names>N. F.</given-names>
          </string-name>
          <string-name>
            <surname>Quatraro</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Fanizzi</surname>
          </string-name>
          ,
          <article-title>Injecting background knowledge into embedding models for predictive tasks on knowledge graphs</article-title>
          ,
          <source>in: The Semantic Web - 18th International Conference, ESWC</source>
          <year>2021</year>
          ,
          <string-name>
            <given-names>Virtual</given-names>
            <surname>Event</surname>
          </string-name>
          , June 6-10,
          <year>2021</year>
          , Proceedings, volume
          <volume>12731</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2021</year>
          , pp.
          <fpage>441</fpage>
          -
          <lpage>457</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -77385-4_
          <fpage>26</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>B.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Potyka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Tran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Nayyeri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Staab</surname>
          </string-name>
          ,
          <article-title>Faithful embeddings for ℰℒ++ knowledge bases</article-title>
          ,
          <source>in: The Semantic Web - ISWC 2022 - 21st International Semantic Web Conference, Virtual Event, October 23- 27</source>
          ,
          <year>2022</year>
          , Proceedings, volume
          <volume>13489</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2022</year>
          , pp.
          <fpage>22</fpage>
          -
          <lpage>38</lpage>
          . doi:
          <volume>10</volume>
          . 1007/978-3-
          <fpage>031</fpage>
          -19433-
          <issue>7</issue>
          _
          <fpage>2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>C. d'Amato</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Mahon</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Monnin</surname>
            ,
            <given-names>G. Stamou,</given-names>
          </string-name>
          <article-title>Machine learning and knowledge graphs: Existing gaps and future research challenges</article-title>
          ,
          <source>Transactions on Graph Data and Knowledge</source>
          <volume>1</volume>
          (
          <year>2023</year>
          ) 8:
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          :
          <fpage>35</fpage>
          . doi:
          <volume>10</volume>
          .4230/ TGDK.1.
          <issue>1</issue>
          .8.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>