<!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>Preface for the Knowledge Graph Building and Large Scale RDF Analytics Workshops</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pieter Heyvaert</string-name>
          <email>pheyvaer.heyvaert@ugent.be</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Chaves-Fraga</string-name>
          <email>dchaves@fi.upm.es</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Freddy Priyatna</string-name>
          <email>fpriyatna@fi.upm.es</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anastasia Dimou</string-name>
          <email>anastasia.dimou@ugent.be</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juan Sequeda</string-name>
          <email>juan@data.world</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hajira Jabeen</string-name>
          <email>jabeen@iai.uni-bonn.de</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Damien Graux</string-name>
          <email>damien.graux@iais.fraunhofer.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gezim Sejdiu</string-name>
          <email>sejdiu@cs.uni-bonn.de</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mohammed Saleem</string-name>
          <email>saleem@informatik.uni-leipzig.de</email>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jens Lehmann</string-name>
          <email>jens.lehmann@cs.uni-bonn.de</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Fraunhofer IAIS</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>IDLab, Dept of Electronics and Information Systems, Ghent University - imec</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Ontology Engineering Group, Universidad Politécnica de Madrid</institution>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Bonn</institution>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>University of Leipzig</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>More and more Knowledge Graphs are generated for private, e.g. Siri7, Alexa8, or public use, e.g. DBpedia9, Wikidata10. While techniques to automatically generate Knowledge Graphs from existing Web objects exist (i.e. scraping Web tables), the majority is typically generated by transforming the content of existing datasets in different heterogeneous formats (e.g. RDB, CSV, XML, etc). Initially, generating Knowledge Graphs from existing datasets was considered an engineering task. However, different scientific methods recently emerged. Lately, declarative methods (in the form of mapping languages) for describing rules to generate Knowledge Graphs and separate approaches and tools to execute those rules (so-called processors according to R2RML W3C recommendation) emerged. Addressing the challenges related to Knowledge Graphs generation requires well-funded research, including the investigation of concepts and development of tools and methods for their evaluation. R2RML was recommended by W3C in 2012, and since then, different generalizations, extensions and alternatives were proposed, as well as processors for different languages' execution: RML [1], KR2RML [2], xR2RML [3], R2RML-F [4],</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        and RMLC-iterator [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Certain approaches followed the ETL-like paradigm, e.g.,
R2RMLParser11 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], RMLMapper12, RMLStreamer13 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and CARML14, while
others the query-answering paradigm, e.g. Ultrawrap [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], Morph15 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], Sparqlify16
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Ontop17 [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], and morph-xR2RML [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. Besides R2RML-based extensions,
alternative approaches were proposed, e.g. SPARQL-Generate [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>With the constant advancements in KG building, the size of Knowledge
Graphs (KG) has reached a scale where centralized approaches for analytics
are no longer feasible. Additionally, the ability to ingest heterogeneous data into
KGs has opened novel challenges of scalable learning from this data. While the
data within KGs can be transformed and preprocessed to be ingested by
traditional learning algorithms, e.g. using Kernels or Propositionalization approaches,
this requires additional computation and potentially loses the semantic
information. It is, therefore, desirable to develop ”scalable” approaches that exploit the
semantic information contained in these KGs and present insightful analytical
results. Recent technological advancements in distributed in-memory processing
frameworks e.g. Apache Spark18, Apache Flink19 have made it easier to perform
distributed computing using their specialised data structures. However, these,
and many other such frameworks are not specialised to handle KGs and it
remains challenging to perform ”distributed analytics on semantic knowledge graphs”.
There is a strong need to bridge this gap and develop scalable and distributed
analytics that make use of partial data, and at the same time exploit the
semantic relationships to develop semantic-aware models for analysing KGs and
data represented as RDF. The first Workshop on ”Large Scale RDF Analytics
(LASCAR)”, has served as a platform to present and discuss the challenges and
outcomes of distributed RDF processing and analytics.
2</p>
    </sec>
    <sec id="sec-2">
      <title>The Knowledge Graph Building Workshop</title>
      <p>The objective of organizing Knowledge Graph Building (KGB) was to provide a
venue for scientific discourse, systematic analysis and rigorous evaluation of
languages, techniques and tools for generating knowledge graphs, as well as practical
and applied experiences and lessons-learnt from generating knowledge graphs in
academia and industry. This workshop had special focus on Mapping Languages.</p>
      <p>The Knowledge graph Building workshop was a full-day workshop that took
place on 3rd June 2019 in Portoroz, Slovenia. KGB was co-located with the 16th
Extended Semantic Web Conference (ESWC2019).
11 https://github.com/nkons/r2rml-parser
12 https://github.com/RMLio/rmlmapper-java
13 https://github.com/RMLio/RMLStreamer
14 https://github.com/carml/carml
15 https://github.com/oeg-upm/morph-rdb
16 http://aksw.org/Projects/Sparqlify.html
17 https://ontop.inf.unibz.it
18 https://spark.apache.org/
19 https://flink.apache.org/</p>
      <p>Dr Mariano Rodriguez-Muro20, Ontologist in the Knowledge Graph Schema
team of Google, was the keyonote speaker. He delivered an inspiring talk on
Knowledge Graphs, Information Extraction, Machine Learning, Logics etc.</p>
      <p>The workshop followed an open review process. The papers were submitted
to a dedicated page of Open Review which is available at https://openreview.
net/group?id=eswc-conferences.org/ESWC/2019/Workshop/KGB. This way,
not only the papers, but also the reviews and potential discussions are open.</p>
      <p>In total, the workshop received seven papers, six of which were accepted
for presentation and five to be included in the proceedings. The workshop, as it
aimed, received papers both from industry and academia.</p>
      <p>The workshop was organized in a series of four sessions. There were three
sessions with paper presentations, each one followed by a discussion slot around
the presented topics, while a session was dedicated to the keynote. The first
session was dedicated on knowledge graphs generation and consisted of two in
use and one research paper, the second session was dedicated to the keynote,
while the third session on position papers. The fourth session was dedicated to
implementations, applications and demos. It consisted of a paper presenting a
new tool which was followed by spontaneous tools presentations.</p>
      <p>The following papers were presented at the workshop:
– Building Knowledge Graphs from Survey Data: A Use Case in the Social</p>
      <p>
        Sciences [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]
– Building a Knowledge Graph for Products and Solutions in the Automation
      </p>
      <p>
        Industry [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
– Leveraging Ontologies for Knowledge Graph Schemas [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]
– Mapping languages: analysis of comparative characteristics [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]
– RocketRML - A NodeJS implementation of a use-case specific RML
mapper [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]
      </p>
      <p>The workshop was accompanied with the launch of the new W3C community
group on Mapping Languages and Knowledge Graphs generation. More
information about the Knowledge Graph construction working group is available
at https://www.w3.org/community/kg-construct/.</p>
      <p>Organizing Committee
– David Chaves-Fraga, Universidad Politécnica de Madrid
– Pieter Heyvaert, Ghent University - imec
– Freddy Priyatna, Universidad Politécnica de Madrid
– Anastasia Dimou, Ghent University - imec
– Juan Sequeda, data.world
20 https://sites.google.com/site/marianomuro/
– Ahmet Soylu, SINTEF/NTNU
– Aidan Hogan, Universidad de Chile
– Amrapali Zaveri, Maastricht University
– Antoine Zimmermann, École des Mines de Saint-Étienne
– Ben De Meester, IDLab, Ghent University - imec
– Boris Villazón-Terrazas, Arvato
– Claus Stadler, University of Leipzig
– Craig Knoblock, University of Southern California
– Dumitru Roman, SINTEF/University of Oslo
– Emanuele Della Valle, Politecnico di Milano
– Frank Michael, Université Côte d’Azur, CNRS, Inria, I3S
– Manolis Koubarakis, National Kapodistrian University of Athens
– Oscar Corcho, Universidad Politécnica de Madrid
– Ruben Verborgh, IDLab, Ghent University - imec
– Soren Auer, Technische Informationsbibliothek (TIB)
3</p>
    </sec>
    <sec id="sec-3">
      <title>The Large Scale RDF Analytics Workshop</title>
      <p>
        LASCAR, the workshop on Large Scale RDF Analytics was held as a part of
ESWC -19. LASCAR invited papers covering the recent advancements to deal
with the enormous growth of linked data. Olivier Curé from the Université
ParisEst Marne-la-vallée gave a keynote entitled “Analytical processing and reasoning
in RDF stores”. He explained why RDF database management is more an OLAP
than an OLTP market. Three papers were accepted for the presentation in this
half-day workshop. “Extending LiteMat toward RDFS++” [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] discussed an
interesting encoding scheme for RDF data to support inferences based on RDFS
and the owl:sameAs property, which is used in a distributed knowledge graph
data management system. LiteMat proposes a simple dictionary look-up at
query run-time. The details of the distributed implementation and efficiency of the
encoding and query processing approaches over large synthetic datasets was
discussed. The paper on “Enforceable Usage Policies for Industry 4.0” [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] discussed
the use-control of business-critical in companies. It discussed that for an effective
protection, both access and usage control enforcement is necessary for
organizing Industry 4.0 collaboration networks. Formalized and machine-readable
policies are a fundamental building block to achieve the needed trust level for real
data-driven collaborations. Based on the experiences from the specification of
the International Data Spaces Usage Control Language, the necessary
implications and research gaps towards automatically monitored and enforced policies
were outlined and necessary activities were presented. Sameh Mohamed
presented “Unsupervised Hierarchical Grouping of Knowledge Graph Entities” [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] by
describing a new unsupervised approach that learns to categorise entities into a
hierarchy of named groups by effectively learning entity groups using a scalable
procedure in noisy and sparse datasets. The authors have also published the
collection of the group hierarchies.
      </p>
      <p>The panel discussion in LASCAR was chaired by a group of experts including
Prof. Dr. Olivier Curé from the University of Paris-Est Marne la Vallée (UPEM) ,
Prof. Dr. Jens Lehmann from the University of Bonn, and Dr. Maria Maleshkova
from the University of Bonn. The interesting discussion covered the topics such
as availability of large scale RDF data, challenges in RDF data distribution, and
complexity of tasks like inference and analytics. The audience also participated
in the discussions and asked questions to the panel members. LASCAR was
successful in attracting approximately 30 participants.</p>
    </sec>
    <sec id="sec-4">
      <title>Organizing Committee</title>
      <p>– Hajira Jabeen, University of Bonn
– Damien Graux, Fraunhofer IAIS
– Gezim Sejdiu, University of Bonn
– Mohammed Saleem, University of Leipzig
– Jens Lehmann,University of Bonn
Programme Committee
– Afshin Sadeghi, University of Bonn, Germany
– Anisa Rula, University of Milano-Bicocca, Italy
– Claus Stadler, University of Leipzig, Germany
– Fabrizio Orlandi, Trinity College Dublin, Ireland
– Fathoni Musyafa, University of Bonn, Germany
– Gaurav Maheshwari, Fraunhofer IAIS, Germany
– Harsh Thakkar, University of Bonn, Germany
– Heba Mohamed, University of Bonn, Germany
– Mohamed. N. Mami, Fraunhofer IAIS, Germany
– Mohamed A. Sherif, University of Paderborn, Germany
– Patrick Westphal, University of Leipzig, Germany
– Priyansh Trivedi, Fraunhofer IAIS, Germany
– Rajjat Dadwal, Fraunhofer IAIS, Germany
– Shimaa Ibrahim, University of Bonn, Germany
– Simon Bin, University of Leipzig, Germany
– Nayef Roqaya, Coins Information system GmbH, Germany
– Tommaso Soru, Semantic Integration Ltd., London, United Kingdom
Acknowledgements
The described research activities were funded by Ghent University, imec, Flanders
Innovation &amp; Entrepreneurship (AIO), the Research Foundation – Flanders (FWO),
and the European Union. The work presented in this paper is partially supported by the
Spanish Ministerio de Economía, Industria y Competitividad and EU FEDER funds
under the DATOS 4.0: RETOS Y SOLUCIONES - UPM Spanish national project
(TIN2016-78011-C4-4-R) and by an FPI grant (BES-2017-082511).</p>
      <p>LASCAR was partly supported by the following EU Horizon2020 projects Boost4.0
(GA no. 780732), QROWD (GA no. 723088), LAMBDA (GA no. 809965), SLIPO
(GA no. 731581) and CLEOPATRA (GA no. 812997).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Anastasia</given-names>
            <surname>Dimou</surname>
          </string-name>
          et al. “
          <article-title>RML: A Generic Language for Integrated RDF Mappings of Heterogeneous Data”</article-title>
          .
          <source>İn: Proceedings of the 7th Workshop on Linked Data on the Web (LDOW)</source>
          .
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Jason</given-names>
            <surname>Slepicka</surname>
          </string-name>
          et al. “
          <article-title>KR2RML: An Alternative Interpretation of R2RML for Heterogenous Sources</article-title>
          .” İn: COLD.
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Franck</given-names>
            <surname>Michel</surname>
          </string-name>
          et al.
          <source>xR2RML: Relational and Non-Relational Databases toRDF Mapping Language. Tech. rep</source>
          .
          <year>2017</year>
          . url: https://hal.archivesouvertes.fr/hal-01066663/document/.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Christophe</given-names>
            <surname>Debruyne</surname>
          </string-name>
          and
          <string-name>
            <surname>Declan O'Sullivan. “</surname>
          </string-name>
          R2RML-F:
          <article-title>Towards Sharing and Executing Domain Logic in R2RML Mappings”</article-title>
          .
          <source>İn: LDOW</source>
          .
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>David</given-names>
            <surname>Chaves-Fraga</surname>
          </string-name>
          et al. “
          <article-title>Virtual Statistics Knowledge Graph Generation from CSV files”</article-title>
          . İn: Emerging Topics in Semantic Technologies:
          <article-title>ISWC 2018 Satellite Events</article-title>
          .
          <article-title>Studies on the Semantic Web</article-title>
          . IOS Press,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Nikolaos</given-names>
            <surname>Konstantinou</surname>
          </string-name>
          et al. “
          <article-title>An Approach for the Incremental Export of Relational Databases into RDF Graphs”</article-title>
          . İn:
          <source>International Journal on Artificial Intelligence Tools</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Gerald</given-names>
            <surname>Haesendonck</surname>
          </string-name>
          et al. “
          <article-title>Parallel RDF Generation from Heterogeneous Big Data”</article-title>
          .
          <source>İn: Proceedings of the International Workshop on Semantic Big Data</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Juan</surname>
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Sequeda</surname>
          </string-name>
          and Daniel P. Miranker. “
          <article-title>Ultrawrap: SPARQL Execution on Relational Data”</article-title>
          .
          <source>İn: Web Semantics</source>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Freddy</given-names>
            <surname>Priyatna</surname>
          </string-name>
          , Oscar Corcho, and Juan Sequeda. “
          <article-title>Formalisation and Experiences of R2RML-based SPARQL to SQL Query Translation Using Morph”</article-title>
          .
          <source>İn: Proceedings of the 23rd International Conference on World Wide Web</source>
          .
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Claus</given-names>
            <surname>Stadler</surname>
          </string-name>
          et al. “
          <article-title>Simplified RDB2RDF Mapping”</article-title>
          .
          <source>İn: Proceedings of the 8th Workshop on Linked Data on the Web (LDOW2015)</source>
          .
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11] Diego Calvanese et al. “
          <article-title>Ontop: Answering SPARQL Queries over Relational Databases”</article-title>
          .
          <source>İn: Semantic Web Journal</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Franck</given-names>
            <surname>Michel</surname>
          </string-name>
          et al. “
          <article-title>Translation of Relational and Non-relational Databases into RDF with xR2RML”</article-title>
          .
          <source>İn: WEBIST</source>
          .
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Maxime</surname>
            <given-names>Lefrançois</given-names>
          </string-name>
          , Antoine Zimmermann, and Noorani Bakerally.
          <article-title>“A SPARQL Extension for Generating RDF from Heterogeneous Formats”</article-title>
          .
          <source>İn: The Semantic Web: 14th International Conference</source>
          .
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Lars</given-names>
            <surname>Heling</surname>
          </string-name>
          et al. “
          <article-title>Building Knowledge Graphs from Survey Data: A Use Case in the Social Sciences”</article-title>
          .
          <source>İn: Proceedings of the 1st Workshop on Knowledge Graph Building</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Thorsten</given-names>
            <surname>Liebig</surname>
          </string-name>
          et al. “
          <article-title>Building a Knowledge Graph for Products and Solutions in the Automation Industry”</article-title>
          .
          <source>İn: Proceedings of the 1st Workshop on Knowledge Graph Building</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Daniela</surname>
            <given-names>Oliveira</given-names>
          </string-name>
          , Ratnesh Sahay, and
          <article-title>Mathieu d'Aquin. “Leveraging Ontologies for Knowledge Graph Schemas”</article-title>
          .
          <source>İn: Proceedings of the 1st Workshop on Knowledge Graph Building</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Ben De Meester</surname>
          </string-name>
          et al. “
          <article-title>Mapping Languages: Analysis of Comparative Characteristics”</article-title>
          .
          <source>İn: Proceedings of the 1st Workshop on Knowledge Graph Building</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Umutcan</surname>
            <given-names>Şimşek</given-names>
          </string-name>
          , Elias Kärle, and Dieter Fensel. “
          <article-title>RocketRML - A NodeJS implementation of a use-case specific RML mapper”</article-title>
          .
          <source>İn: Proceedings of the 1st Workshop on Knowledge Graph Building</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Olivier</given-names>
            <surname>Curé</surname>
          </string-name>
          et al. “
          <article-title>Extending LiteMat toward RDFS++”</article-title>
          .
          <source>İn: Proceedings of the 1st Workshop on Large Scale RDF Analytics</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Bader</surname>
          </string-name>
          and
          <string-name>
            <given-names>Maria</given-names>
            <surname>Maleshkova</surname>
          </string-name>
          . “
          <source>Towards Enforceable Usage Policies for Industry 4.0”. İn: Proceedings of the 1st Workshop on Large Scale RDF Analytics</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Sameh</given-names>
            <surname>Mohamed</surname>
          </string-name>
          . “
          <article-title>Unsupervised Hierarchical Grouping of Knowledge Graph Entities”</article-title>
          .
          <source>İn: Proceedings of the 1st Workshop on Large Scale RDF Analytics</source>
          .
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>