<!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>Anna: a Virtual Assistant to interact with Puglia Digital Library (Discussion Paper)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Vito Walter Anelli</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tommaso Di Noia</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eugenio Di Sciascio</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Azzurra Ragone</string-name>
          <email>azzurraragone@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Independent researcher</institution>
          ,
          <addr-line>Milan</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Polytechnic University of Bari</institution>
          ,
          <addr-line>Bari</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the last years, a huge amount of data has been released by private and public bodies as Linked Open Data. By their inner nature, these data contain rich semantic information that can be automatically processed by software agents and explored by humans via visual tools or structured SPARQL queries. Although they result useful for many tasks, these latter approaches miss the simplicity of the interfaces based on interactions via natural language implemented in modern virtual assistants. In this paper, we present a system able to assist the user in exploring the knowledge exposed by the Puglia Digital Library containing information and data associated with digital goods related to the Apulia region in Italy. We show how to interact with the Digital Library by means of a virtual assistant and how, thanks to its publication as Linked Open Data, it is possible to easily integrate it on-the- y with external knowledge sources such as geographical ones.</p>
      </abstract>
      <kwd-group>
        <kwd>Linked Open Data</kwd>
        <kwd>Chatbot</kwd>
        <kwd>Vocal Assistant</kwd>
        <kwd>Digital Libraries</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In 2012, Google announced its Knowledge Graph3 as a new tool to improve
the identi cation and retrieval of entities in return to a search query. Most of
the knowledge encoded in Google Knowledge Graph originally came from
Freebase which was a crowd-sourced e ort to create a base of facts in all possible
knowledge domains. Alongside with the development of the above-mentioned
initiatives, following the original idea of a Semantic Web [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], new technologies
have been developed and released with the aim of embedding structured
knowledge with unambiguous semantics into Web pages in order to allow software
agents to consume and elaborate information in an automated way. The
original idea has been modi ed over the years thus making possible the creation of
a full stack of semantic technologies and, more remarkably, gave birth to the
Copyright c 2019 for the individual papers by the papers authors. Copying
permitted for private and academic purposes. This volume is published and copyrighted by
its editors. SEBD 2019, June 16-19, 2019, Castiglione della Pescaia, Italy.
3 https://googleblog.blogspot.it/2012/05/introducing-knowledge-graph-things-not.
      </p>
      <p>
        html
Linking Open Data initiative4 where a community of researchers and
practitioners devoted an enormous e ort to build publicly available knowledge bases
of machine-understandable data. By exploiting Semantic Web technologies, a
knowledge base is then represented through a graph (knowledge graph) in which
entities are linked to each other by binary relationships. The Linked Data
initiative deserves credit for setting best practices[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] for releasing Open Data on
the Web, and for linking di erent open, and structured datasets. Linked Data
practices are particularly well-suited to associate high quality meta-data to
resources. This is a classic issue [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] of Digital Libraries (DLs), which are complex
information systems shouldering the preservation of digital documents,
intellectual property right management, information ltering, information retrieval, and
query answering [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Linked Data technologies let DLs realize a fully data-centric,
and metadata-based approach in describing their resources [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Meta-data and
thesauri are already commonly used in DLs' resources descriptions. However,
linking these meta-data to Linked Open Data cloud5 improves reusability and
integration of DLs [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In this direction some successful examples are the
German National Library6, the British National Library7, the National Library of
Spain8, the National Library of France9. Linked meta-data comes with many
bene ts [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] as easy cataloging, information discovery, and the possibility to
build third-party applications to explore data.
      </p>
      <p>Despite the e orts, technical issues prevent citizens to consume Open Data.
In most cases Open Data are consumed through data-visualization tools, and
tables, built upon the released data. The drawback of this approach is that,
within a large catalog of items (the default case with DLs), hardly citizens will
be able to discover new resources they could be interested in.</p>
      <p>In this paper, we report the experience in making accessible the Puglia Digital
Library 10 (PDL) through Anna: a virtual assistant able to explore the
knowledge graph behind PDL via natural language-based interactions. In the
proposed approach, speech recognition is delegated to Google Assistant, whereas
Dialog ow11 is adopted to manage the interaction with the user.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        Chatbots are software agents speci cally designed to make the interaction with
the user as natural as possible, usually providing a textual and/or vocal interface
to gives the user the impression of speaking to a human. This feeling was
suggested by [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] who anticipated the key role of chatbots in humanizing machines.
A chatbot copes with the natural way of interacting of the user, de ning a new
category of interfaces, Conversational User Interfaces (CUIs) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The design
of a chatbot involves many non-trivial operations that include NLP, pattern
4 http://linkeddata.org
5 https://lod-cloud.net/
6 http://www.dnb.de/EN/
7 http://www.bl.uk/bibliograpic/datafree.html/
8 http://datos.bne.es/
9 http://data.bnf.fr
10 http://www.pugliadigitallibrary.it/
11 https://dialogflow.com/
matching, parsing, arti cial intelligence, and ontologies. In [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] a logical scheme
is depicted: responder (interface), classi er (transformation), and graphmaster
(knowledge extraction). The responder corresponds to the interface that is
exposed to the user.
      </p>
      <p>
        In the last years, DLs gave birth to a ourishing research eld, in which a
notable number of vocabularies, metadata standards, thesauri, have been
designed. The number of collective and small initiatives and DLs [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] that have
been put in place make almost impossible to depict the overall eld. In 2000s
several initiatives were put in place with the aim of managing and organizing
DLs, like for instance, a global library cooperative OCLC12, which has thousands
of library members and o ers services to support them. On the other side,
Europeana13 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is an aggregator of meta-data about more than 58 millions digital
resources. Europeana represents all these digital objects through a common
format and schema [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], Europeana Data Model14 (EDM) bases on Semantic Web
Languages. The Europeana data model respects these standards and ensures
consistency and interoperability even though sometimes the expressiveness of
original data is lost [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The standardization of meta-data is absolutely not a
new topic in Digital Libraries eld in which di erent organization tried to de ne
rigorous cataloguing principles [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] like AACR, MARC15, ISBD16 [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], FRBR17
[
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], RDA [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The need for DLs to make their content freely accessible, sharable,
and re-usable led generally to the adoption of Linked Open Data. Pioneers were
the Library of the Congress, and Staford University Library, followed by
Europeana and British Library [9, ?]. The di erent DLs take advantage of common
Linked Open Data vocabularies that t the need of describing the speci c
resources they host. In the case of digital resources like images, video, web pages,
the most generally adopted vocabulary is de nitely Dublin Core Metadata [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
by DCMI which is usually adopted to ensure interoperability between the di
erent metadata vocabularies. Although there is an increasing number of chatbots
that retrieve information from relational databases, the usage of Open Data as a
knowledge source for chatbots, is an almost unexplored research direction. In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ],
a question answering system is built using a question generation framework [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
The knowledge is extracted as plain text from PDF documents using OCR
techniques, whereas the matching patterns are de ned using Arti cial Intelligence
Markup Language (AIML). OntBot [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] takes advantage of a mapping between
an ontology and the knowledge stored in a relational database. Finally in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ],
the authors design a chatbot to query a Linked Open Data dataset released by
the Italian Ministry of Transport. They took advantage of IBM Bluemix and
Watson Conversation to realize their query answering system.
12 https://www.oclc.org/
13 https://www.europeana.eu/
14 https://pro.europeana.eu/resources/standardization-tools/
edm-documentation
15 https://www.loc.gov/standards/marcxml/
16 https://www.ifla.org/files/assets/cataloguing/isbd/isbd-cons_20110321.
      </p>
      <p>pdf
17 https://www.ifla.org/files/assets/cataloguing/frbr/frbr_2008.pdf</p>
    </sec>
    <sec id="sec-3">
      <title>Puglia Digital Library</title>
      <p>
        Puglia Digital Library is a multimedia archive of books, magazines, newspapers,
photographs, sounds, videos. The aim of Puglia Digital Library is to preserve
and to share the regional digital heritage. Puglia Digital Library provides an
online platform to store and expose its data. The resources are accessible through
a Web Portal that lets the user download the resource, consume it (preserving
the integrity of fragile museum resources), and read a description. From 2016
Puglia Digital Library became a producer of Linked Open Data [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] concerning
museum objects, historic, and artistical sites. In order to favor interoperability,
Puglia Digital Library adopted several sets of meta-data18 and controlled
vocabularies, such as: DCMIType (DCMI Type Vocabulary), PICO (Thesaurus that
allow interoperability with Cultura Italia), Vocabularies ICCD (Italian
standard for cataloging), AAT (Art &amp; Architecture Thesaurus), TGN (Thesaurus of
Geographic Names). The ontology chosen for resources description is
CIDOCCRM19 (ICOM20). However, in order to overcome some representational
limitations of the above mentioned ontologies and to enrich the linking with external
Linked Data datasets, other ontologies were adopted: Dublin Core21, DBpedia22
,Schema.org23 , Foaf24 , SKOS25, LinkedGeoData26 and Geonames27.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Anna's Architecture</title>
      <p>
        The software ecosystem behind the chatbot Anna is depicted in Figure 1. The
rst step to create Anna consisted of creating a SPARQL endpoint to retrieve
information from the PDL knowledge base [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] in an e ective way. A Virtuoso
server instance was created with a SPARQL 1.1 endpoint that allows humans,
18 DC, DDI, EAC-CPF, EAD, FGDC, ISO 19115 2003, LC-AV, LOM, MARC, MAG,
      </p>
      <p>METSRIGHTS, MODS, NISOIMG, PREMIS, TEIHDR, TEXTMD, VRA
19 http://www.cidoc-crm.org/
20 http://icom.museum/
21 http://dublincore.org/
22 http://dbpedia.org
23 http://schema.org
24 http://www.foaf-project.org/
25 https://www.w3.org/2004/02/skos/
26 http://linkedgeodata.org/
27 http://www.geonames.org/ontology
and automated agents to query the underlying Knowledge Graph using SPARQL
queries. Di erently from SQL queries, SPARQL is based on the idea of graph
matching. SPARQL query language lets the user express a graph pattern (in
which one or more parts of the triple are substituted by variables), to retrieve
the necessary knowledge.</p>
      <p>The user can interact with the system using a Web browser or a mobile phone
with the Italian Google Assistant. The Web App was implemented in node.js
and deployed on a speci c server. The Google Assistant is an Actions on Google
project that enables users to interact with DialogFlow, converting the speech to
text. The Web App copes with the communication protocol adopted by Google
Assistant to provide a uni ed communication protocol. The DialogFlow module
handles the conversation itself: each interaction moves the conversation from
a state to another, called contexts, in which a speci c choice is made by the
user (intent). Contexts, and intents are at the core of the interaction mechanism
and are depicted in Figure 2. The Webhook keeps the history of the iterative
queries of the user, in order to re ne the nal query. If any further knowledge
is required, the Webhook sends a message with the needed information to the
Query Manager, which poses the query against the remote SPARQL endpoint.
Finally, for the sake of privacy, the Webhook itself does not store any information,
and once the session is terminated that speci c user history is deleted. In Figure
2 the most important intents are depicted. The directed rows show the outgoing
contexts. Whenever the user operates a choice, her input is analyzed and the
conversation is moved to a new context. Intents basically de nes the usability of
the tool, hence the intents'scheme was de ned under the instructions of Puglia
Digital Library users, and managers.
4.1</p>
      <p>
        A typical conversation with Anna
In order to understand the subtle interactions of the Anna ecosystem, a very
e ective way is to explore a real conversation. The user invokes the chatbot
saying "Talk with Digital Library ". Google Assistant opens a connection with
the chatbot which greets to the user and asks if she is interested in a particular
topic (Fig. 2 - Intent 1, see also https://goo.gl/LjFZd2). Let us suppose she
answers Yes. This answer is sent from the chatbot to the Webhook, and then
to the Query Manager. It sends a query against the Virtuoso Endpoint looking
for all the possible topics for the resources stored in the knowledge base. The
Query Manager extracts the results from the server's response and the
Webhook prepares and sends the results to DialogFlow. At this point, Anna shows
a list of available topics (Fig. 2 - Intent 2, see also https://goo.gl/UoP1US).
User chooses "History and Traditions". This information is sent to the Webhook
to update the constraint for this search session (Topic:History and Traditions).
Anna asks if the user wants to choose other properties (Fig. 2 - Intent 4, see
also https://goo.gl/b3eoe9). User says Yes. Anna sends this information to
the Webhook, that sends all the session data to the Query Manager. This will
compose a query that looks for all the properties that resources (with "History
and Traditions" as the topic) have. Anna returns a list of options (Fig. 2 - Intent
8, see also https://goo.gl/gzi513) composed by "Subject", "Category",
"Location". User chooses "Subject". This information is sent to the Query Manager,
that will look for all the possible values for the predicate "Subject", considering
only those resources that have "History and Traditions" as the topic. The results
are returned to DialogFlow. Now Anna will show a long list of available topics
(Fig. 2 - Intent 5, see also https://goo.gl/fpMBFK). User chooses
"Sanctuaries". This information is sent to the Webhook, which stores a new association,
Subject:Sanctuaries. Anna asks the user for more properties (Fig. 2 - Intent 10,
see also https://goo.gl/n1pSc5). User says No. This is the signal the
chatbot awaits to prepare the query for the resources. All the available information
(Topic:History and Traditions; Subject :Sanctuaries) are sent to the Query
Manager, which composes the query and sends it against the SPARQL endpoint. The
query requires also additional resources' information: label with full name, url
address of the resource, url address of the preview image, description of the
resource, latitude, and longitude. This information is parsed and stored in a
structured form associated to the session by the Webhook. The Webhook also prepares
the carousel and sends it back to the user. Now Anna will return the carousel(Fig.
2 - Intent 9, see also https://goo.gl/Rrjpz1) containing: "The Ripalta
sanctuary", and "Santissima Maria di Ripalta". User selects the rst result. The
Webhook receives the input of the user and prepares a card about that resource.
Anna will return a Card (Fig. 2 - Intent 12, see also https://goo.gl/vsdC9e)
containing a preview of the digital resource, the name of the selected resource and
a complete description. At the end of the card (see https://goo.gl/rfNB2x)
the user will nd a link to the Puglia Digital Library corresponding page, with
some buttons related to "Nearest places", "Another search", and "Thank you".
User selects "Nearest places". Anna sends the request to the Webhook, which
extracts and returns the list of considered locations' categories. Anna will return
the list (Fig. 2 - Intent 13, see also https://goo.gl/4jBeuY): Hotels,
Restaurants, Cafes, Museums. User is interested in Restaurants. In order to prepare
a geospatial query Anna asks the user for the distance to be considered (Fig.
2 - Intent 14, see also https://goo.gl/o4QbCa). The user answers "10 km",
which is sent to the Query Manager to prepare the a special query which is
sent against the LOSM [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] endpoint to retrieve this geo-referenced information
in real-time. LOSM returns a list of available locations, within the considered
radius, together with their coordinates. This information is used to create a new
carousel. This carousel, with a list of available places (Fig. 2 - Intent 15, see also
https://goo.gl/rAJ7EV), is returned to the user. The user chooses the "Di
Muzio" Restaurant. Once again, the Webhook takes the input sent by the user,
extracts the coordinates of the Restaurant, and prepares a card with a valid link
to get directions with Google Maps. Thus Anna returns a card (Fig. 2- Intent
16, see also https://goo.gl/hr6aBg) with a direct link to navigate towards the
Restaurant using Google Maps. At the end of this interaction the user can quit
the conversation or begin a new one.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>In this work, we presented Anna, a vocal assistant built upon the Linked Open
Data datasets of Puglia Digital Library . The interface was implemented in two
di erent ways: a web application, with a textual interaction, and through Actions
on Google, which provides a mixed textual/vocal interaction. The vocal/textual
interface is an innovative way of accessing Open Data that eases the technological
barriers of modern Semantic Web technologies. A common issue for
broadcasting these disruptive technologies is the lack of well-established NLP tools for
languages di erent from English. Taking advantage of speech recognition APIs
we were able to design the Assistant to be consumed by Italian citizens (the
audience of Puglia Digital Library ) in a natural way. Future work includes the
creation of new vocal assistants to provide information for other digital libraries.
Moreover, we want to evaluate extensively the usability of the assistant to
improve the overall user experience.</p>
      <p>Acknowledgments. The authors acknowledge partial support of the following
projects: Innonetwork APOLLON, Innonetwork CONTACT, PON FLET 4.0.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abdul-Kader</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Woods</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Survey on chatbot design techniques in speech conversation systems</article-title>
          .
          <source>International Journal of Advanced Computer Science and Applications</source>
          <volume>6</volume>
          (
          <issue>7</issue>
          ) (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Alemu</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevens</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ross</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chandler</surname>
          </string-name>
          , J.:
          <article-title>Linked data for libraries: Bene ts of a conceptual shift from library-speci c record structures to rdf-based data models</article-title>
          .
          <source>New Library World</source>
          <volume>113</volume>
          (01
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Anelli</surname>
            ,
            <given-names>V.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di Noia</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmonari</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ragone</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Exposing open street map in the linked data cloud</article-title>
          . In: International Conference on Industrial,
          <source>Engineering and Other Applications of Applied Intelligent Systems</source>
          . pp.
          <volume>344</volume>
          {
          <fpage>355</fpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hendler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lassila</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>The semantic web</article-title>
          . Scienti c american
          <volume>284</volume>
          (
          <issue>5</issue>
          ),
          <volume>34</volume>
          {
          <fpage>43</fpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>de Boer</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wielemaker</surname>
            ,
            <given-names>J.</given-names>
            , van Gent, J.
          </string-name>
          ,
          <string-name>
            <surname>Hildebrand</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isaac</surname>
            , A., van Ossenbruggen,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schreiber</surname>
          </string-name>
          , G.:
          <article-title>Supporting linked data production for cultural heritage institutes: The amsterdam museum case study</article-title>
          . In: Simperl,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Cimiano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Polleres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Corcho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            ,
            <surname>Presutti</surname>
          </string-name>
          , V. (eds.)
          <source>The Semantic Web: Research and Applications - 9th Extended Semantic Web Conference, ESWC</source>
          <year>2012</year>
          , Heraklion, Crete, Greece, May
          <volume>27</volume>
          -31,
          <year>2012</year>
          .
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>7295</volume>
          , pp.
          <volume>733</volume>
          {
          <fpage>747</fpage>
          . Springer (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Coyle</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hillmann</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Resource description and access (RDA): cataloging rules for the 20th century</article-title>
          .
          <source>D-Lib Magazine</source>
          <volume>13</volume>
          (
          <issue>1</issue>
          /2) (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Di</given-names>
            <surname>Noia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Ragone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Maurino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Mongiello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Marzocca</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.P.</given-names>
            ,
            <surname>Cultrera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Bruno</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.P.</surname>
          </string-name>
          :
          <article-title>Linking data in digital libraries: the case of puglia digital library</article-title>
          .
          <source>In: Proceedings of the 1st Workshop on Humanities in the Semantic Web co-located with 13th ESWC Conference</source>
          <year>2016</year>
          (ESWC
          <year>2016</year>
          ). pp.
          <volume>27</volume>
          {
          <issue>38</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Fox</surname>
            ,
            <given-names>E.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marchionini</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Toward a worldwide digital library - introduction</article-title>
          .
          <source>Commun. ACM</source>
          <volume>41</volume>
          (
          <issue>4</issue>
          ),
          <volume>28</volume>
          {
          <fpage>32</fpage>
          (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Gradmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Knowledge = information in context: on the importance of semantic contextualisation in europeana pp</article-title>
          .
          <volume>1</volume>
          {
          <issue>19</issue>
          (01
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Linked Data: Evolving the Web into a Global Data Space</article-title>
          .
          <source>Synthesis Lectures on the Semantic Web</source>
          , Morgan &amp; Claypool Publishers (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Heilman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>N.A.</given-names>
          </string-name>
          :
          <article-title>Question generation via overgenerating transformations and ranking</article-title>
          .
          <source>Tech. rep., CARNEGIE-MELLON UNIV PITTSBURGH PA LANGUAGE TECHNOLOGIES INST</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Initiative</surname>
            ,
            <given-names>D.C.M.</given-names>
          </string-name>
          , et al.:
          <article-title>Dublin core metadata element set</article-title>
          ,
          <source>version 1</source>
          .1 (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>McTear</surname>
            ,
            <given-names>M.F.</given-names>
          </string-name>
          :
          <article-title>Spoken dialogue technology - toward the conversational user interface</article-title>
          .
          <source>Springer</source>
          (
          <year>2004</year>
          ),
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Pichponreay</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Choi</surname>
            ,
            <given-names>C.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>W.S.:</given-names>
          </string-name>
          <article-title>Smart answering chatbot based on ocr and overgenerating transformations and ranking</article-title>
          .
          <source>In: Ubiquitous and Future Networks (ICUFN)</source>
          , 2016 Eighth International Conference on. pp.
          <volume>1002</volume>
          {
          <fpage>1005</fpage>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Porreca</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leotta</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mecella</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vassos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Catarci</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Accessing government open data through chatbots</article-title>
          . In: Garrigos,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Wimmer</surname>
          </string-name>
          , M. (eds.) Current Trends in Web Engineering - ICWE 2017 International Workshops,
          <article-title>Liquid Multi-Device Software and EnWoT, practi-O-web</article-title>
          , NLPIT, SoWeMine, Rome, Italy, June 5-8,
          <year>2017</year>
          ,
          <source>Revised Selected Papers. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10544</volume>
          , pp.
          <volume>156</volume>
          {
          <fpage>165</fpage>
          . Springer (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Southwick</surname>
            ,
            <given-names>S.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lampert</surname>
            ,
            <given-names>C.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Southwick</surname>
          </string-name>
          , R.:
          <article-title>Preparing controlled vocabularies for linked data: Bene ts and challenges</article-title>
          .
          <source>Journal of Library Metadata</source>
          <volume>15</volume>
          (
          <issue>3-4</issue>
          ),
          <volume>177</volume>
          {
          <fpage>190</fpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Tani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Candela</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Castelli</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Dealing with metadata quality: The legacy of digital library e orts</article-title>
          .
          <source>Inf. Process. Manage</source>
          .
          <volume>49</volume>
          (
          <issue>6</issue>
          ),
          <volume>1194</volume>
          {
          <fpage>1205</fpage>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Vegesna</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jain</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Porwal</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Ontology based chatbot (for e-commerce website)</article-title>
          .
          <source>International Journal of Computer Applications</source>
          <volume>179</volume>
          (
          <issue>14</issue>
          ),
          <volume>51</volume>
          {55 (Jan
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Willer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dunsire</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosancic</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Isbd and the semantic web</article-title>
          .
          <source>JLIS</source>
          . It.
          <article-title>Rivista italiana di biblioteconomia, archivistica e scienza dell'informazione 1(2</article-title>
          ),
          <volume>213</volume>
          {
          <fpage>236</fpage>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Zumer</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Functional requirements for bibliographic records: Frbr: The end of the road or a new beginning</article-title>
          .
          <source>Bulletin of the American Society for Information Science and Technology.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>