<!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>An Ontology-Based Archive for Historical Research</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Giovanni Adorni</string-name>
          <email>giovanni.adorni@unige.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marco Maratea</string-name>
          <email>marco.maratea@unige.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Laura Pandolfo</string-name>
          <email>laura.pandolfo@edu.unige.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luca Pulina</string-name>
          <email>lpulina@uniss.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DIBRIS, Universita di Genova</institution>
          ,
          <addr-line>Via Opera Pia, 13</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>POLCOMING, Universita di Sassari</institution>
          ,
          <addr-line>Viale Mancini n. 5</addr-line>
        </aff>
      </contrib-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The digitalization of cultural materials is doubtless a key-enabler for
increasing accessibility of cultural heritage documents, e.g., historical texts. In the last
decade Semantic Digital Libraries (see, e.g., [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]) have attracted the attention
of research communities coming from di erent research areas, such as Cultural
Heritage, History, and Knowledge Engineering. In order to nd more innovative
methods to improve search and retrieval operations, recently portals and
digital libraries concerning Cultural Heritage have been enhanced with Semantic
Web [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] technologies. Such technologies can o er e ective solutions about design
and implementation of user-friendly ways to access and query content and
metadata [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In this context, a prominent example is the Europeana project [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]3.
      </p>
      <p>
        Particularly, cultural heritage documents are characterized by being
syntactically and semantically heterogeneous, multilingual, semantically rich, and highly
interlinked. They are produced in a distributed, open fashion by organizations
like museums, libraries, and archives, using their own established standards and
best practices [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Historical documents represent an important component of
the cultural heritage eld, and they have been digitized and published on the
web by means of several applications.
      </p>
      <p>In this extended abstract we present stole4, an ontology-based digital archive
collecting some of the most relevant journal articles published between 1848 and
1946 concerning the legislative history of public administration in Italy. In stole
we leverage ontologies for describing domain knowledge and providing semantic
information integration among data in order to support historians' research. The
documents stored in stole are regarded as a valuable source of information for
historical research since through the study of these texts it is possible to trace
the course of Italian history and often to nd out some unexplored but useful
aspects about a particular event or person. Currently, these historical sources</p>
    </sec>
    <sec id="sec-2">
      <title>3 http://europeana.eu</title>
      <p>4 stole is the acronym of the Italian \STOria LEgislativa della pubblica
amministrazione italiana", that means \legislative history of the Italian public
administration".
can be accessed going to the State Archives of Rome or to libraries that have
a copy, but in both cases historians are not supported by information system
during their research. Our ontology-based archive intends to handle this
historical information providing search features and capabilities such that the user can
search over this document collection. In the next section, we give details of the
components of the system, while the abstract is concluded in Section 3 by listing
the future work planned.
2</p>
      <sec id="sec-2-1">
        <title>System Architecture</title>
        <p>
          In Figure 1 we describe the architecture of stole; looking at the gure, we can
see that it is composed of the modules listed in the following:
Ontology It represents the conceptual layer of our application. It is used to
represent knowledge concerning journals, authors, cited people and events,
as well as the relations between them. The DL expressivity if the stole5
ontology is ALCOIQ(D), and it is composed of 2909 axioms. Actually,
it is comprised of 342 individuals, its population is growing continuously.
It has been developed building on existing standards and meta-data
vocabularies, such as Dublin Core (http://dublincore.org), FOAF (http:
//www.foaf-project.org), Bio Vocabulary (http://vocab.org/bio/0.1)
and the Bibliographic Ontology (http://bibliontology.com). Concerning
the modeling ontology language, our choice falls to OWL2 DL [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. We also
5 The full documentation is available at http://visionlab.uniss.it/STOLE_DOC
considered some lightweight pro les, but we cannot avoid to introduce both
cardinality restrictions and other role constraints, e.g., inverse object
properties, in order to have proper expressivity for our application. The stole
ontology has been populated leveraging on a set of annotated historical
documents. Such semantic annotations were provided by a team of domain
experts. Finally, we also developed a data integration layer in order to exploit
information coming from external sources, such as DBpedia [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] and the
Ontology of the Chamber of Deputies6.
        </p>
        <p>
          Inference Engine This module interacts with Ontology to check its
consistency and to infer new knowledge to present to the user. Actually, we are
using the HermiT reasoner [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ].
        </p>
        <p>Triple Store and SPARQL Endpoint They are the modules devoted to store
and query the knowledge base, respectively. For these purposes, we are
currently using Open Virtuoso7.</p>
        <p>STOLE Application In this module we implemented all functionalities related
to query the data to SPARQL Endpoint and to process the answer in order
to be presented to the user by means of the GUI.</p>
        <p>GUI It is devoted to the user-system interaction and it aims at providing data
representations widely used in the historical research eld, such as timelines
of historical events.
3</p>
      </sec>
      <sec id="sec-2-2">
        <title>Conclusion and Future Work</title>
        <p>We have presented an ontology-based archive and its application in the
historical research domain, which includes numerous key aspects of Semantic Web.
The current implementation of this framework can be extended in several ways.
First of all, we are designing a Graphical User Interface to support the ontology
population stage, in order to make this process of knowledge acquisition more
interactive and dynamic. Finally, we are planning to introduce in stole a
semantic indexing mechanism using Apache Solr8, in order to extend keyword-based
search functionalities.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>6 http://dati.camera.it/data/en 7 http://www.openlinksw.com/ 8 http://lucene.apache.org/solr</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Kruk</surname>
            ,
            <given-names>S.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Westerki</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kruk</surname>
          </string-name>
          , E.:
          <article-title>Architecture of semantic digital libraries</article-title>
          .
          <source>In: Semantic Digital Libraries</source>
          . Springer (
          <year>2009</year>
          )
          <volume>77</volume>
          {
          <fpage>85</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <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>
          , et al.:
          <article-title>The semantic web</article-title>
          . Scienti c american
          <volume>284</volume>
          (
          <issue>5</issue>
          ) (
          <year>2001</year>
          )
          <volume>28</volume>
          {
          <fpage>37</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Haslhofer</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isaac</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>: data. europeana. eu: The europeana linked open data pilot</article-title>
          .
          <source>In: International Conference on Dublin Core and Metadata Applications</source>
          . (
          <year>2011</year>
          )
          <volume>94</volume>
          {
          <fpage>104</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ahonen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hyvonen</surname>
          </string-name>
          , E.:
          <article-title>Publishing historical texts on the semantic web-a case study</article-title>
          .
          <source>In: Semantic Computing</source>
          ,
          <year>2009</year>
          . ICSC'09. IEEE International Conference on,
          <source>IEEE</source>
          (
          <year>2009</year>
          )
          <volume>167</volume>
          {
          <fpage>173</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Owl 2: The next step for owl</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>6</volume>
          (
          <issue>4</issue>
          ) (
          <year>2008</year>
          )
          <volume>309</volume>
          {
          <fpage>322</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kobilarov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Dbpedia - a crystallization point for the web of data</article-title>
          .
          <source>Web Semantics: science, services and agents on the world wide web 7(3)</source>
          (
          <year>2009</year>
          )
          <volume>154</volume>
          {
          <fpage>165</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Shearer</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Hermit: A highly-e cient owl reasoner</article-title>
          .
          <source>In: OWLED</source>
          . Volume
          <volume>432</volume>
          . (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Huynh</surname>
            ,
            <given-names>D.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karger</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>R.C.</given-names>
          </string-name>
          :
          <article-title>Exhibit: lightweight structured data publishing</article-title>
          .
          <source>In: Proceedings of the 16th international conference on World Wide Web, ACM</source>
          (
          <year>2007</year>
          )
          <volume>737</volume>
          {
          <fpage>746</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>