<!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>The Semantic Web Journal as Linked Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yingjie Hu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Krzysztof Janowicz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Pascal Hitzler</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kunal Sengupta</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of California</institution>
          ,
          <addr-line>Santa Barbara, CA</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Wright State University</institution>
          ,
          <addr-line>Dayton, OH</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The Semantic Web journal implements an open and transparent review process which creates a unique bibliographic dataset. In addition to traditional publication data such as author names and paper titles, each paper in this dataset is also accompanied with a fully timestamped history of its successive decision statuses, assigned editors, solicited and voluntary reviewers, full text reviews, comments, and in many cases also the authors' response letters. This dataset presents a rich and valuable resource for a variety of studies, such as understanding the collaboration networks of scholars as well as exploring the trending topics in the eld of Semantic Web. This dataset is now publicly available online as Linked Data. In this short paper, we report the availability, novelty, as well as some design considerations of this dataset.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        The Semantic Web journal (SWJ)1 is an international journal focusing on
research topics related to the Semantic Web, Linked Data, ontology engineering,
and so forth. A unique feature of the SWJ is that it adopts an open and
transparent review process [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], in which the reviews from reviewers, the authors' response
letters, multiple versions of the revised manuscripts, as well as the editor's
decisions are publicly available on the journal's web page. This process creates
a rich dataset that can be used in a variety of studies. For example, it can be
used to learn about researchers, publications, trending topics, and popular paper
categories.
      </p>
      <p>
        This paper provides a formal documentation of this SWJ dataset.
Particularly, we describe the novelty of this dataset, i.e., how it distinguishes itself
from other general bibliographic datasets, and why it is of interest to the
Semantic Web community. The availability of this dataset, including its SPARQL
endpoint, bulk download URL, as well as a scientometrics portal have been
provided. We also discuss some design considerations of the dataset in this paper.
A number of bibliographic datasets are available on the Linked Open Data
(LOD) cloud. Two prominent examples are DBLP2 and CiteSeer3, both of which
1 http://www.semantic-web-journal.net/
2 http://datahub.io/dataset/fu-berlin-dblp
3 http://thedatahub.org/dataset/rkb-explorer-citeseer
contain structured information about paper titles, authors, a liations, journal
(or conference) names, years, volume numbers, and so forth. While such data
are already useful, they lack the important full text data, partially because of
copyright limitations. The Semantic Web Dog Food (SWDF) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] is another large
structured dataset that focuses on publications from the Semantic Web
community. It contains not only common bibliographic information, but also the
academic roles, and some conference data browsers, such as Conference Live,
have also been developed based on SWDF data.
      </p>
      <p>The novelty of the SWJ dataset compared with existing bibliographic
datasets is three-fold. First, it provides URL access to the full texts of the
manuscripts in multiple revised versions, as well as the full texts of many reviews
and response letters. Second, unlike most datasets that only contain information
about the nal version of a paper, the SWJ dataset provides a timeline for each
submitted article. Finally, information about reviewers and editors is also openly
available.</p>
      <p>
        These novel features of the SWJ dataset allow new applications in
scientometrics [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. For example, the full text data of manuscripts enable
naturallanguage-based research topic analysis. In previous work [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], we reported on using
Latent Dirichlet Allocation (LDA) to mine topics from papers. In addition, the
full text of the review comments can be used to study the quality of reviews
and the review process. This can help quantify and credit the contributions of
reviewers. Besides, multiple revisions of the submitted manuscripts also allow us
to examine how a paper is improving through the review process.
3
      </p>
    </sec>
    <sec id="sec-2">
      <title>Design</title>
      <p>
        The SWJ dataset is formalized and published following the four established
Linked Data design principles [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The main entity types in the dataset include
paper, paper version, and person (who can be an author, a reviewer, or an editor).
The ontology organizing these entities can be accessed at:
http://semantic-webjournal.com/ontology. We design URIs by using the namespace of the journal's
server (http://semantic-web-journal.com/sejp/) and adding the names of the
entities (e.g., a person's name, a paper's title, or a paper version's id). Although
the SWJ adopts an open review process, reviewers can still choose to remain
anonymous. For these reviewers, we use salted MD5 hashes to protect their
privacy. Below are four examples of the designed URIs.
      </p>
      <p>{ A paper author whose name is Karel Kremer :</p>
      <p>http://semantic-web-journal.com/sejp/page/karel-kremer
{ A paper whose title is Supporting the Linked Data publication process with
the LOD2 Statistical Workbench:
http://semantic-web-journal.com/sejp/page/supporting-linked-datapublication-process-lod2-statistical-workbench
{ A version of the paper above:</p>
      <p>http://semantic-web-journal.com/sejp/page/node/591
{ An anonymous reviewer:
http://semantic-web-journal.com/sejp/page/AnonymousReviewere6fd64b41
72acfd5a2f615c9bf7a5228
The design of URIs satis es the Linked Data principles 1) and 2). We also provide
relevant information for the URI of each entity, and this implementation helps
satisfy the principle 3). Figure 1 shows a fragment of the detailed information
provided at the URI of a paper version. For principle 4), we link the researchers
in the SWJ dataset to their information on the Semantic Web Dog Food, such
as their roles in important Semantic Web conferences (e.g., ISWC and ESWC).
Figure 2 shows the external information linked to a researcher.</p>
    </sec>
    <sec id="sec-3">
      <title>4 Availability</title>
      <p>
        Tim Berners-Lee has proposed a 5-star ranking system to evaluate the quality
and availability of open data [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In this ranking system, data that have been
simply published online (in any format) with an open license are considered
as one star. On the contrary, data, which have been structured using W3C
standards and have been linked to external datasets, are ranked as ve star.
According to this ranking system, we consider the SWJ dataset as ve star since
it satis es the requirements.
      </p>
      <p>Since 2014, the SWJ dataset has been o cially included in the LOD diagram
(Fig. 3). Moreover, we made the SWJ dataset available through a variety of open
channels as listed below. A synchronization program has also been developed,
and runs every 3 days to insert data about newly submitted articles into the
SPARQL endpoint.
{ Data registration on datahub.io</p>
      <p>http://datahub.io/dataset/semantic-web-journal
{ SPARQL endpoint supporting queries</p>
      <p>http://semantic-web-journal.com:3030
{ URL for simple bulk download of all triples</p>
      <p>http://semantic-web-journal.com/SWJData/SWJ.rdf
{ Linked Scientometrics Portal for non-technical end users</p>
      <p>http://semantic-web-journal.com/SWJPortal/
5</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>This short paper documents the SWJ dataset generated from the journal's open
and transparent review process. Compared with other bibliographic datasets,
this dataset provides access to full manuscript texts, full revisions and decisions
history, as well as the information about reviewers and editors. This dataset could
be enriched with topics and named entities in future. We hope this dataset could
contribute to analyzing and understanding the eld of Semantic Web.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Janowicz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Open and transparent: the review process of the Semantic Web journal</article-title>
          .
          <source>Learned Publishing</source>
          <volume>25</volume>
          (
          <issue>1</issue>
          ) (
          <year>2012</year>
          )
          <volume>48</volume>
          {
          <fpage>55</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. Moller,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Heath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Handschuh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Domingue</surname>
          </string-name>
          , J.:
          <article-title>Recipes for semantic web dog food { The ESWC and ISWC metadata projects</article-title>
          . Springer (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Hood</surname>
            ,
            <given-names>W.W.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <surname>C.S.:</surname>
          </string-name>
          <article-title>The literature of bibliometrics, scientometrics, and informetrics</article-title>
          .
          <source>Scientometrics</source>
          <volume>52</volume>
          (
          <issue>2</issue>
          ) (
          <year>2001</year>
          )
          <volume>291</volume>
          {
          <fpage>314</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janowicz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McKenzie</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>A spatiotemporal scientometrics framework for exploring the citation impact of publications and scientists</article-title>
          .
          <source>In: Proceedings of the 21st ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems</source>
          , ACM (
          <year>2013</year>
          )
          <volume>204</volume>
          {
          <fpage>213</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janowicz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McKenzie</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sengupta</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>A linked-data-driven and semantically-enabled journal portal for scientometrics</article-title>
          .
          <source>In: The Semantic Web{ ISWC 2013</source>
          . Springer (
          <year>2013</year>
          )
          <volume>114</volume>
          {
          <fpage>129</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>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Linked Data - The Story So Far</article-title>
          .
          <source>International Journal on Semantic Web and Information Systems</source>
          <volume>5</volume>
          (
          <issue>3</issue>
          ) (
          <year>2009</year>
          )
          <volume>1</volume>
          {
          <fpage>22</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Linked data { design issues</article-title>
          . (
          <year>2006</year>
          ) Available at http://www.w3.org/DesignIssues/LinkedData.html.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>