<!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>
      <journal-title-group>
        <journal-title>IRCDL</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Linking Graph Databases and Semantic Web for Reasoning in Library Domains</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Davide Di Pierro</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Domenico Redavid</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefano Ferilli</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Bari A. Moro</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <volume>18</volume>
      <fpage>24</fpage>
      <lpage>25</lpage>
      <abstract>
        <p>The need for digital libraries to store, catalogue, and manipulate documents is growing and the requirements are increasing daily. Much research is underway to discover efective ways to store and keep track of documents, their properties and uses. In this context, we propose the use of Labeled Property Graphs (LPGs) to store digital archives. The use of these graphs allows us high eficiency since the graphs are navigable very quickly thanks to Database Management Systems (DBMSs) (such as Neo4j) especially developed to guarantee high performance. On the other hand, this technology is not natively suited to infer new knowledge automatically. In this paper, we propose a method to use Semantic Web tools to enrich our knowledge base. This way, new operations are available, not possible with only graph databases. The proposed approach has been integrated into the GraphBRAIN (GB) system, a tool able to manage ontologies.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;digital libraries</kwd>
        <kwd>graph databases</kwd>
        <kwd>semantic web</kwd>
        <kwd>automated reasoning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The Semantic Web (SW) is inspired by a vision of the current Web which has been in the
background since its inception, and which is influenced by earlier work dating back to Vannevar
Bush’s idea of the “memex” machine in the 1940s (based on a universal library, complete with
a searchable catalogue) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Tim Berners-Lee originally envisioned the World Wide Web as
including richer descriptions of documents and links between them [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. However, in the efort
to provide a simple, usable and robust working system, which could be used by everyone
“out-of-the-box”, these ideas were put to one side, and the simpler, more human-mediated Web
which we know today resulted. The bigger vision found expression in an article written by Tim
Berners-Lee in Scientific American in May 2001 [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. In this article, they provide a compelling
vision of a world where instead of people laboriously trawling through information on the
Web and negotiating with each other directly to carry out routine tasks such as scheduling
appointments, finding documents and locating services, the Web itself can do the hard work
for them. For thousands of years, libraries have allowed humanity to collect and organize
data and information, and to support the discovery and communication of knowledge, across
time and space. Coming together in this Internet Age, the world’s societies have extended this
process to span from the personal to the global, as the concepts, practices, systems, and services
related to Library and Information Science unfold through digital libraries. Scientists, scholars,
teachers, learners, and practitioners of all kinds benefit from the distributed and collaborative
knowledge environments that are at the heart of the digital library movement. National Science
Foundation defined digital libraries as instruments to basically store materials in electronic
format and manipulate large collections of those materials efectively. Research into digital
libraries is research into network information systems, concentrating on how to develop the
necessary infrastructure to efectively mass-manipulate the information on the Net. Research in
digital libraries has become an academic discipline, with computer scientists working alongside
economists, sociologists, lawyers, and librarians. An interdisciplinary body of expertise emerged
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The availability of data makes the use of SW technologies attractive. Several works tried to
integrate SW with graph databases, a powerful means recently introduced in DL infrastructure,
but we consider that none of them is satisfactory for our purposes. The dificulty in integration
lies in the diversity of models used. An LPG graph consists of nodes and arcs to which attributes
can be associated, while a Resource Description Format (RDF) graph consists of statements, e.g.,
subject-predicate-object triples. Diferent types of mapping are needed, depending on whether
we have RDF information to import into LPG or vice versa.
      </p>
      <p>From a more technical point of view, the design of software applications in general and
for digital libraries, in particular, are strongly influenced by the persistence model used. The
availability of reliable graph databases, therefore, opens new perspectives in the realization
of applications. Graph databases allow importing diferent sources of data in a very flexible
way due to the non-static nature of the data schemes. Graph databases were not created as
a technology for the SW. In particular, the SW is based on the RDF model diferent from the
Property Graph model of graph databases.</p>
      <p>In this paper, we propose an approach for knowledge enrichment in a graph database. To do
so, it will be necessary to map the LPG data in RDF and make use of Ontology Web Language
(OWL) ontologies.</p>
      <p>In the next sections, we will see in detail how we realized the proposed approach inside the
GraphBRAIN tool and which functionalities can be realized through the use of an SW reasoner.</p>
      <p>This paper is organized as follows: Section 2 treats the state-of-art of. Section 3 describes
the building blocks of our proposal, particularly focusing on the proposed ontology for Library
domains, the translation mechanisms and the reasoning. Section 4 summarizes and concludes
the proposal.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Works</title>
      <p>
        Even if not strictly applied to digital libraries, in the literature, we found several attempts to
integrate, and, possibly, extract new knowledge or create a mapping between graph databases
and the SW. Many of them, however, did not consider the idea of putting them together for
exploiting the advantages of both.
neosemantics 1 is a Neo4J plugin that enables the use of RDF and its associated vocabularies
like (OWL, RDFS, SKOS and others) in Neo4j. At the current stage neosemantics ofers an
1Neo4j neosemantics library, https://neo4j.com/labs/neosemantics
import/export mapping starting from an RDF graph, but starting from an LPG graph the mapping
of all contained information is not guaranteed. On the other side, native RDF repositories,
like GraphDB 2, are conceived to store RDF model rather than LPG. We aim to exploit the
characteristics of the property graph by using its available functionalities and enabling SW tools
to enrich the knowledge in the LPG. In [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], it was proposed an approach that consists of directly
mapping RDF databases into PG databases. They demonstrate empirically and formally, that
the mappings had an eficient implementation to process large datasets. The main advantage
of this proposal was the information preservation, that is, there existed inverse mappings that
allowed recovering the original databases without losing information. Currently, this is not
guaranteed in our system because we focused on exposing the data to apply reasoning. There
are several proposals, like [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], that performed a mapping between the two formalisms based
directly on the queries that could be performed on one type of graph or another. For instance, a
mechanism to execute SPARQL queries directly on graph database (db) was described. Currently,
our system is only able to expose data in RDF, but we have planned to enhance it to be queried
with SPARQL. Hartig [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] proposed two transformations between RDF* and property graphs.
RDF* is a syntactic extension of RDF which is based on reification. The first transformation
mapped any RDF triple as an edge in the resulting property graph. Each node had the “kind”
attribute to describe the type of a node (e.g. IRI). The second transformation distinguished data
and object properties. The former was transformed into node properties and latter into edges
of a property graph. The limitation of the second transformation was that metadata triples
could not be transformed. The shortcoming of this approach is that RDF* is not supported by
the majority of RDF triplestores and requires conversion of existing RDF data beforehand. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
Even if not correlated with the mapping between graph databases and SW tools, in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] there is
an attempt to translate data used in the context of digital libraries into RDF. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], there is a
proposal to combine the benefits of the two models creating an intermediate abstraction layer
called Singleton Property Graph (SPG). The SPG layer sit on top of the RDF and simulated the
property graph model. This middle layer was able to interpret SPARQL queries. In this work,
however, the problems related to control over the information that you could store in the graph
db and the management of them were not analyzed.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Building Blocks</title>
      <p>
        For the first implementation of our proposal, we leveraged several previous works and
systems from our past research. The entire architecture we will describe has not yet been fully
implemented, in this work we propose a general solution. Our initial prototype was integrating
and combining them for carrying out the many activities required. Knowledge storage and
management was carried out using GraphBRAIN [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]3. It is a general-purpose system aimed
at supporting all stages and tasks in the lifecycle of a knowledge base from knowledge base
design, to knowledge acquisition, to knowledge organization and management, to (personalised)
knowledge fruition and delivery. To ingest the document and process them to fill the knowledge
graph, a (semi)automatic system was required. Much help for the layout and logical
descrip2OntoText Graphdb, https://graphdb.ontotext.com/documentation
3available at: http://193.204.187.73:8088/GraphBRAIN/
tion may come from research on Document Image Analysis, while for content and conceptual
description several methods and tools are available from the Natural Language Processing
community. We are currently using the DoMInUS system [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] that includes solutions from both
ifelds, for preliminary processing, plus an interactive interface to adjust the automatic results
and fine-tune what is to be reported in the formal description of the document. We briefly
remind our methodology and what are we going to discuss here. We want to enrich our graph
database with information that can be inferred with SW techniques. For this reason, we need
to work at two diferent levels of abstraction: 1) render LPG data in RDF and 2) describe their
semantics in an OWL ontology. In this way we can reach our goals: exploit the eficiency of the
graph database and enable SW technologies, in particular the SW reasoning. For completing the
integration, we first need an ontology that describes our concepts. We have Digital Library data
as nodes and arcs in the graph database. We also have GraphBRAIN schemes used to support
these data. These schemes represent general ontology definitions for the LPG and they are
stored in an eXtensible Markup Language (XML) format whose Data Type Definition (DTD) has
been described in [13]. In the GraphBRAIN system, there is the possibility to generate, from
of our ontology schemas, a minimal OWL ontology. Finally, we also designed a methodology
for translating actual data taken from LPG into RDF triples. Obtained data in RDF and concept
and relation in OWL an SW reasoner can be used to check the consistency of the knowledge
base and infer new knowledge. The building blocks of this proposal are shown in Figure 1.
During the description of the various building blocks, we will carry out an example and follow
all the steps to demonstrate one of the possible operations that can be carried out using this
architecture.
      </p>
      <sec id="sec-3-1">
        <title>3.1. GraphBRAIN</title>
        <p>Since ontology and knowledge graph management is the core of our proposal, we will describe
in some more detail the GraphBRAIN component. It provides a tool to design and collaboratively
populate knowledge graphs, and advanced solutions for their fruition, consultation and analysis.
A distinguishing feature of GraphBRAIN is its mixing Knowledge Representation and Graph
Database technologies to take advantage of both, the eficiency (scalability, storage optimization,
etc.) of the latter and the flexibility and power of the former for storing and handling knowledge.
The graph DBMS implementing the knowledge base is Neo4j4. While it is schema-free (the
user may apply any label and/or attribute to any single node or arc), GraphBRAIN imposes the
use of a predefined XML data schema (GB schema). It represents a form of ontology schema,
so that only data that are compliant with it may be added to the graph, and all functions are
driven by it. The GB schema defines what (kinds of) knowledge can be represented in the
knowledge base, how it is to be described, and how it can be exploited. While maintaining a
single, overall graph to store the data, GraphBRAIN is designed to allow the use of diferent
GB schemes on it, each expressing a diferent domain or perspective. So, using a specific GB
scheme one has only a partial view of the knowledge. However, diferent GB schemes may share
the same classes (uniquely determined by name, so that alignment is easily obtained), possibly
defining diferent sets of attributes for them. E.g., classes such as Person, Place, or Document
are expected to appear in diferent domains/schemes; in one schema an attribute of Person
might be its professional title, which is not needed in others. Individuals of shared classes act as
bridges, allowing the computations in a domain to reach and exploit information coming from
other domains. This implies that adding new items under one domain will automatically enrich
also the other domains whose instances can be reached via some path in the graph. To the best
of our knowledge, this is a completely innovative setting, that enables cross-fertilization among,
and knowledge reuse across, diferent domains. It is fundamental to enforce our ‘contextual’
perspective. Furthermore, GraphBRAIN can import/export its ontologies and knowledge graphs
from/to Semantic Web languages, e.g., OWL and RDF.</p>
        <p>In general, the functions provided by GraphBRAIN bring to cooperation many diferent
Artificial Intelligence tasks, techniques and approaches for improving knowledge management
and (personalized) fruition by users, including database technology, data mining, machine
learning, natural language processing, recommendation, collaborative and social interaction
tools, social network analysis. This allows it to find relevant, personalized and non-trivial
information. E.g., a social approach can be used to build and integrate GB ontology schemes
and user models can be used to guide data mining.</p>
        <p>This is useful for some functionalities based on the statistic field outside of the SW technologies
application but is required and useful. In particular, the Link Prediction algorithms works on
pieces of graph allowing to display the nodes and arcs. Over these nodes and arcs the following
algorithms can be executed: Adamic-Adar Index, Common Neighbor, Resource Allocation Index
and Katz.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. GraphBRAIN schema</title>
        <p>Here we show the proposed GB schema. It is not strictly related to SW ontology but is LPG
oriented since it contains some restrictions needed to the application level. Furthermore,
GB scheme could be extended to represent semantic information with languages diferent
from those ofered by SW, like Inductive Logic Programming or datalog. For the GB schema
definitions, we refer to our previous work, which will certainly be extended and deepened
[14]. From the semantic abstraction layer, we refer to a GB schema and a related use case
4Neo4j Graph Data Platform - www.neo4j.com
within GraphBRAIN. Here we will give an overview of its artefact based on the meaning rather
than a formal representation, trying to explain the underline semantics. It includes several
general concepts relevant to the library domain, among which User (whose identity may be
unknown), Person (whose identity is known, possibly associated to a user), Author (who
is a person who writes something) and Place (a place in which something happens). These
concepts can be considered general, widely used concepts and reusable in most domains. Then,
there are the domain-specific concepts for the library. Among the most obvious, Document
(to describe a piece of knowledge), Book (a particular case of Document), Stream (stream of
data), Multimedia (e.g., images, audios and videos), Award (for prizes and recognitions) and
many other minors. The GB ontology schema must be able to describe the contents of sources
since they are the main elements for which this ontology is meant to be used. Documents may
take many very diferent forms, requiring a more elaborate structure for this concept. The most
prominent kinds of documents are books, papers, articles, blogs, websites, posts and many other
possible sub-concepts at diferent levels. Multimedia objects should be distinguished as well
(Music, Image, Audio and Video). For fine-grained handling of documents, we also provides
concepts to describe their layout (Page, Table, ...) and logical (Title, Section, ...) structure, their
text and its grammatical structure (Sentence, Subject, Object, ...), and the concepts (Category)
and Named Entities (Person, Place, etc.) they mention. Some other concepts can be used for
auxiliary purposes like Artifact (including artisanship and industrial items, or works of art, such
as statues and paintings), Device (including simple tools, such as hammers, and more complex
systems, such as computers), Software (again, with a taxonomy of sub-concepts for the diferent
kinds of software) and IntellectualWork (including tools, algorithms, programming languages,
technologies, theoretical models and so on). We provide many relationships to connect instances
of these concepts. Some are needed to organize documents into layout and logical components
(e.g., has links a Document to its layout and logical components; partOf structures components
into sub-components, etc.) and to associate their content with generic concepts or specific
named entities (mentions). LayoutComponents also have a spatial organization, expressed by
relationships leftOf and above. Authors and documents are connected to them through the
developed relationship. Other relationships can be easily figured out by readers (e.g., those
linking Persons to Organizations, or those describing the syntactic and semantic structure of
the text. As an example, we take the Document concept having the following attributes among
the others (see Figure 2): name, ISBN, firstAuthor. There are a lot of other attributes but we
refer to these three just for the example we mean to explain.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. From GB schema to OWL Ontology</title>
        <p>To apply the SW reasoning, as the first step we need to generate an OWL ontology from GB
schema. With this aim, we have designed a mapping between their entities reported in Table
1. The main step to bring concepts and relationships into the SW is to assign them a unique
URI. For our scopes, we use the following namespace: “https://gbnamespace#” whose given
abbreviation is dl. Hence, every concept and relationship described in the previous section will
contain that namespace when translated into OWL definitions. GraphBRAIN is also able to
import OWL ontologies. In this case, the mapping in the Table 1 is applied from OWL to XML.
This procedure is limited to the entities that are representable in GB schema. The OWL classes
and datatype properties of the example are, for a matter of size, shown in part below.
&lt;?xml version = " 1 . 0 " ?&gt;
&lt; !DOCTYPE r d f : R D F [
&lt;!ENTITY d l " h t t p : / /www. g r a p h b r a i n . i t # " &gt;</p>
        <p>&lt; ! ENTITY owl " h t t p : / /www. w3 . org / 2 0 0 2 / 0 7 / owl # " &gt;
&lt; ! ENTITY xsd " h t t p : / /www. w3 . org / 2 0 0 1 / XMLSchema# " &gt;</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. From LPG to RDF</title>
        <p>RDF Element
rdf:subject
rdf:predicate
rdf:predicate between the rdf:subject (node) and the literal</p>
        <p>(Attribute value)
rdf:predicate between the rdf:statement
representing the triple (relationship) and the literal
(Attribute value)
Complementary to the ontology in OWL, we need data in the form of RDF triples, with the
subject-predicate-object structure. There are several techniques to achieve this. We decided
to exploit the potential of Neo4j that allows us, through a Cypher query, to extract data from
a db in JavaSript Object Notation (JSON) format using the Neo4j APOC library5. In this way,
we can parse the JSON file and render all the extracted nodes and arcs (with their respective
attributes) into RDF. To do this, we follow the mapping rules listed in Table 2. We can render
in RDF the whole LPG or pieces of a graph. By extracting a part of the graph related to what
has been required to render, we can prepare to respond more quickly to the next requests that
presumably will be made from the requester (for example from an SW reasoner). We can take
new instances from LPG with diferent techniques. For example, all nodes and arcs far k hops
from a central node.</p>
        <p>We do not keep a copy of the database as RDF triples, RDF triples are generated on the fly
from a request by a requester. Referring to our example, suppose we obtain from the graph the
following node rendered in RDF where the information about the first author is missing:
&lt; r d f : R D F
x m l n s : r d f = " h t t p : / /www. w3 . o r g / 1 9 9 9 / 0 2 / 2 2 − r d f − s y n t a x − n s "
x m l n s : d l = " h t t p s : / / g b n a m e s p a c e \ # " &gt;
&lt; r d f : D e s c r i p t i o n
r d f : a b o u t = " h t t p s : / / g b n a m e s p a c e / DivineComedy " &gt;
&lt; d l : i d &gt; 6 0 5 6 &lt; / d l : i d &gt;
&lt; d l : i s b n &gt; 9 7 8 − 8 1 − 7 5 2 5 − 7 6 6 − 5 &lt; / d l : i s b n &gt;
&lt; d l : n a m e &gt; D i v i n e Comedy&lt; / d l : n a m e &gt;
&lt; / r d f : D e s c r i p t i o n &gt;
&lt; / r d f : R D F &gt;</p>
        <p>5Export Neo4J graph to JSON, https://neo4j.com/labs/apoc/4.1/export/json</p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. OWL Reasoner applications</title>
        <p>After extracting some nodes and reading the ontology, one of the available SW reasoners can be
used. The operations possible with SW reasoners mainly concern hierarchies among classes or
instance checking. The most useful operation can be to check the consistency of the knowledge
base during the input of data in the LPG using GraphBRAIN.</p>
        <p>Furthermore, having the possibility of reading other OWL ontologies and related RDF triples,
we can merge information not contained in our graph database.</p>
        <p>In this first proposal, we map the external OWL ontology classes with GB ontology schema
applying a (sub)string matching and imposed owl:samAs properties when a match is found.
In this way, LPG instances will be rendered as owl:individuals or the mapped OWL ontology.
Remind that this is just a first proposal of the architecture and, since we have not developed
the system in its totality, we can further investigate advanced techniques for this relevant
aspect of this architecture. Turning back to our example, suppose to import (among the many
sources) an OWL ontology (whose abbreviated namespace is "odl") that states in its RDF store
that the Author of Divine Comedy is "Dante Alighieri". The alignment procedure has found
a correspondence between the attributes odl:Author and dl:FirstAuthor. Since FirstAuthor is
not a mandatory field, we have no author given for the Book "Divine Comedy" in the LPG.
Applying the reasoner, this information is suggested to the GraphBRAIN administrator that can
evaluate if adding it to the LPG. This is just a trivial example, reported completely in Figure 3
but it is easy to imagine, in the same context, if we have two diferent information coming from
diferent sources. These types of situations are very common when handling digital libraries
where large communities can put data and metadata in the graph with limited control from
GraphBRAIN. The extracted information is not stored anywhere if the administrator decides to
not insert them in the database. In this way, we are sure to avoid unwanted or unpredictable
changes to our source.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusions</title>
      <p>In this paper, we have proposed a system that can efectively combine graph databases and the
SW to deduct new knowledge which is something not possible only with Neo4j. We proposed to
manage an LPG in Digital Library Domain with GraphBRAIN to have some level of control on the
contained information. An approach implemented in GraphBRAIN for the generation/import
of OWL ontologies and a mapping between LPG data and RDF formalism is given. Many
improvements can be applied and we are working to integrate them. Indeed, this work lends
itself well to numerous extensions. First, there are several ways through which significant
nodes of a graph can be extracted. In the GraphBRAIN system, some algorithms are already
available for visualizing parts of the graph, like Katz Centrality and PageRank Centrality. There
is a further possibility of using the SW reasoner to infer new knowledge.
[13] S. Ferilli, Integration strategy and tool between formal ontology and graph database
technology, Electronics 10 (2021).
[14] S. Ferilli, D. Redavid, An ontology and knowledge graph infrastructure for digital library
knowledge representation, in: Digital Libraries: The Era of Big Data and Data Science,
volume 1177 of Communications in Computer and Information Science (CCIS), Springer
International Publishing, 2020, pp. 47–61.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>B.</given-names>
            <surname>Matthews</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Brickley</surname>
          </string-name>
          , L. Dodds,
          <article-title>Semantic web technologies world wide web consortium</article-title>
          ,
          <source>ResearchGate</source>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T. B.</given-names>
            <surname>Lee</surname>
          </string-name>
          , Information management: A proposal,
          <year>1989</year>
          . URL: http://www.w3.org/History/ 1989/proposal.html.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>T. B.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hendler</surname>
          </string-name>
          ,
          <string-name>
            <surname>O. Lassila,</surname>
          </string-name>
          <article-title>The semantic web, Scientific American, a division of Nature America</article-title>
          , Inc.
          <volume>284</volume>
          (
          <year>2001</year>
          )
          <fpage>34</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>W. Y.</given-names>
            <surname>Arms</surname>
          </string-name>
          , Digital Libraries, MIT Press,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Angles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Thakkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tomaszuk</surname>
          </string-name>
          ,
          <article-title>Mapping rdf databases to property graph databases</article-title>
          ,
          <source>IEEE Access 8</source>
          (
          <year>2020</year>
          )
          <fpage>86091</fpage>
          -
          <lpage>86110</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>H.</given-names>
            <surname>Thakkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Punjani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <article-title>Two for one: Querying property graph databases using sparql via gremlinator</article-title>
          ,
          <source>in: Proceedings of the 1st ACM SIGMOD Joint International Workshop on Graph Data Management Experiences and Systems (GRADES)</source>
          and
          <article-title>Network Data Analytics (NDA</article-title>
          ),
          <source>Association for Computing Machinery</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>O.</given-names>
            <surname>Hartig</surname>
          </string-name>
          , Reconciliation of rdf* and property graphs,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>R.</given-names>
            <surname>Angles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Thakkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tomaszuk</surname>
          </string-name>
          ,
          <article-title>Rdf and property graphs interoperability: Status and issues</article-title>
          , in: AMW,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>C.</given-names>
            <surname>Meghini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Spyratos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Sugibuchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>A model for digital libraries</article-title>
          and its translation to rdf, Springer 3 (
          <year>2012</year>
          )
          <fpage>51</fpage>
          -
          <lpage>59</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>V. P.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. Y.</given-names>
            <surname>Yip</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Thakkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Bodenreider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Bodenreider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Bodenreider</surname>
          </string-name>
          ,
          <article-title>Singleton property graph: Adding a semantic web abstraction layer to graph databases</article-title>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ferilli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Redavid</surname>
          </string-name>
          ,
          <article-title>The GraphBRAIN System for Knowledge Graph Management and Advanced Fruition</article-title>
          , volume
          <volume>12117</volume>
          , 1st ed., Springer,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ferilli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Esposito</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. M. A.</given-names>
            <surname>Basile</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Redavid</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Villani</surname>
          </string-name>
          ,
          <article-title>DOMINUS plus - document management intelligent universal system (plus)</article-title>
          , in: M.
          <string-name>
            <surname>Agosti</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Esposito</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Meghini</surname>
          </string-name>
          , N. Orio (Eds.),
          <source>Digital Libraries and Archives - 7th Italian Research Conference, IRCDL</source>
          <year>2011</year>
          , Pisa, Italy, January
          <volume>20</volume>
          -
          <issue>21</issue>
          ,
          <year>2011</year>
          . Revised Papers, volume
          <volume>249</volume>
          of Communications in Computer and Information Science, Springer,
          <year>2011</year>
          , pp.
          <fpage>123</fpage>
          -
          <lpage>126</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>