<!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>Publishing and Using Plant Names as an Ontology Service</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jouni Tuominen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nina Laurenne</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eero Hyv¨onen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Semantic Computing Research Group (SeCo) Aalto University School of Science, Dept. of Media Technology, and University of Helsinki, Dept. of Computer Science</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Animals and plants are referred to using scientific or common names depending on the expertise of an audience or a source of data. The names change in time and therefore their usage as identifiers as such is problematic. We present a solution for managing and using plant names as an ontology. The ontology is based on the TaxMeOn meta-ontology for biological names. In order to refer to organisms unambiguously and publish information as Linked Data on the web, the names are given URIs. The ontology is developed collaboratively and it supports the approval process and temporal tracking of the common names. We introduce an ontology service of plant names for end-users and provide user interfaces and APIs for integrating the ontology into applications.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The scientific names of plants and animals have a major role when indexing,
querying, and integrating information about species. Biologists use scientific
names although the vast majority of people use the common name equivalents.
Contrary to common belief, neither the scientific nor common names identify
organisms unambiguously as one name may point to multiple species and one
species may have multiple names.</p>
      <p>
        New research results change the name combination of the scientific names
because taxa are constantly split and lumped. For example, if a species is changed
into another genus, the name combination changes accordingly. Approximately
25,000 new species descriptions are published in thousands of journals
annually [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] which makes it hard for researchers to keep up-to-date the biodiversity
of the nature. Not all organisms need a common name but still there is huge
work to be done in developing the vernacular nomenclature and in terms of
established names, the dialect expressions remarkably expand the spectrum of the
biological names.
      </p>
      <p>
        The international commissions of the nomenclatures (IBC, ICZN) specify the
rules how the scientific names should be used in various taxonomic treatments.
The nomenclatures of plants and animals are independent of each other and
the rules are applied only to the scientific names. The common names are not
regulated but they also change in time because there is often a need to update the
common names at intervals. The changing nature of the names poses challenges
for their management [
        <xref ref-type="bibr" rid="ref10 ref5">5, 10, 13</xref>
        ].
      </p>
      <p>
        The diversity of the names causes problems when combining data from
heterogeneous sources, e.g., observational records, literature and museum
collections [
        <xref ref-type="bibr" rid="ref11 ref9">11, 9</xref>
        ]. The data cannot be easily integrated if a taxon is referred to using
multiple names and vice versa the existence of homonyms (the same name refers
to multiple taxa) causes errors when merging the data.
      </p>
      <p>
        Comprehensive reference lists and catalogues of the names have been
proposed as a solution to facilitate the access to the names [
        <xref ref-type="bibr" rid="ref1 ref10">1, 10</xref>
        ]. However, this
is not enough because the biological names ought to be machine-processable in
order to refer to them unambiguously and semantically enrich the biological
contents. Ontologies remarkably increase the re-use and utilization of the available
resources which minimizes the amount of manual work when harmonizing data.
      </p>
      <p>
        We present an ontology model for managing the common names of organisms
and linking them to the scientific names. The model supports temporal tracking
of name changes and an approval process of the common names. The model is
used for maintaining and publishing plant names in Finnish as an ontology. The
ontology is published as Linked Open Data [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and can be used as an ontology
service.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Ontology Model</title>
      <p>TaxMeOn1 [14] is an RDF-based meta-ontology for modeling and managing
biological names and classifications. TaxMeOn introduces classes and properties
for expressing biological names as ontologies. The model consists of three parts
according to the level of taxonomic details, which are common names, species
checklists, and detailed taxonomic information respectively. In this paper, the
focus is on the common names although many of the classes and properties are
common to all three parts. The simplified structure of the model is presented
in Fig. 1, where the core classes are Scientific name, Common name and their
statuses. The status of the Scientific name indicates if a name is an accepted or a
synonymized one, etc. The synonyms are linked to an accepted name. The
hierarchical structure is constructed setting relations between the Scientific names.</p>
      <p>The Common names (in one or more languages) that refer to the same taxon
are connected through a Scientific name. The model also allows mapping the
scientific names to each other based on the underlying taxonomic concepts
(congruence, overlap, part-of, general association). A taxonomic rank expresses the
hierarchical level in a classification (e.g., a species, a genus) and it is specified
for every scientific name. The taxonomic ranks are presented as a separate
vocabulary which contains 61 ranks, of which 60 are obtained from TDWG Taxon
Rank LSID Ontology2. In order to avoid the complex details of the botanical and</p>
      <sec id="sec-2-1">
        <title>1 http://schema.onki.fi/taxmeon/ 2 http://rs.tdwg.org/ontology/voc/TaxonRank</title>
        <p>horticultural nomenclatures, the species level and the taxonomic levels below it
are treated as one unit.</p>
        <p>The approval process of the common names is the following: first, a new
name is proposed; then the name becomes accepted; and finally, the name may
become an alternative, if there is a new accepted name for the same plant. The
model allows the maintainers to propose a new name which then can be
commented by the other maintainers until the name finally gets accepted, rejected or
synonymized. The temporal management of the names is based on time stamps
which are given to the statuses of the names in the approval process. If a name
is given a new status, the old status is not removed from the system. This makes
it possible to track the chain of changes of the names and to see the period of
time period when a particular name was accepted.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Managing Plant Names as an Ontology</title>
      <p>We applied the TaxMeOn ontology model to a database of the Finnish names
of plants maintained by the Finnish Biology Society Vanamo3. The original
database contained nearly 26,000 plant names in Finnish in a single classification.
The taxa were divided into three taxonomic levels (a species, a genus and a
family) but it is possible to specify more taxonomic levels in the current ontology.</p>
      <p>
        The database of the plant names was converted into RDF format based on
the TaxMeOn ontology model. The ontology is managed in the metadata editor
SAHA4 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] by the Vanamo association. Currently, the ontology contains 21,797
species, and the number of updates exceeds one thousand names yearly. The
      </p>
      <sec id="sec-3-1">
        <title>3 http://www.vanamo.fi 4 http://www.seco.tkk.fi/services/saha/</title>
        <p>utilization of the ontology facilitates the management of the names because the
approval process is integrated into the ontology.</p>
        <p>The association has an active role in developing new Finnish names for plants
and the public availability of the ontology releases voluntary based work for more
relevant activities than responding to various queries by journalists, translators
etc. The development of the new names is based on the needs, therefore the
coverage of the taxa is not systematically or geographically restricted into any
particular plant group or a region.</p>
        <p>The browser-based SAHA editor allows collaborative editing of the ontology,
providing the simultaneous access of multiple users and a chat functionality. The
TaxMeOn model has been extended to support the management of the ontology
in SAHA, by adding a property indicating the current status of the processing of
a proposed common name. If a new name is suggested for a species, a maintainer
can add it into the ontology and mark it as “in process”. The proposed but not
yet processed names can be found easily at later stages of the process.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Using Plant Names as an Ontology Service</title>
      <p>
        The ontology is published as Linked Open Data in the Finnish Ontology Library
Service ONKI5 [15], as part of the Finnish semantic web infrastructure project
FinnONTO6 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The ONKI service provides user interfaces and APIs for
accessing and using the plant names in applications. For example, end-users can
browse and search the ontology to find a common name for a taxon that they
know only by the scientific name. The ONKI selector widget can be integrated
into legacy CMS systems to provide an autocomplete and URI fetching features
to support the annotation of plant related information.
      </p>
      <p>One of the advantages of the ontology service is that the end-users can now
access the ontology themselves. Users are directed to the ONKI service via search
engines, and they have adopted the service by extending Wikipedia articles about
plant species with links to Finnish plant names in ONKI. End-users actively
send feedback, comments and corrections to the maintainers, which help them
to improve the quality of the content.</p>
      <p>The ontology is also accessible as a SPARQL endpoint. An example query
below shows how the accepted Finnish common names of species (and taxa below
it) that belong to a genus “Quercus” (oak) can be retrieved:
PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;
PREFIX taxmeon: &lt;http://www.yso.fi/onto/taxmeon/&gt;
PREFIX taxonomic-ranks: &lt;http://www.yso.fi/onto/taxonomic-ranks/&gt;
SELECT ?vernacularName WHERE {
?species taxmeon:isPartOfHigherTaxon ?genus .
?genus rdf:type taxonomic-ranks:Genus .</p>
      <p>?genus rdfs:label "Quercus"^^xsd:string .
5 http://onki.fi/en/browser/overview/kassu
6 http://www.seco.tkk.fi/projects/finnonto/
}
?species taxmeon:hasVernacularName ?vernacularNameRes .
?vernacularNameRes taxmeon:hasVernacularNameStatus ?status .
?status rdf:type taxmeon:AcceptedVernacularName .
?vernacularNameRes rdfs:label ?vernacularName .</p>
      <p>FILTER langMatches(lang(?vernacularName), "fi")</p>
      <p>The result of the query is a list of the Finnish names of oak species, such as
the sessile oak and white oak. The query demonstrates the use of the ontology
for cross-language query expansion.</p>
      <p>Currently, the plant name ontology is used by several cultural museums and
libraries for annotating their collections. The ontology is also applied as a use
case in the EU FP project ENVIROFI7 which focuses on the environmental usage
area of the Future Internet. The ontology is used in the project as a conceptual
hub for referring to the plants in the observational data on biodiversity. The
ontology has been extended with the English and German names of plants used
in the project pilots (these names are not available in the ONKI ontology service).
5
5.1</p>
    </sec>
    <sec id="sec-5">
      <title>Discussion</title>
      <sec id="sec-5-1">
        <title>Related Work</title>
        <p>
          The importance of persistent identifiers for organism names and solutions for
managing them on the semantic web have been discussed by several workers.
Page [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] presented how taxon names are modeled as semantic metadata in RDF
form. Taxon names are identified with using Life Science Identifiers (LSID) and
the names are connected using taxonomic relations. Taxon names that are
obtained from various data sources and which refer to the same taxon are mapped
using the owl:sameAs relation. Schulz et al. [12] presented the first ontology
model of biological taxa and its application to physical individuals. The model
is based on a single unchangeable classification. Franz and Thau [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] evaluated
the limitations of applying ontologies to the scientific names and concluded that
ontologies should focus either on a nomenclatural point of view or on strategies
for aligning multiple taxonomies.
        </p>
        <p>The Darwin Core (DwC)8 is a metadata schema developed for taxon
occurrence data by the TDWG (Biodiversity Information Standards). The goal
of DwC is to standardize the form of how biological information is presented.
However, it lacks the semantic aspect and when it comes to the names, the scope
of DwC is quite general.</p>
        <p>Taxonconcept.org9 provides Linked Open Data identifiers for species concepts
and links data from different sources. All the names of species are expressed
using literals. Also, the machine-processability is weakened by the usage of literal
values for expressing the hierarchies. The data contains scientific and common
names, and taxonomic statuses.</p>
        <sec id="sec-5-1-1">
          <title>7 http://www.envirofi.eu 8 http://www.tdwg.org/standards/450/ 9 http://www.taxonconcept.org</title>
          <p>
            Many existing databases aim to be comprehensive online catalogues that
aggregate individual species checklists, such as the Catalogue of Life (CoL)10 and
The International Plant Names Index (IPNI)11. The IPNI database contains only
scientific names, but the Catalogue of Life also includes their taxonomic statuses
and common names. They both provide the names in a machine-processable
form, as RDF conforming to the TDWG Taxonomic Concept Transfer Schema
(TCS)12 using LSIDs as identifiers of the names [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ]. In the Catalogue of Life
the requirement to use a separate LSID resolver for fetching metadata about an
LSID prevents the Linked Data compatibility of the dataset. The IPNI database
provides an LSID proxy that allows Linked Data compatibility. In the IPNI
database, the hierarchy is not expressed explicitly in the RDF (e.g., the genus
of a species is shown only in the binomial name literal).
          </p>
          <p>There are several other plant name databases available on the web, e.g., the
Royal Horticultural Society Horticultural Database13, The Plant List14 and the
Euro+Med PlantBase15. Most available resources contain the scientific names,
but in few, the common names are included. Common to these systems is that
they are intended for human usage, and they are not available in a
machineprocessable form with unique name identifiers.
5.2</p>
        </sec>
      </sec>
      <sec id="sec-5-2">
        <title>Contributions and Future Work</title>
        <p>Most of the related work concentrate on the scientific names, but our focus is on
the common names. The common names expand the cross-domain use of the
ontology because they are in wider spectrum of use than the scientific ones. The
ontology is available in machine-processable RDF format, with explicit semantics,
e.g., the hierarchical relations are set between the plant URIs, and the statuses
of names are supported. The TaxMeOn model provides a solution for managing
the approval process of common names, supporting the temporal tracking of the
name changes via statuses and their time stamps. The model connects together
different names of a taxon facilitating data integration and information retrieval
in cases where data is combined from heterogeneous sources.</p>
        <p>We have also demonstrated the complete workflow from a collaborative
development of an ontology to publishing it as Linked Open Data and as an ontology
service which makes it accessible to the general public. The plant name
ontology helps harmonizing the terminology which in turn enhances communication
between various users. Application developers can utilize the ontology by using
the plant name URIs for unambiguous referencing to plants species.</p>
        <p>Currently, hybrid taxa are modeled in the ontology in the same way as the
ordinary species. An idea for the future development is to extend the model to
10 http://www.catalogueoflife.org
11 http://www.ipni.org
12 http://www.tdwg.org/standards/117/
13 http://apps.rhs.org.uk/horticulturaldatabase
14 http://www.theplantlist.org
15 http://www.emplantbase.org
support the representation of hybrid names at a deeper level. Another area for
development is to link the scientific names of plants to their author URIs in
DBpedia, connecting the ontology to the Linked Data Cloud (LOD).</p>
        <p>Ontologies are a bridge between experts and ordinary people in
communication and popularizing science. Additionally, the Linked Data approach provides
a way how to easily extend an ontology with additional information which in
turn increases the information value of contents.</p>
        <p>Acknowledgments This work is part of the National Semantic Web
Ontology project in Finland FinnONTO (2003-2012), funded mainly by the National
Technology and Innovation Agency (Tekes) and a consortium of 38 public
organizations and companies, and the EU FP project The Environmental Observation
Web and its Service Applications within the Future Internet (ENVIROFI). We
thank Leo Junikka and Arto Kurtto for their collaboration.
12. Schulz, S., Stenzhorn, H., Boeker, M.: The ontology of biological taxa.
Bioinformatics 24(13), 313–321 (2008)
13. Segers, H., de Smet, W.H., Fischer, C., Fontaneto, D., Michaloudi, E., Wallace,
R.L., Jersabek, C.D.: Towards a list of available names in zoology, partim phylum
rotifera. Zootaxa 3179, 61–68 (2012)
14. Tuominen, J., Laurenne, N., Hyvo¨nen, E.: Biological names and taxonomies on the
semantic web – managing the change in scientific conception. In: Proceedings of
the ESWC 2011, Heraklion, Greece. pp. 255–269. Springer–Verlag (2011)
15. Viljanen, K., Tuominen, J., Hyv¨onen, E.: Ontology libraries for production use:
The Finnish ontology library service ONKI. In: Proceedings of the ESWC 2009,
Heraklion, Greece. pp. 781–795. Springer–Verlag (2009)</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Dengler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berendsohn</surname>
            ,
            <given-names>W.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergmeier</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , Chytry´,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Danihelka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Jansen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Kusber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.H.</given-names>
            ,
            <surname>Landucci</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.</surname>
          </string-name>
          , Mu¨ller,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Panfili</surname>
          </string-name>
          ,
          <string-name>
            <surname>E.</surname>
          </string-name>
          , Schamin´ee,
          <string-name>
            <given-names>J.H.J.</given-names>
            ,
            <surname>Venanzoni</surname>
          </string-name>
          , R., von Raab-Straube,
          <string-name>
            <surname>E.</surname>
          </string-name>
          :
          <article-title>The need for and the requirements of EuroSL, an electronic taxonomic reference list of all european plants</article-title>
          .
          <source>Biodiversity &amp; Ecology</source>
          <volume>4</volume>
          ,
          <fpage>15</fpage>
          -
          <lpage>24</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Franz</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Biological taxonomy and ontology development: scope and limitations</article-title>
          .
          <source>Biodiversity Informatics</source>
          <volume>7</volume>
          ,
          <fpage>45</fpage>
          -
          <lpage>66</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Linked Data: Evolving the Web into a Global Data Space (1st edition)</article-title>
          .
          <source>Synthesis Lectures on the Semantic Web: Theory and Technology</source>
          ,
          <volume>1</volume>
          :
          <issue>1</issue>
          ,
          <fpage>1</fpage>
          -
          <lpage>136</lpage>
          , Morgan &amp; Claypool (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. Hyvo¨nen, E.,
          <string-name>
            <surname>Viljanen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuominen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Seppa¨l¨a,
          <string-name>
            <surname>K.</surname>
          </string-name>
          :
          <article-title>Building a national semantic web ontology and ontology service infrastructure-the FinnONTO approach</article-title>
          .
          <source>In: Proceedings of the ESWC</source>
          <year>2008</year>
          , Tenerife, Spain. Springer-Verlag (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>A.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>White</surname>
            ,
            <given-names>R.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Orme</surname>
            ,
            <given-names>E.R.</given-names>
          </string-name>
          :
          <article-title>Identifying and relating biological concepts in the Catalogue of Life</article-title>
          .
          <source>Biomedical Semantics</source>
          <volume>2</volume>
          (
          <issue>7</issue>
          ) (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Knapp</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polaszek</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Watson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Spreading the word</article-title>
          .
          <source>Nature</source>
          <volume>446</volume>
          ,
          <fpage>261</fpage>
          -
          <lpage>262</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Kurki</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Hyvo¨nen, E.:
          <article-title>Collaborative metadata editor integrated with ontology services and faceted portals</article-title>
          . In: Workshop on Ontology Repositories and
          <article-title>Editors for the Semantic Web (ORES</article-title>
          <year>2010</year>
          ),
          <source>the Extended Semantic Web Conference ESWC</source>
          <year>2010</year>
          , Heraklion, Greece. CEUR Workshop Proceedings, http://ceur-ws.
          <source>org</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Page</surname>
          </string-name>
          , R.:
          <article-title>Taxonomic names, metadata, and the semantic web</article-title>
          .
          <source>Biodiversity Informatics</source>
          <volume>3</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>15</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Page</surname>
          </string-name>
          , R.D.M.:
          <article-title>Biodiversity informatics: the challenge of linking data and the role of shared identifiers</article-title>
          .
          <source>Briefings in Bioinformatics</source>
          <volume>9</volume>
          (
          <issue>5</issue>
          ),
          <fpage>345</fpage>
          -
          <lpage>354</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Patterson</surname>
            ,
            <given-names>D.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cooper</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kirk</surname>
            ,
            <given-names>P.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pyle</surname>
            ,
            <given-names>R.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Remsen</surname>
            ,
            <given-names>D.P.</given-names>
          </string-name>
          :
          <article-title>Names are key to the big new biology</article-title>
          .
          <source>Trends in Ecology &amp; Evolution</source>
          <volume>25</volume>
          (
          <issue>12</issue>
          ),
          <fpage>686</fpage>
          -
          <lpage>691</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Sarkar</surname>
            ,
            <given-names>I.N.</given-names>
          </string-name>
          :
          <article-title>Biodiversity informatics: organizing and linking information across the spectrum of life</article-title>
          .
          <source>Briefings in Bioinformatics</source>
          <volume>8</volume>
          (
          <issue>5</issue>
          ),
          <fpage>347</fpage>
          -
          <lpage>357</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>