<!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>Aligning Patterns to the Wikibase Model ?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>n Shimizu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lu Zhou</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pascal Hitzler</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Seila Gonzalez</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dean Rehberger</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data Semantics Laboratory, Kansas State University</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>MATRIX, Michigan State University</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>When developing a knowledge graph, it is important to promote its (re)usability, accessibility, and persistence. One way of accomplishing (re)usability is through the principled use (i.e., using a structured development methodology) of a schema that describes and documents the relations between concepts in the knowledge graph. With respect to accessibility and persistence, one can consider exposing a SPARQL endpoint and allowing interested parties to query against it. While this is a very exible approach, it makes it di cult to explore the data. On the other hand, one could consider exposing data through a framework such as Wikibase. In this paper, we provide a small library of patterns that link between a traditional ontology design pattern and the underlying Wikibase data model.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        When developing a knowledge graph, there are many aspects to consider during
its deployment. These range from usability of its interfaces (both human and
programmatic), the (re)usability of the data that it contains, its accessibility
(both in terms of uptime and its interfaces), transparency (relating to
provenance and trustworthiness), and its persistence. These characteristics are neatly
summarized in the FAIR manifesto [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. One way of accomplishing (re)usability
of the data is through the principled use (i.e., using a structured development
methodology) of a schema that describes and documents the relations between
concepts in the knowledge graph. With respect to accessibility and persistence,
one can consider exposing a SPARQL endpoint and allowing interested parties
to query against it. While this is a very exible approach, it makes it di cult to
explore the data. On the other hand, one could consider exposing data through
a framework such as Wikibase. In this paper, we explore how the Modular
Ontology Modeling methodology (MOMo [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]) can be applied in such a way that
eventual deployment of the graph data to the Wikibase model is seamless.
      </p>
      <p>
        Modular Ontology modeling (MOMo) speci es the development of a module
for sets of tightly bound key notions that will be included in a given ontology
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].3 When developing a module, it is generally suggested to identify applicable
ontology design patterns (ODPs) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] and adapt them to the use-case at hand
through template-based instantiation [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. During this process it is good practice
to consult existing collections of ODPs, such as the ODP Community Wiki4 or
MODL [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>As one of the largest publicly editable and accessible knowledge bases,
Wikidata is an immense, crowdsourced knowledge base with persistent data that is
available for public use and consumption. It would be very di cult to have an
ontology of everything, but Wikidata is probably close enough for this purpose.
It contains millions of pieces of knowledge from many di erent domains in the
world. In addition, Wikidata serves as the structured data hub for all of
Wikimedia's projects (e.g., Wikipedia, Wikivoyage, Wiktionary, and Wikisource). As
such, when modeling an ontology, it makes sense to consider ease of integration
with resources like Wikidata, among other Linked Data Platforms.5 Wikibase is
the underlying technology for the Wiki- projects.</p>
      <p>
        The Enslaved Ontology [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] was modeled using the nascent MOMo
methodology and is used as the schema for the resulting knowledge base. The Enslaved
Hub is an innovative and compelling centralized location for engaging with
historical slave trade data from a variety of sources and is supported by an
underlying installation of the Wikibase platform hosting the Enslaved Hub.
      </p>
      <p>
        During development, we had assumed that it would be relatively easy to
adapt the modular Enslaved ontology to the Wikibase model. Unfortunately,
between di erent semantics for validating data to be put into the knowledge
base and unclear mapping between di erent notions of provenance, it was not
as straightforward as we had expected. In the meantime, we developed some
simple and complex mapping patterns between the Enslaved modular ontology
and the Wikibase model, established in the Enslaved benchmark [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], which is
incorporated into the complex track in Ontology Alignment Evaluation Initiative
(OAEI).
      </p>
      <p>
        This paper takes an alternative approach by starting at the beginning of
the modeling process. In particular, by utilizing a library of ontology design
patterns that have been speci cally engineered to explicitly represent how
Wikibase models data \under-the-hood," thus ensuring that the ontology is optimally
structured for interoperability with Wikibase. This library can be used by any
organization to model their own internal and proprietary knowledge graphs and
apply their alignments to Wikibase model as an important tool to augment or
induce new information into their own knowledge graph. In particular, this paper
provides the rst 6 set of such patterns for representing basic modeling problems
alongside an intuitive graphical notation of these patterns.
3 We focus on the MOMo paradigm as it is closely aligned with our use case, but any
pattern-based methodology, such as eXtreme Design [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] would work similarly.
4 See https://ontologydesignpatterns.org/.
5 See https://www.wikidata.org/.
6 We are unaware of any existent patterns that address this aspect of modeling with
respect to the Wikibase schema.
      </p>
      <sec id="sec-1-1">
        <title>The Graphical Syntax</title>
        <p>We have developed two layers of notation. The rst layer, which we refer to
as abbreviated, focuses on what an end user would input if they were adding
an entry to Wikidata via the web interface. The second layer, referred to as
expanded, builds on our abbreviated notation by including additional context
information that Wikibase adds to statements, depending on their type and
content. Our abbreviated notation, seen in gure 1, has the following syntax:
1. Gold boxes with solid borders refer to a Wikibase entity or item.
2. Arrows between nodes denote the type and direction of the relationship. In
the diagrams, each relationship will have a pre x, which gives the type of
the relationship, followed by a colon, and then the name of the property.</p>
        <p>The di erent pre xes are explained in Section 2.
3. Blue ovals denote a speci c datatype.
4. Sometimes a property label may emit arrows; these represent context about
the relationship. This is explained in detail in Section 3.
1. Gold boxes of the form prefix:&lt;hash&gt; refer to hash nodes created by
Wikibase in order to add context statements to the relationship.
2. Purple boxes are explicit typing information added by Wikibase to give the
type of the hash node.
3. Arrows pointing to a purple box are rdf:type.</p>
        <p>The rest of this paper is organized as follows. Section 2 brie y outlines the
standard Wikibase model in order to provide context for the rest of the paper.
Section 3 describes our developed patterns with their schema diagrams. Section
4 concludes with future work.
A Wikibase knowledge base is a collection of entities. Entities are the basic
elements of the knowledge base, which can be described and referenced using
the Wikibase data model. The Wikibase data model describes the structure of
the data that is handled in Wikibase. In particular, it speci es which kind of
information users can contribute to the system. In this section, we introduce
how Wikibase models data in RDF format and some basic concepts that will be
used in the rest of the paper.</p>
        <p>There are several prede ned concepts in Wikibase data model introduced as
follows:
{ Items: Items are the way Wikibase refers to anything of interest. For every
Item, there is some basic information that clari es what the Item is about,
such as the link to a Wikipedia page in some language. Each Item has a
unique identi er of the format Q&lt;number&gt;, with a pre x of wd:, which is
abbreviation of http://www.wikidata.org/entity/, such as wd:Q1234 in
gure 3. There are also human readable labels and short descriptions that
are used to help Wikidata users nd the right Item.
{ Statements: Statements are descriptions that users have entered about
the Item. The RDF format represents statements in two forms. The rst
type is named as a Truthy statement. These are simple triples that
assert facts. The other statement type is the Full statement, which is used
to represent all data about the statement in the system. To di erentiate
them, Wikidata usually uses speci c namespaces in speci c places in both
truthy and full statements. For example, in gure 3, the namespace http:
//www.wikidata.org/prop/direct/, which is abbreviated using the
prex wdt:, is usually used for the predicate of a truthy statement, and the
range of the predicate is the simple value for the statement. The full
statement is represented as separate node using property rei cation, with pre x
wds: (http://www.wikidata.org/entity/statement/) with the ID of the
statement (e.g., wds:12345678 in gure 3). There is no guaranteed format
or meaning to the statement id. The statements are linked to the entity with
the predicate with pre x p: (http://www.wikidata.org/prop/) and the
name of the property. The simple value is represented by the predicate with
pre x ps: ( http://www.wikidata.org/prop/statement/) and the name
of the property while the full value is represented by the predicate with pre x
psv: (http://www.wikidata.org/prop/statement/value/).
{ Quali ers: The statement always has no more than one value, but can have
multiple quali ers and references. The quali ers are used to further describe
or re ne the value of a property given in a statement. They are represented by
predicates with pre x pq: (http://www.wikidata.org/prop/qualifier/),
and the object is the simple value of the quali er. The full value is
represented by the predicate with pre x pqv: (http://www.wikidata.org/prop/
qualifier/value/), and the range of the predicate is the full value node.
{ References: References o er a source that supports the given claim. They
are represented by the predicate prov:wasDerivedFrom with the object
being the reference node. Similar to quali ers, the simple value of the reference
is represented by predicates with pre x pr: (http://www.wikidata.org/
prop/reference/), while the full value is represented by the predicate with
pre x prv: (http://www.wikidata.org/prop/reference/value/).
In what follows we outline the patterns we have designed. In each pattern
diagram, we follow the notation syntax outlined in Section 1.1, and shown in gure
1 and gure 2. For each pattern, we show our two notations:
{ Our abbreviated notation shows what an end user might provide in the
front-end interface of Wikibase if they were to add an item of that datatype
(string, dateTime, quantity, etc.) and usage (statement value vs quali er).
{ Our expanded notation shows the additional context information that
Wikibase adds to the given datatype/usage combination.</p>
        <p>
          The patterns we have provided here are only a starting point. Wikidata and
Wikibase o er native support for an ever-growing list of datatypes, and even
more can be de ned with various extensions. We have chosen to focus initially
on three core datatypes that are de ned in OWL [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], and o er the most general
usability and greatest impact.
3.1
        </p>
      </sec>
      <sec id="sec-1-2">
        <title>Statement with Quali er and Reference</title>
        <p>(a) Abbreviated</p>
        <p>(b) Expanded</p>
        <p>The essential components of Wikibase, and what makes it an intensely
powerful platform for knowledge management, are the statements that describe each
entity. Each statement makes a claim about the entity, and may or may not have
a quali er - which provides additional information about the claim (such as when
the claim was valid) - or a reference (where the claim was sourced from). These
statements link and describe entities in a structured way that we have modeled
in gure 4.</p>
        <p>The abbreviated model for this ( gure 4a) is fairly straight forward. We
have an entity, seen here in the gold box containing wd:Entity, linked by a
property shown in the green box to another entity. Context information is then
provided for that speci c Entity-Property-Entity relationship, which may include
one or more quali ers or references. Each quali er is linked to the statement by
a pq:PXXX identi er, with the pre x pq: here denoting that the relationship
is that of a property quali er. References are linked via prov:wasDerivedFrom
which will be expanded upon below.</p>
        <p>The expanded model, seen in gure 4b, shows not only the information
described above, but also yet more context information provided by Wikibase to
each statement. Starting again from our main wd:Entity node, we see it liked by
a property identi ed by a property ID with the format p:PXXX to a hashed node,
identi ed by s:&lt;hash&gt;. For the property, the pre x p: denotes that the type of
the relationship is that of a property, while the PXXX provides the property ID.
On the hashed statement node, s: here denotes that the node is a statement.
Coming o of the s:&lt;hash&gt; node, we see the link to another wd:Entity via a
property statement with the format ps:PXXX. As with the abbreviated diagram,
quali ers are linked via pq:PXXXX.</p>
        <p>The three nodes on the left, pre xed with wikibase: are information added
by Wikibase to describe the statement. The rst, wikibase:Statement types the
hashed node as a statement, rather than a quali er or a reference. The other two,
wikibase:BestRank and wikibase:NormalRank provide the style of ranking for
the statement, and denote whether or not this statement is the \best" statement
for this Entity-Property-Entity relationship. For example, if an entity is linked to
two other entities, both by the same property, one of them can be ranked higher
than the other, denoting it as the \best" or preferred value for the statement.</p>
        <p>
          If a reference is provided for a given statement, Wikibase creates another
hashed node linked via prov:wasDerivedFrom [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], shown with the format
ref:&lt;hash&gt;. The pre x ref: denotes the node as a reference node, which is also
denoted by the wikibase:Reference node coming o of the ref:&lt;hash&gt;. Lastly,
the ref:&lt;hash&gt; node is linked to the corresponding entity for the reference via
pr:PXXX.
        </p>
        <p>The quali er example in gure 4b, as with many datatype values, has a
complex structure that we will elaborate on in the next section.
3.2</p>
      </sec>
      <sec id="sec-1-3">
        <title>The DateTime Pattern</title>
        <p>In the patterns that follow, we will see that there is some signi cance to whether
a given datatype is used as the value of a statement or a quali er. Let's rst
look at the use of a dateTime, shown in gures 5 and 6.</p>
        <p>The abbreviated notation is quite straightforward indeed. As a statement
value, an entity is linked to a dateTime value via a property. But, as shown
in gure 5b and as mentioned in section 3.1 above, Wikibase adds several data
points to this that make each statement much more useful. In addition to the
information added to the s:&lt;hash&gt; node, including a simple representation of
the value via ps:PXXX, Wikibase adds another hashed node. This time the added
(a) Abbreviated
node will house the additional context information about the value. The
statement node is linked to the v:&lt;hash&gt; value node via psv:PXXX, with the pre x
psv: denoting the relationship as that of a property statement value.</p>
        <p>Wikibase types the value node explicitly via wikibase:timeValue. In this
instance, given that the datatype is a dateTime value, Wikibase adds a link
to the Wikidata entity for the calendar model used (i.e. Gregorian, etc.) via
wikibase:timeCalendarModel. Also provided is a number representing the
timezone in o set from UTC, via wikibase:timeTimezone, and a number
representing the time precision via wikibase:timePrecision.7 Lastly the value node
links back to the simple value for the dateTime via wikibase:timeValue.
7 There are 15 levels of time precision on Wikibase, with 0 corresponding to "billions
of years", and 14 corresponding to seconds.
(a) Abbreviated</p>
        <p>When a dateTime is used in a quali er, the internal structure for the v:&lt;hash&gt;
node remains unchanged. However, rather than linking to the statement hash
node via ps:PXXX and psv:PXXX, it is via pq:PXXX and pqv:PXXX respectively.</p>
        <p>The quantity pattern ( gures 7 and 8) mimics some of the features of
dateTime, but Wikibase then adds some speci c data about the quantity mentioned.
When the quantity is being used as the value of a statement, the abbreviated
notation continues to be quite simple. A wd:Entity is linked to a xsd:decimal
via a property.</p>
        <p>Expanding that model out, we see that Wikibase again adds a hashed node
(v:&lt;hash&gt;). The statement hash links to the simple value for the quantity via
ps:PXXX and to the value node via psv:PXXX.</p>
        <p>When the quantity is a quali er, our abbreviated notation ( gure 6a) shows
that the quantity is linked to from the property via pq:PXXX. In its expanded
form ( gure 6b), Wikibase creates the same v:&lt;hash&gt; node mentioned previously
however it links to the corresponding nodes via pq:PXXX and pqv:PXXX.</p>
        <p>Wikibase adds two datapoints for a quantity, whether it is a statement value
or a quali er. Firstly, it types the hash node via wikibase:QuantityValue. It
also links to the Wikidata entity for the unit of measurement for that quantity
via wikibase:quantityUnit. Finally, the value node links back to the simple
value of the quantity via wikibase:quantityAmount.
3.4</p>
      </sec>
      <sec id="sec-1-4">
        <title>String</title>
        <p>(a) Abbreviated
(a) Abbreviated
(b) Expanded</p>
        <p>In a slight deviation from the previous datatypes, Wikibase only adds
ranking (wikibase:rank) and typing (wikibase:Statement) information for a
statement with a string ( gures 9 and 10).</p>
        <p>As the abbreviated notation shows, when used as the value of a statement,
an entity is linked to a string via a property. In the case of a string being used
as a quali er, a property is linked to a string via pq:PXXX.</p>
        <p>Notably, no value node is created for a string.
4</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Conclusion</title>
      <p>
        When developing and deploying a knowledge graph, there are many obstacles
to a persistent, transparent, and usable resource. One way to overcome these
obstacles is to use the Wikibase framework. In this paper, we have represented
several common modeling constructions in a graphical syntax that makes it clear
how they map into the Wikibase context. This should allow ontology developers
to more quickly, accurately, and with reduced e ort create ontologies (or
knowledge graph schema) that are \Wikibase ready," thus improving persistence and
accessibility of the deployed knowledge graph. With a base understanding of
how these frequently occurring design patterns are represented in the Wikibase
model, there are many potential next steps. Of particular importance and
urgency would be
1. the complete translation of MODL [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] patterns;
2. the complete translation of Enslaved Ontology patterns.
      </p>
      <p>Regarding the former, this would facilitate the creation of arbitrary, modular
ontologies that are intended to be deployed to the Wikibase framework, thus
encouraging a persistent (if Wikidata is utilized) and usable deployment of the
knowledge graph in question. For the latter, we will be able to examine the
e cacy of our approach by comparing the re-implementation of the Enslaved
Ontology patterns to the manually altered modules utilized in the Enslaved
Portal (see https://enslaved.org/).</p>
      <p>Acknowledgements. The authors acknowledge support by the National Science
Foundation under Grant 2032628 EAGER: Open Science in Semantic Web
Research and Grant 2033521 A1: KnowWhereGraph: Enriching and Linking
CrossDomain Knowledge Graphs using Spatially-Explicit AI Technologies, as well
as the Mellon Foundation through the Enslaved: Peoples of the Historic Slave
Trade.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. Wikibase/indexing/rdf dump format - mediawiki
          <source>(Mar</source>
          <year>2021</year>
          ), https://www. mediawiki.org/wiki/Wikibase/Indexing/RDF_Dump_Format
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Ontology design patterns</article-title>
          . In: Staab,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Studer</surname>
          </string-name>
          ,
          <string-name>
            <surname>R</surname>
          </string-name>
          . (eds.) Handbook on Ontologies, pp.
          <volume>221</volume>
          {
          <fpage>243</fpage>
          .
          <source>International Handbooks on Information Systems</source>
          , Springer (
          <year>2009</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>540</fpage>
          -92673-3 10, https: //doi.org/10.1007/978-3-
          <fpage>540</fpage>
          -92673-3_
          <fpage>10</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Hammar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Template-based content ODP instantiation</article-title>
          . In: Hammar,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Hitzler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Krisnadhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Lawrynowicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Nuzzolese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.G.</given-names>
            ,
            <surname>Solanki</surname>
          </string-name>
          , M. (eds.)
          <article-title>Advances in Ontology Design and Patterns [revised and extended versions of the papers presented at the 7th edition of the Workshop on Ontology and Semantic Web Patterns</article-title>
          ,
          <source>WOP@ISWC</source>
          <year>2016</year>
          , Kobe, Japan, 18th
          <year>October 2016</year>
          ].
          <article-title>Studies on the Semantic Web</article-title>
          , vol.
          <volume>32</volume>
          , pp.
          <volume>1</volume>
          {
          <fpage>13</fpage>
          . IOS Press (
          <year>2016</year>
          ). https://doi.org/10.3233/978- 1-
          <fpage>61499</fpage>
          -826-6-1, https://doi.org/10.3233/978-1-
          <fpage>61499</fpage>
          -826-6-1
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Krotzsch,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Parsia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Patel-Schneider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.F.</given-names>
            ,
            <surname>Rudolph</surname>
          </string-name>
          , S. (eds.): OWL 2
          <string-name>
            <given-names>Web</given-names>
            <surname>Ontology Language Primer (Second Edition</surname>
          </string-name>
          .
          <source>W3C Recommendation 11 December</source>
          <year>2012</year>
          (
          <year>2012</year>
          ), available from http://ww.w3.org/TR/owl2-primer/
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daga</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blomqvist</surname>
          </string-name>
          , E.:
          <article-title>eXtreme Design with content ontology design patterns</article-title>
          . In: Blomqvist,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Sandkuhl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            , Schar e, F.,
            <surname>Svatek</surname>
          </string-name>
          , V. (eds.)
          <source>Proceedings of the Workshop on Ontology Patterns (WOP</source>
          <year>2009</year>
          ) ,
          <article-title>collocated with the 8th International Semantic Web Conference ( ISWC-</article-title>
          <year>2009</year>
          ), Washington D.C., USA, 25 October,
          <year>2009</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>516</volume>
          . CEURWS.org (
          <year>2009</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>516</volume>
          /pap21.pdf
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Sahoo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lebo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>PROV-o: The PROV ontology</article-title>
          .
          <source>W3C recommendation</source>
          ,
          <source>W3C (Apr</source>
          <year>2013</year>
          ), http://www.w3.org/TR/2013/REC-prov-o20130430/
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Shimizu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hammar</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Modular ontology modeling</article-title>
          .
          <source>Tech. rep. (</source>
          <year>2021</year>
          ), https://daselab.cs.ksu.edu/publications/ modular-ontology-modeling, under Review.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Shimizu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirt</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : MODL:
          <article-title>A modular ontology design library</article-title>
          . In: Janowicz,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Krisnadhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.A.</given-names>
            ,
            <surname>Poveda-Villalon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Hammar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Shimizu</surname>
          </string-name>
          , C. (eds.)
          <source>Proceedings of the 10th Workshop on Ontology Design and Patterns (WOP</source>
          <year>2019</year>
          )
          <article-title>co-located with 18th International Semantic Web Conference (ISWC</article-title>
          <year>2019</year>
          ), Auckland, New Zealand,
          <source>October</source>
          <volume>27</volume>
          ,
          <year>2019</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2459</volume>
          , pp.
          <volume>47</volume>
          {
          <fpage>58</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2019</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2459</volume>
          / paper4.pdf
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Shimizu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirt</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shiell</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalez</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Foley</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rehberger</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Watrall</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hawthorne</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarr</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carty</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mixter</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The enslaved ontology 1.0: People of the historic slave trade</article-title>
          .
          <source>Tech. rep.</source>
          , Michigan State University, East Lansing,
          <source>Michigan (April</source>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Wilkinson</surname>
            ,
            <given-names>M.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumontier</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.:
          <article-title>The fair guiding principles for scienti c data management and stewardship</article-title>
          .
          <source>Scienti c Data</source>
          <volume>3</volume>
          ,
          <string-name>
            <surname>160018</surname>
            <given-names>EP</given-names>
          </string-name>
          { (
          <year>Mar 2016</year>
          ), https://doi.org/10.1038/sdata.
          <year>2016</year>
          .
          <volume>18</volume>
          , comment
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shimizu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheill</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Estrecha</surname>
            ,
            <given-names>S.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Foley</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarr</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rehberger</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>The enslaved dataset: A real-world complex ontology alignment benchmark using wikibase</article-title>
          . In: d'Aquin,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Dietze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Hau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Curry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Cudre-Mauroux</surname>
          </string-name>
          , P. (eds.)
          <source>CIKM '20: The 29th ACM International Conference on Information and Knowledge Management</source>
          , Virtual Event, Ireland,
          <source>October 19- 23</source>
          ,
          <year>2020</year>
          . pp.
          <volume>3197</volume>
          {
          <fpage>3204</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2020</year>
          ). https://doi.org/10.1145/3340531.3412768, https://doi.org/10.1145/3340531.3412768
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>