<!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>AnnoSys2: Reaching out to the Semantic Web</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Okka Tschöpe</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lutz Suhrbier</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anton Güntsch</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Walter G. Berendsohn</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Freie Universität Berlin</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Germany</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>o.tschoepe@bgbm.org</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>l.suhrbier@bgbm.org</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>a.guentsch@bgbm.org</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>w.berendsohn@bgbm.org</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>AnnoSys is a web-based open-source system for correcting and enriching specimen data in publicly available data portals, thereby bringing traditional annotation workflows for biodiversity data to the Internet. During its first phase, the project developed a fully functional prototype of an annotation data repository for complex and cross-linked XML-standardized data, including back-end server functionality, web services and an on-line user interface. Annotation data are stored using the Open Annotation Data Model and an RDFdatabase. The current project phase aims at extending the generic qualities of AnnoSys to further structured data formats including RDF data with machine readable semantic concepts, thus opening up the data gathered through AnnoSys for the Semantic Web. We developed a semantic concept-driven annotation management, including the specification of a selector concept for RDF data and a repository for original records extended to RDF and other formats. Since many of the biodiversity data standards in use are still not defined in a semantic-web compliant way, mechanisms for referencing elements in such data sets need to be developed. We therefore developed an AnnoSys ontology based on DwC RDF terms and the ABCD ontology, which deconstructs the ABCD XML-schema into individually addressable RDF-resources published via the TDWG Terms Wiki. We mapped the terms from these standards into annotation types we defined, based on semantic concepts.</p>
      </abstract>
      <kwd-group>
        <kwd>AnnoSys</kwd>
        <kwd>Ontology</kwd>
        <kwd>Annotation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Biodiversity data are aggregated, linked and made globally accessible via a range of
Internet portals and services. Globally, natural history collections contain 2–3 billion
specimens [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. These provide materials and primary data for a wide range of research
questions and form the basis for the classification of organisms into species and other
“taxa”. Traditionally, specimens are annotated by researchers with written annotation
labels which are applied directly to the physical object, thus becoming accessible to
succeeding observers of the specimen. These annotations improve the data quality of
the collection and document research developments over time (e.g. the understanding
of taxon concepts).
      </p>
      <p>
        To ensure the continuance of the traditional data sharing and incremental
documentation of specimens in the on-line environment, the AnnoSys project developed
an annotation data repository [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] for complex XML data following the ABCD [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and
DwC [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] standards. This includes back-end server functionality, web services and an
on-line user interface [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Annotation data are stored using the Web Annotation Data
Model [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and an RDF-database [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>In a second step, AnnoSys2 aims at extending the generic qualities of AnnoSys to
further structured data formats including RDF data with machine readable explicit
semantic concepts.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Motivation/State of the art</title>
      <p>
        Since many of the biodiversity data standards in use are still not defined in a
semantic-web compliant way, mechanisms for referencing elements in such data sets need to
be developed. We therefore compiled an AnnoSys ontology based on DwC RDF
terms and the ABCD ontology, which deconstructs the ABCD XML-schema into
individually addressable RDF-resources published via the TDWG Terms Wiki [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>One of our motivations for the new ontology was to harmonize annotatable
elements to allow unambiguous comparability between different versions of a record.
For example, depending on the data publishing portal, a record can be displayed either
in the DwC or the ABCD standard. In AnnoSys 1 we were facing the problem that
those records were not directly comparable, because not all ABCD elements are part
of the DwC standard and vice versa. We therefore needed different versions histories
for different data standards (DwC, ABCD 2.06, ABCD 2.1 etc.). The AnnoSys
ontology defines matching rules describing how these different elements are transformed
into annotatable elements, resulting in harmonized records with only one,
unambiguously comparable version history.</p>
      <p>Additionally, via the different SKOS-relations equivalence levels for matches of
elements can be specified, which potentially allows restricting the use of elements to
those with a minimum level of equivalence. This may be important for data formats
that need to be integrated in the future
3</p>
    </sec>
    <sec id="sec-3">
      <title>Model construction</title>
      <p>
        We used Protégé [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] to build an AnnoSys ontology based on DwC terms [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and the
ABCD ontology [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which uses ABCD property terms as RDF predicates. We
created a subclass “RecordConcept” comprising all ontology concepts as a subclass of
skos:concept (Fig. 1). We also defined nine different “annotation types” as instances
of the SubClass “annotation type” of oa:Motivation (Fig.1, Fig. 2). Individual
concepts were related to the different annotation types via the skos:related relation. We
then mapped the elements of the two standards to semantic concepts using the
skos:Concepts exactMatch, broadMatch, narrowMatch, or closeMatch, respectively,
to represent the different levels of matches (Table 1).
      </p>
      <p>Concepts that refer to identifiers of the institution, the collection or the unit, are not
related to an annotation type but are also instances of the subclass “Record Concept”.
These concepts are not annotatable, but are important in their function as identifiers
(e.g. to query for records related to a given triple id – the identifier originally used in
schemas describing specimens, composed of three ids designating the holding
institution, a collection within the institution, and the catalogue number within that
collection).</p>
      <p>A prototype of the system is available under
https://dev-annosys.bgbm.fuberlin.de/AnnoSys/AnnoSys.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <p>The ontology is composed of around 150 data properties that are related to nine
annotation types. Since concepts are now defined in a semantic-web compliant way, they
can be stored together with the record in the same triple store (whereas in AnnoSys 1,
records have been stored in an XML database). This allows more complex searches
and significantly improves the performance of the system. AnnoSys data properties
cover the classic annotation workflows in the biodiversity collection data domain.
However, the ontology is potentially expandable for other workflows and other
domains.</p>
      <p>When aiming to integrate annotations for specimens from different data portals, it
is essential to be able to identify annotated specimens universally. Therefore,
AnnoSys 2 builds persistent identifiers for all objects (records, specimens and
annotations) from UUIDs, making the system independent of the previously used tripleIds.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>Our work tackles the development of an extensible and format-independent system
for virtual annotation of biological specimen label data. To this end, we compiled an
"AnnoSys-Ontology" mapping essential concepts defined by the widely accepted
community standards DarwinCore and ABCD. Annotations are entered via an open
browser interface and stored centrally in an RDF triple store following the W3C Web
Annotation Data Model.</p>
      <p>The system is currently in the testing phase and will be released in 2018. In future
research, we will examine the use of AnnoSys for taxon-level data as well as its
integration with image annotation systems.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Duckworth</surname>
          </string-name>
          , W.D.,
          <string-name>
            <surname>Genoways</surname>
            ,
            <given-names>H.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rose</surname>
            ,
            <given-names>C.L.</given-names>
          </string-name>
          et al.:
          <article-title>Preserving Natural Science Collections: Chronicle of Our Environmental Heritage. National Institute for the Conservation of Cultural Property</article-title>
          , Washington, DC. (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. AnnoSys portal, https://annosys.bgbm.fu-berlin.de/AnnoSys/AnnoSys, last accessed
          <year>2017</year>
          /07/18
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3. Berendsohn W.G. (ed.).
          <article-title>Access to biological collection data</article-title>
          .
          <source>ABCD Schema 2</source>
          .
          <fpage>06</fpage>
          -
          <string-name>
            <surname>ratified</surname>
            <given-names>TDWG</given-names>
          </string-name>
          <string-name>
            <surname>Standard</surname>
          </string-name>
          .
          <article-title>Berlin: Botanischer Garten und Botanisches Museum BerlinDahlem (BGBM</article-title>
          ), Freie Universität Berlin. (
          <year>2007</year>
          ) http://www.bgbm.org/TDWG/CODATA/Schema/default.htm.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. DwC terms homepage, http://rs.tdwg.org/dwc/terms/index.htm,
          <source>last accessed</source>
          <year>2017</year>
          /07/18
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Tschöpe</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macklin</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morris</surname>
            ,
            <given-names>R.A.</given-names>
          </string-name>
          et al.
          <article-title>Annotating biodiversity data via the Internet</article-title>
          .
          <source>Taxon</source>
          ,
          <volume>62</volume>
          ,
          <fpage>1248</fpage>
          -
          <lpage>1258</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Web</given-names>
            <surname>Annotation</surname>
          </string-name>
          <article-title>Data Model homepage</article-title>
          , https://www.w3.org/TR/annotation-model/,
          <source>last accessed</source>
          <year>2017</year>
          /07/18
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Suhrbier</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kusber</surname>
          </string-name>
          , W.-H.,
          <string-name>
            <surname>Tschöpe</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Güntsch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Berendsohn</surname>
          </string-name>
          , W. G.:
          <article-title>AnnoSys - implementation of a generic annotation system for schema-based data using the example of biodiversity collection data</article-title>
          .
          <source>Database</source>
          (
          <year>2017</year>
          ). doi:
          <volume>10</volume>
          .1093/database/bax018
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. ABCD2 homepage, https://terms.tdwg.org/wiki/ABCD_2, last accessed
          <year>2017</year>
          /09/07
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Protege homepage, http://protege.stanford.edu/products.php,
          <source>last accessed</source>
          <year>2017</year>
          /07/18
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>