<!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>Jailbreaking your reference lists: OpenCitations strike again</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Silvio Peroniȯ</string-name>
          <email>silvio.peroni@unibo.it</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Shottonɞ</string-name>
          <email>david.shotton@oerc.ox.ac.uk</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fabio Vitaliȯ</string-name>
          <email>fabio.vitali@unibo.it</email>
        </contrib>
      </contrib-group>
      <abstract>
        <p>In this poster paper we provide an overview of the OpenCitations Project (http://opencitations.net) and of its main outcome, the OpenCitations Corpus, which is an open repository of scholarly citation data made available under a CC0 license, providing in RDF accurate citation information harvested from the scholarly literature, starting from the PubMed Central OA subset. RASH: https://w3id.org/oc/paper/occ-poster-iswc2016.html This is the main premise behind the OpenCitations Project and a number of other complementary initiatives including Semantic Lancet3 [2], Springer LOD4, OpenAIRE5 [1] and Scholarly Data6 [3]. Since the beginning of July, OpenCitations has started to ingest and process the reference lists of scholarly papers available in Europe PubMed Central7. In this paper we provide a brief overview of its main components that make the extraction and description of such reference lists in RDF possible.</p>
      </abstract>
      <kwd-group>
        <kwd>Citation Database</kwd>
        <kwd>OpenCitations</kwd>
        <kwd>OpenCitations Corpus</kwd>
        <kwd>Scholarly Communication</kwd>
        <kwd>Semantic Publishing</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Reference lists from academic articles are the core elements of scholarly
communication, since they both permit the attribution of credit and integrate our
independent research endeavours. But the cruel reality is that they are not freely
available. For instance, UK research universities each pay tens of thousands of
pounds annually [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] for accessing to commercial sources of scholarly citations –
Scopus and Web of Science. In the current age where Open Access is considered
a necessary practice in research, it is a scandal that reference lists from journal
articles are not readily and freely available for use by all scholars. As we have
already stated in a previous work [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]:
      </p>
      <p>Citation data now needs to be recognized as a part of the Commons
– those works that are freely and legally available for sharing – and
placed in an open repository, where they should be stored in appropriate
machine-readable formats so as to be easily reused by machines to assist
people in producing novel services.</p>
    </sec>
    <sec id="sec-2">
      <title>OpenCitations and its Corpus</title>
      <p>
        The OpenCitations Project (http://opencitations.net) is creating an open
dataset of citation data integrated with a SPARQL endpoint8 and a very simple
Web interface that shows only the data about bibliographic entities9. Its main
output is the Open Citations Corpus (OCC), an open repository of scholarly
citation data made available under a Creative Commons CC0 license10, which
provides accurate bibliographic references harvested from the scholarly literature,
described using the SPAR Ontologies11 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] according to the OCC metadata
document [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], that others may freely build upon, enhance and reuse for any purpose,
without restriction under copyright or database law.
      </p>
      <p>The OCC stores metadata relevant to these citations in RDF, encoded as
JSON-LD, and makes them available through a SPARQL endpoint (and, in the
near future, as downloadable datasets). It includes information about six diferent
kinds of bibliographic entity:
– bibliographic resources (br) – resources that cite/are cited by other
bibliographic resources (e.g. journal articles), or that contain such citing/cited
resources (e.g. journals);
– resource embodiments (re) – details of the physical or digital forms in
which the bibliographic resources are made available by their publishers;
– bibliographic entries (be) – the literal textual bibliographic entries
occurring in the reference lists within bibliographic resources, that reference other
bibliographic resources;
– responsible agents (ra) – names of agents having certain roles with respect
to bibliographic resources (i.e. names of authors, editors, publishers, etc.);
– agent roles (ar) – roles held by agents with respect to bibliographic resources
(e.g. author, editor, publisher);
– identifiers (id) – external identifiers (e.g. DOI, ORCID, PubMedID)
associated with the bibliographic entities.</p>
      <p>The corpus URL (https://w3id.org/oc/corpus/) identifies the entire OCC,
which is composed of several sub-datasets, one for each of the aforementioned
bibliographic entities included in the corpus. Each of these has a URL
composed by sufixing the corpus URL with the two-letter short name for the class
of entity (e.g. “be” for a bibliographic entry) followed by an oblique slash (e.g.
https://w3id.org/oc/corpus/be/). Each dataset is described appropriately by
means of the Data Catalog Vocabulary12 and the VoID Vocabulary13.</p>
      <p>
        Upon initial curation into the OCC, a URL is assigned to each entity within
each sub-dataset, all of which can be accessed in diferent formats (HTML,
RDF/XML, Turtle, and JSON-LD) via content negotiation. Each entity URL is
composed by sufixing the sub-dataset URL with a number assigned to each
resource, unique among resources of the same type, which increments for each new
8 https://w3id.org/oc/sparql
9 Additional and more user-friendly interfaces will be available in the coming months,
and will be described in the project homepage.
10 https://creativecommons.org/publicdomain/zero/1.0/legalcode
11 http://www.sparontologies.net/
12 https://www.w3.org/TR/vocab-dcat/
13 https://www.w3.org/TR/void/
Jailbreaking your reference lists
entry in that resource class. For instance, the resource https://w3id.org/oc/
corpus/be/537 is the 537th bibliographic entry recorded within the OCC. Each
of these entities has associated metadata describing its provenance by means of
PROV-O14 and its PROV-DC extension15 (e.g. https://w3id.org/oc/corpus/
be/537/prov/se/1). In particular, we keep track of the curatorial activities
related to each OCC entity, the curatorial agents involved, and their roles.
Additional information about OCC’s handling of citation the data, and the way they
are represented in RDF, are detailed in the oficial OCC Metadata Document
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
In this poster paper we have introduced the OpenCitations Project, which is
involved in creating an open repository of accurate bibliographic references
harvested from the scholarly literature: the OpenCitations Corpus (OCC). The new
instance of the OCC has just been established, and already includes 728,991
citation links (as of August 30, 2016) – a number that will grow quickly over
the coming months as the continuous workflow adds new data dynamically from
Europe PubMed Central and other authoritative sources. The OCC SPARQL
14 https://www.w3.org/TR/prov-o/
15 https://www.w3.org/TR/prov-dc/
16 https://github.com/essepuntato/opencitations
17 https://europepmc.org/RestfulWebService
18 http://api.crossref.org/
19 http://members.orcid.org/api/
endpoint is presently available for use, and distributions of the OCC will shortly
be made openly available for bulk download – the first of these by early
September 2016, with subsequent incremental additions.
      </p>
      <p>We are currently working on two diferent aspects. First of all, we are
developing tools for linking the resources within the OCC with those included in
other datasets, e.g. Scholarly Data. In addition, we are experimenting with the
use of multiple parallel instantiations of SPACIN, so as to increase the amount
of new information that can be processed daily.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alexiou</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vahdati</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lange</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Papastefanatos</surname>
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lohmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>OpenAIRE LOD services: Scholarly Communication Data as Linked Data</article-title>
          . To appear
          <source>in Proceedings of SAVE-SD</source>
          <year>2016</year>
          . http://cs.unibo.it/save-sd/
          <year>2016</year>
          /papers/html/ alexiou-savesd2016.html
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bagnacani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciancarini</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di</surname>
            <given-names>Iorio</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Nuzzolese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            ,
            <surname>Peroni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Vitali</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>The Semantic Lancet Project: A Linked Open Dataset for Scholarly Publishing</article-title>
          .
          <source>In EKAW 2014 Satellite Events:</source>
          <fpage>101</fpage>
          -
          <lpage>105</lpage>
          . http://dx.doi.org/10.1007/978- 3-
          <fpage>319</fpage>
          -17966-7_
          <fpage>10</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Nuzzolese</surname>
            ,
            <given-names>A. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gentile</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gangemi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Conference Linked Data - Our Web Dog Food has gone gourmet</article-title>
          . To appear
          <source>in Proceedings of ISWC</source>
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Peroni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>The Semantic Publishing and Referencing Ontologies</article-title>
          . In Semantic Web Technologies and Legal Scholarly Publishing:
          <fpage>121</fpage>
          -
          <lpage>193</lpage>
          . http://dx.doi.org/10. 1007/978-3-
          <fpage>319</fpage>
          -04777-
          <issue>5</issue>
          _
          <fpage>5</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Peroni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dutton</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shotton</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Setting our bibliographic references free: towards open citation data</article-title>
          .
          <source>Journal of Documentation</source>
          ,
          <volume>71</volume>
          (
          <issue>2</issue>
          ):
          <fpage>253</fpage>
          -
          <lpage>277</lpage>
          . http://dx.doi.org/10.1108/JD-12-2013-0166
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Peroni</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shotton</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2016</year>
          ).
          <article-title>Metadata for the OpenCitations Corpus</article-title>
          . figshare. https://dx.doi.org/10.6084/m9.figshare.3443876
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>