<!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>Knowledge graphs within everyone's means</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maria Angela Pellegrino</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dipartimento di Informatica, Università degli Studi di Salerno</institution>
          ,
          <addr-line>Fisciano (SA)</addr-line>
          <country country="IT">ITALY</country>
        </aff>
      </contrib-group>
      <fpage>36</fpage>
      <lpage>40</lpage>
      <abstract>
        <p>A Knowledge Graph is a useful means for empowering users in actively exploring data of interest and manage acquired knowledge. However, its most common query language, SPARQL, proves to be too complex for lay users. Thus, the proposal of tools and interfaces to unlock their potentialities while masking underlying complexity in querying mechanisms is required. My Ph.D. research is situated exactly in this context and aims to scafold end-users in taking advantage of Knowledge Graphs.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Semantic Web</kwd>
        <kwd>Knowledge management</kwd>
        <kwd>Information retrieval</kwd>
        <kwd>Data exploitation</kwd>
        <kwd>Query builder</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The term Knowledge Graph (KG) has been recently used by the Semantic Web community to
refer to any graph-based knowledge representation [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. KGs, through a Semantic Web lens,
allow for agile navigation of arbitrary entities thanks to defined links [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Thus, they are also
referred to as Linked (Open) Data (LD or LOD)). Over the past decades, hundreds of datasets
have been published using the Semantic Web standards covering any topical domain [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The
LOD Cloud [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] (a KG that collects most of the published KGs) counted 12 datasets in 2007 and
currently contains 1,239 datasets. Some of these KGs are proprietary, maintained internally by
companies such as Google, Microsoft, Apple; while others, like DBpedia [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and Wikidata [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ],
are openly available and maintained by dedicated communities. The central idea of LD is that
data publishers support applications in discovering and integrating data by complying with a set
of best practices in the areas of linking, vocabulary usage, and metadata provision [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Because
of the extensive range of heterogeneous information stored in KGs, for their easy navigation,
thanks to their quantitative and qualitative properties, they could behave as a critical resource
for information retrieval (IR) and knowledge management (KM).
      </p>
      <p>
        The exploitation of KG is mainly afected by i) required technical skills in query languages (e.g.,
SPARQL) and in understanding the semantics of the supported operators [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], too challenging
for lay users, and ii) conceptualization issues to understand how data are modelled [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ].
      </p>
      <p>These drawbacks have led to the development of tools and interfaces to support users in
interacting with KGs by implicitly composing queries while hiding the underlying complexity.</p>
      <p>My research is situated in this context and aims to propose approaches and prototyping
tools to express users’ needs or explore available data by a Natural Language (NL) interface to
guide end-users (with diferent interests, types of background, age, and needs) to query KGs
and take advantage of them without requiring technical skills in query languages. Instead of
proposing a unified tool to address the heterogeneity of the target audience, I opt for proposing
a unified approach to guide KG exploitation (described in Section 2) and instantiate it in diferent
interfaces (detailed in Section 3) to fulfil specific requests of each target group.</p>
    </sec>
    <sec id="sec-2">
      <title>2. From Data Querying to Data Exploitation Approach</title>
      <p>The KM process includes 1) data retrieval, 2) data refinement, and 3) data exploitation (Fig. 1). It
requires the contamination of IR, Information Visualization, and Human-Computer Interaction.</p>
      <p>
        Data retrieval requires search activities that can be classified in lookup and exploratory
search [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Lookup is a search task where users know what they are looking for and can formulate
it as a direct question, as in question-answering (QA) applications, while an exploratory search
task is an open-ended search that usually starts with vague information needs and requires
iterative query formulation [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], facets or taxonomies [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], keyword search paradigm which
includes auto-suggestions, instant results, partial matches [
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ] to explore data.
      </p>
      <p>As a data retrieval interface, I propose query builders enhanced with (controlled) NL
interfaces to guide users in naturally posing questions by simulating, as much as possible, human
interactions. If users have a clear objective, they can directly type or pronounce their requests.
Vice versa, in exploratory search, users are guided in iteratively creating and refining questions.</p>
      <p>As a query builder, NL queries can be translated to SPARQL to be run over a SPARQL endpoint
(i.e., a way to publicly expose KG content). Among SPARQL constructs, SELECT query results
can be naturally represented as tabular data. Thus, retrieved data are modelled as tables, which
can be manually or automatically refined, and finally, used in data exploitation mechanisms.</p>
      <p>It may result in textual replies or concrete artifacts, perhaps customizable and exportable,
such as charts, data visualizations, data stories or virtual reality (VR) based data representations.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Prototypes and Explored Scenarios</title>
      <p>
        To instantiate the general approach represented in Fig. 1 , I considered target audience who might
be interested in accessing KGs, and consequently, I designed, prototyped, and evaluated tools
able to satisfy users’ needs. I focus on Open Data (OD) experts and Public Administrations (PAs),
education, and the Cultural Heritage (CH) community as target groups.
Open Data Experts and QueDI. During the latest years, my research lab, ISISLab, managed an
European project, ROUTE-TO-PA, to support users in publishing high-quality OD and efectively
exploiting them. It results in SPOD, a Social Platform for OD [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], a virtual place where users
can co-create and exploit OD. SPOD is used by data producers or data enthusiastic (e.g., citizens,
CH communities, PAs) with OD management skills, i.e., table manipulation and chart creation.
      </p>
      <p>
        The problem I aimed to solve is how to make this target group able to access LOD and KGs
without requiring explicit usage of SPARQL with the possibility to rely on their expertise in
OD management. I proposed a transitional approach where OD experts are guided from LOD
querying to their comfort zone. It resulted in QueDI (Query Data of Interest) which allows users
to build queries step-by-step with an auto-complete mechanism and to exploit retrieved results
by exportable and dynamic visualizations. QueDI scafolds users in, first, creating a tabular
representation of the dataset of interest by ELODIE, a query builder enhanced with a controlled
NL interface. ELODIE (whose interface is visible in Fig. 2) realizes an exploratory search by
organizing available data in facets and supporting users in automatically retrieving both user
query results and data to go on with the query formulation by querying a configured SPARQL
endpoint. Second, QueDI supports a manual dataset manipulation phase where users can exploit
their skills in data refinement by aggregating, sorting, filtering, and cleaning data by interacting
with a form-based interface that behaves as a SQL builder. Finally, it enables the creation of an
exportable and reusable visualization. QueDI is freely available online1. Besides its accuracy,
expressivity and scalability features [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], it is usable according to the SUS score [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ].
Education. I proposed QueDI as a KM tool in the educational context to support future citizens
in going beyond the passive inspection of results returned by a search engine, and in actively
searching for the data that best answer their questions (as described in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]).
      </p>
      <p>
        Moreover, I investigated on the implicit exploitation of KGs in retrieving synonyms lookup in
Novelette [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] (freely available on GitHub2), a digital storytelling environment where storytellers
can create stories to graphically represent tales, data stories, or media stories. If users experience
writer’s block, Novelette has a suggestion provision mechanism. Users can type the word of
interest and Novelette will automatically retrieve synonyms by querying BabelNet [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and
organizing retrieved results in (navigable) word clouds. It represents a keyword-based interface
to implicitly explore KGs by navigating synonyms.
      </p>
      <p>
        Cultural Heritage Community. In the last year, virtual exhibitions have been widely adopted
to enhance physical tours. I propose to take advantage of CH KGs in an authoring platform
for VR-based virtual exhibitions by combining ELODIE and an automatic mechanism to create
VR-based solutions [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Assuming I am a Van Gogh’s lover, I wish to visit all the museums
that contain at least one painting by him. I can query DBpedia by ELODIE and collect all the
artworks painted by Van Gogh by also retrieving information related to their geographical
location. The corresponding query formulated in ELODIE and the resulting set of replies is
visible in Fig. 2. Once I am satisfied with the retrieved results, instead of visualizing results by a
chart as in QueDI, the generator guides me in creating VR-based virtual exhibitions3.
      </p>
      <p>1QueDI on GitHub: https://github.com/routetopa/deep2-components/tree/master/controllets/splod-controllet
Demo: https://deep.routetopa.eu/deep2/COMPONENTS/controllets/splod-visualization-controllet/demo.html
2Novelette links: https://github.com/routetopa/storylet, http://www.isislab.it:19984/en/home-page-2/
3Use case - dataset creation: https://youtu.be/63SmstO_x78.</p>
      <p>Virtual exhibition tour and download: https://youtu.be/9LNdFY_2OJw; https://www.isislab.it/en/virtual-museum/.</p>
      <p>
        Moreover, I investigated how to make Virtual Assistants (VAs) compatible with KGs. It
resulted in a community shared software framework (a.k.a. generator) that enables lay-users
to create ready-to-use custom extensions for performing QA over KGs [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
        ]. This proposal
represents a step forward in enabling direct search and lookup over KGs.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>KGs are crucial for KM and active IR, but their query languages are dificult to use, above all
by lay users. Thus, I aim to unlock the potentialities of KGs by enabling a natural human-KG
interaction. I proposed solutions to explore KGs (such as ELODIE) or to directly lookup data
of interest (such as by VA devices). Furthermore, the proposed data exploitation mechanisms
enable agile understanding and sharing of achieved knowledge to support discussions. For each
target audience, I designed an interface that replies to specific and concrete needs and relies on
users’ skills without requiring them to getting aware of data format and query languages.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>H.</given-names>
            <surname>Paulheim</surname>
          </string-name>
          ,
          <article-title>Knowledge graph refinement: A survey of approaches and evaluation methods</article-title>
          ,
          <source>Semantic Web</source>
          <volume>8</volume>
          (
          <issue>2016</issue>
          ) pp.
          <fpage>489</fpage>
          -
          <lpage>508</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>Schmachtenberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Paulheim</surname>
          </string-name>
          ,
          <article-title>Adoption of the linked data best practices in diferent topical domains</article-title>
          ,
          <source>in: Proc. of ISWC</source>
          , Springer,
          <year>2014</year>
          , pp.
          <fpage>245</fpage>
          -
          <lpage>260</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <source>The LOD cloud</source>
          ,
          <year>2007</year>
          . URL: http://lod-cloud.net, access
          <year>2021</year>
          /04/21.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Isele</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jakob</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jentzsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kontokostas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. N.</given-names>
            <surname>Mendes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hellmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Morsey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Van Kleef</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          , et al.,
          <article-title>Dbpedia-a large-scale, multilingual knowledge base extracted from wikipedia</article-title>
          ,
          <source>Semantic web 6</source>
          (
          <year>2015</year>
          )
          <fpage>167</fpage>
          -
          <lpage>195</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>D.</given-names>
            <surname>Vrandečić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krötzsch</surname>
          </string-name>
          ,
          <article-title>Wikidata: a free collaborative knowledge base</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>57</volume>
          (
          <year>2014</year>
          )
          <fpage>78</fpage>
          -
          <lpage>85</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>H.</given-names>
            <surname>Vargas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. B.</given-names>
            <surname>Aranda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hogan</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>López, RDF explorer: A visual SPARQL query builder</article-title>
          ,
          <source>in: Proc. of ISWC</source>
          , volume
          <volume>11778</volume>
          , Springer,
          <year>2019</year>
          , pp.
          <fpage>647</fpage>
          -
          <lpage>663</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Nesi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Venturi</surname>
          </string-name>
          ,
          <article-title>Linked open graph: Browsing multiple sparql entry points to build your own lod views</article-title>
          ,
          <source>J. of Visual Languages &amp; Computing</source>
          <volume>25</volume>
          (
          <year>2014</year>
          ) pp.
          <fpage>703</fpage>
          -
          <lpage>716</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>G.</given-names>
            <surname>Marchionini</surname>
          </string-name>
          ,
          <article-title>Exploratory search: from finding to understanding</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>49</volume>
          (
          <year>2006</year>
          )
          <fpage>41</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hearst</surname>
          </string-name>
          ,
          <article-title>Search user interfaces</article-title>
          , Cambridge university press,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D.</given-names>
            <surname>Tunkelang</surname>
          </string-name>
          ,
          <article-title>Dynamic category sets: An approach for faceted search</article-title>
          ,
          <source>in: ACM SIGIR</source>
          , volume
          <volume>6</volume>
          ,
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Morville</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Callender</surname>
          </string-name>
          ,
          <article-title>Search patterns: design for discovery,</article-title>
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          , Inc.,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>T.</given-names>
            <surname>Russell-Rose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Tate</surname>
          </string-name>
          ,
          <article-title>Designing the search experience: The information architecture of discovery</article-title>
          , Newnes,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>G.</given-names>
            <surname>Cordasco</surname>
          </string-name>
          , R. De Donato,
          <string-name>
            <given-names>D.</given-names>
            <surname>Malandrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Palmieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Petta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Pirozzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Santangelo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Scarano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Serra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Spagnuolo</surname>
          </string-name>
          , L. Vicidomini,
          <article-title>Engaging citizens with a social platform for open data</article-title>
          ,
          <source>in: Proc. of Digital Government Research</source>
          , ACM,
          <year>2017</year>
          , p.
          <fpage>242</fpage>
          -
          <lpage>249</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>R. De Donato</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Garofalo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Malandrino</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Pellegrino</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Petta</surname>
          </string-name>
          , V. Scarano,
          <article-title>QueDI: From knowledge graph querying to data visualization, Semantic Systems (</article-title>
          <year>2020</year>
          )
          <fpage>70</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>R. D.</given-names>
            <surname>Donato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Garofalo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Malandrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Pellegrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Petta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Scarano</surname>
          </string-name>
          ,
          <article-title>Linked data queries by a trialogical learning approach</article-title>
          ,
          <source>in: Proc. of Int. Conf. on Computer Supported Cooperative Work in Design, CSCWD</source>
          , IEEE,
          <year>2019</year>
          , pp.
          <fpage>117</fpage>
          -
          <lpage>122</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>R. De Donato</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Garofalo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Malandrino</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Pellegrino</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Petta</surname>
          </string-name>
          ,
          <article-title>Education meets knowledge graphs for the knowledge management</article-title>
          ,
          <source>in: Proc. of Methodologies and Intelligent Systems for Technology Enhanced Learning</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>272</fpage>
          -
          <lpage>280</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>A.</given-names>
            <surname>Addone</surname>
          </string-name>
          , R. De Donato, G. Palmieri,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Pellegrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Petta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Scarano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Serra</surname>
          </string-name>
          ,
          <article-title>Visual storytelling by novelette</article-title>
          ,
          <source>in: Proc. of IV, IEEE</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>723</fpage>
          -
          <lpage>728</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. P.</given-names>
            <surname>Ponzetto</surname>
          </string-name>
          ,
          <article-title>Babelnet: The automatic construction, evaluation and application of a wide-coverage multilingual semantic network</article-title>
          ,
          <source>Artificial Intelligence</source>
          <volume>193</volume>
          (
          <year>2012</year>
          )
          <fpage>217</fpage>
          -
          <lpage>250</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>D.</given-names>
            <surname>Monaco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Pellegrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Scarano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Vicidomini</surname>
          </string-name>
          ,
          <article-title>The role of linked open data in authoring virtual exhibitions</article-title>
          ,
          <year>2021</year>
          . Submitted to Journal of Cultural Heritage in Dec.
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Pellegrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Santoro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Scarano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Spagnuolo</surname>
          </string-name>
          ,
          <article-title>Automatic skill generation for knowledge graph question answering</article-title>
          ,
          <source>in: Proc. of ESWC</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Pellegrino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Scarano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Spagnuolo</surname>
          </string-name>
          ,
          <article-title>Move cultural heritage knowledge graphs in everyone's pocket, 2021</article-title>
          . Submitted to Semantic
          <source>Web Journal in Mar</source>
          .
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>