<!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>Ornithology Based on Linking Bird Observations with Weather Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mikko Koho</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eero Hyvonen</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aleksi Lehikoinen</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>CSC - IT Center for Science Ltd.</institution>
          ,
          <country country="FI">Finland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Semantic Computing Research Group (SeCo), Aalto University and University of Helsinki</institution>
          ,
          <country country="FI">Finland</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Serving Ornithologists with Linked Data</institution>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>The Finnish Museum of Natural History, University of Helsinki</institution>
          ,
          <country country="FI">Finland</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents the rst results of a use case of Linked Data for eScience, where 0.5 million rows of bird migration observations over 30 years time span are linked with 0.1 million rows of related weather observations and a bird species ontology. Using the enriched linked data, biology researchers at the Finnish Museum of Natural History will be able to investigate temporal changes in bird biodiversity and how weather conditions a ect bird migration. To support data exploration, the data is published in a SPARQL endpoint service using the RDF Data Cube model, on which semantic search and visualization tools are built.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Data, Metadata, and Ontologies</title>
      <p>Data The bird observation data comes from the Hanko Bird Observatory \Halias"
located in Hanko, Finland. The data has been gathered systematically since 1979
and is actively used in scienti c research4.</p>
      <p>Nature observation datasets can be divided into two main classes:
1. Systematic observational datasets The methods used in making
nature observations are standardized and every species in the research scope
is counted. Straightforward to do inference e.g. about spatio-temporal
occurence of species.
2. Open public datasets People are free to report nature observations they
have made. Methods used in making observations vary and only some portion
of observed species may be reported. Any inference done requires knowledge
about the way people report observations and results can be misleading.</p>
      <p>The Halias dataset is a systematic observational dataset consisting of daily
bird counts. All migrating birds are counted daily in a standardized way for four
hours starting from sunrise. In addition, local as well as migrating birds outside
the standardized observation time are counted for each day. Every observed bird
is counted and daily counts are given for each date and species combination.</p>
      <p>The weather data comes from a Finnish Meteorological Institute's weather
observation station in Russaro, situated less than 6 kilometers away from Halias.
The weather observation data consists of measurements of temperature, relative
humidity, wind direction (10 minute average), wind speed (10 minute average),
cloud coverage and sea level air pressure, collected every 3 hours. Also a total
rain amount is given for each day.</p>
      <p>Metadata Schema We have created a data schema for representing the daily
bird observations based on the RDF Data Cube Vocabulary5 of W3C. The
schema heavily re-uses|for interoperability reasons|other vocabularies where
possible, such as Darwin Core6, TaxMeOn [21], and data.gov.uk Time Intervals7.</p>
      <p>Observed daily weather variables are aggregated based on needs of this use
case. Weather observations that correspond to the standardized observation
times of each day are of particular interest. They make it possible to match the
weather data and bird migration counts on a shorter time span than the whole
day and thus giving better accuracy for nding the connections between them.
We calculate average values of the weather variables for the 4-hour standardized
observation time. The average values are calculated assuming a linear change
in a weather variable's values between the 3-hour observations. The aggregated
values of weather variables are then linked directly to the bird observations.
4 See http://www.tringa. /web/lintuasemat/hangon-lintuasema/julkaisuluettelo.html
for a list of research publications related to observations at Halias.
5 http://www.w3.org/TR/2014/REC-vocab-data-cube-20140116/
6 http://rs.tdwg.org/dwc/
7 http://datahub.io/dataset/data-gov-uk-time-intervals</p>
      <p>Wind observations are represented using an ontology of all observed wind
speed and direction combinations. The observed winds are then linked with the
daily bird observation instances. The schema is documented in detail online8.</p>
      <p>We envision, that by using a standard data model for observations, our
forthcoming tools for exploring and visualizing observational data could be applied
not only to birds but to other observations, too, and conversely, tools developed
by others for the Data Cube model, could be re-used in our case study more
easily.</p>
      <p>Ontologies The data is linked with the AVIO Ontology of the Birds of the
World [22], based on data from the taxonomic database9 of the Finnish Museum
of Natural History.</p>
      <p>For our Halias case study, the original AVIO was re ned and extended as
follows:
1. Scope of the species ontology was reduced to species observed in Finland.</p>
      <p>This is due to the need for generating species name abbreviations by certain
rules which do not apply globally.
2. Species name abbreviations were added as they are used in the primary data.
3. Species characteristics based on the characteristics system used in Nature</p>
      <p>Gate service10 were added.
4. Species conservation statuses were added in both Finnish and EU scope.
5. Rarity classes were added. These are subjective views of rarity of species.</p>
      <p>The species characteristics ontology classi es birds in terms of four facet
categories: 1) Date and nesting habitat, 2) Coloring and markings, 3) Shape and size,
and 4) Behavior. These categories are then divided further into subcategories.
Linked Data Publication The datasets were combined into a single linked
dataset. This linked dataset and the used ontologies compose the whole linked
data publication, which consists of 12,315,709 triples.</p>
      <p>
        The data was published as a SPARQL service using the Linked Data Finland
(LDF) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] platform11. Based on metadata about the dataset and its graphs,
this platform automatically generates APIs and content negotiation services for
machines to use, and a homepage for human users with ready to use services,
such as Linked Data browsing and editing the data.
      </p>
      <p>The bird observation data is not openly available, but there are ongoing
discussions about making the data more openly accessible. Access to the published
data is currently restricted to the association that owns the data and
collaborating research projects. Nevertheless, the data can be requested for research
purposes without any costs.
8 http://www.essepuntato.it/lode/http://ldf. /schema/halias/
9 http://taxon.luomus. /
10 http://naturegate. /
11 http://www.ldf. /</p>
      <p>Some structural problems in the original bird observation data were noticed
when the transformed linked data was rst visualized. There were duplicate
species and date combinations with di erent bird counts, when there should
never be more than one of these combinations and the URIs of the observations
were created using these combinations. This anomaly was taken into account in
the transformation process by creating di erent URIs for each of the duplicate
combinations.</p>
      <p>After this, more validation of the data was done in the transformation process
and we discovered some other problems of lesser impact, which did not hamper
the linked data publication or visualization.
3</p>
    </sec>
    <sec id="sec-2">
      <title>Visualizing the Data to Solve Problems</title>
      <p>
        There is a strong connection [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2, 15</xref>
        ] between the bird migration magnitude
and weather variables of a day in the spring and autumn bird migration periods.
Finding these connections from the data however is not a trivial task. Our
approach to this problem is to provide data visualization tools based on linked data.
Such tools let the ornithologists to explore, nd, and visualize relationships
between variables in bird and weather observation data. Good visualizations would
not only show interesting correlations and patterns in data, but also raise up new
questions for further data exploration and research.
      </p>
      <p>Visualizing the data is exible on top of a SPARQL endpoint with commonly
used tools. For example, Sgvizler12 [19] is a tool that is easy to use for
combining SPARQL queries with Google Charts13 graphics. We next exemplify these
possibilities by two visualizations combining bird and weather observations.</p>
      <p>Our rst visualization originates from the research problem of a collaborating
biologist, where he wished to investigate, how local wind conditions a ect the
migration of di erent species, or groups of species, during spring and autumn
migration. To solve the problem, the visualization of Figure 1 was created. Here
the idea is to use a Circular heat chart14. The diagram shows the relationship
between wind conditions and observed crane (Grus grus ) migration in autumn
months (September, October, and November). For each observed wind speed and
direction combination, the number of migrating cranes during days in which the
wind combination is observed, is added up. These sums are then normalized
by the number of days with the wind combination to account for the biased
occurrence of di erent wind conditions. Directions in the diagram correspond
to wind directions using standard English abbreviations, and distance from the
diagram center represents wind speed in meters per second. Migration magnitude
increases from gray (no migration) to green. The color scale is normalized so that
the deepest green shade corresponds to maximum migration magnitude observed.</p>
      <p>During autumn, cranes migrate from breeding areas in Finland to southern
wintering areas. As large birds, they are expected to favor tail winds as they
12 http://dev.data2000.no/sgvizler/
13 https://developers.google.com/chart/
14 http://prcweb.co.uk/lab/circularheat/
migrate southward from Hanko over the Baltic Sea. The example visualization
supports this hypothesis.</p>
      <p>The visualization is based on a SPARQL query. The graphics were
implemented using D315 JavaScript library and AngularJS16 JavaScript framework.
The SPARQL query used takes about ve seconds to retrieve the results from
the LDF platform. Here is the SPARQL query for this visualization:
PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
PREFIX h: &lt;http://ldf.fi/schema/halias/&gt;
SELECT ?order ?speed ((SUM(?cnt)/?days) AS ?normalized)
WHERE {
?observation h:observedSpecies ?species .
?species rdfs:label "Grus grus" .
?observation h:season h:autumn .
?observation h:countMigration ?cnt .</p>
      <p>?observation h:windDay ?wind .
15 http://d3js.org/
16 http://angularjs.org/</p>
      <p>}
}
GROUP BY ?order ?speed ?days
ORDER BY ?speed
?wind h:windSpeed ?speed .
?wind h:windDirection ?dir .
?dir h:order ?order .
{
}
GROUP BY ?wind
SELECT ?wind (COUNT(DISTINCT ?date) AS ?days)
WHERE {
?observation h:refTime ?date .
?observation h:windDay ?wind .</p>
      <p>?observation h:season h:autumn .</p>
      <p>The research hypothesis behind our second visualization is that air pressure
a ects the migration of very large birds. However, it is unclear how much it
a ects, if at all. To solve the problem, the characteristics ontology of bird species
is needed telling the sizes of di erent species, in addition to bird observation and
weather data. Figure 2 plots as an example the migration counts of very large
birds on Y-axis. The average air pressure of the days in which the migration was
observed is represented in the X-axis. The migration counts have been normalized
to give the average migration count for each day with a certain average air
pressure.</p>
      <p>This visualization was implemented using Sgvizler. It takes about 8 seconds
to retrieve the data from the LDF platform using this SPARQL query:
PREFIX h: &lt;http://ldf.fi/schema/halias/&gt;
PREFIX bc: &lt;http://ldf.fi/halias/bird-characteristics/&gt;
SELECT ?pressure ((SUM(?cnt)/?days) AS ?normalized)
WHERE {
?observation h:observedSpecies ?species .
?species h:hasCharacteristic bc:valtava .
?observation h:airPressure ?pressure .</p>
      <p>?observation h:countMigration ?cnt .
{
SELECT ?pressure (COUNT(DISTINCT ?date) AS ?days)
WHERE {
?observation h:refTime ?date .
?observation h:airPressure ?pressure .
}
GROUP BY ?pressure
}
}
GROUP BY ?pressure ?days
ORDER BY ?pressure</p>
      <p>Based on the graph, it may be inferred that very large birds migrate mostly
during high pressure when there are low chances of rain. As the normal air
pressure is around 1013, this seems to be in line with the original hypothesis.
Also it was observed that when visualizing the migration magnitude of di erent
bird sizes, smaller birds had higher migration magnitudes at lower air pressures.</p>
      <p>Because very low or very high air pressures are rare, a large variance in the
values far away from the normal air pressure can be seen in the graph.
4
4.1</p>
    </sec>
    <sec id="sec-3">
      <title>Discussion</title>
      <sec id="sec-3-1">
        <title>Contributions</title>
        <p>
          This paper suggests that following advantages may be gained by publishing a
statistical dataset using the RDF Data Cube Vocabulary, and by enriching the
data by linking it with related datasets:
1. Better understanding of the primary data The weather variables play
a key role in the migration magnitude of a single day. Thus by introducing
the weather context of the time of observation, a better understanding about
the bird observation data can be achieved.
2. Interoperability E cient use of nature observation data requires standard
ways to combine datasets. This can be achieved with by publishing datasets
as linked data [16], which makes it also possible to use common tools for
data handling and processing [17]
3. Visualization tools It is possible to visualize the data with existing RDF
Data Cube visualization tools [
          <xref ref-type="bibr" rid="ref14">14, 17</xref>
          ] and in the future with new and better
tools.
4. Linking to taxonomic concepts By linking to a taxon ontology we are
able to express certain taxonomic concepts of the species instead of
representing them only by name, which then would need work from an expert
to correctly interpret [
          <xref ref-type="bibr" rid="ref4">4, 18</xref>
          ]. One way to express taxonomic concepts and
changes biological conception is to use the TaxMeOn meta-ontology [21].
5. Data validation Structural errors in original data, such as wrong data types
or cardinality errors, may cause problems when converting to RDF and thus
the conversion may provide information about errors in the original data
and help improve data quality.
        </p>
        <p>Performance of SPARQL queries may be an issue in visualizing large linked
datasets. The linked dataset used in this research is already large enough to
make the data retrieval last several seconds.
4.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Related Work</title>
        <p>
          There are bird observation analysis systems around, such as eBird17 used by, e.g.,
the Audubon Society, that provide visualizations of observations, such as range
and point maps and yearly bar charts. The di erent metrics of observations can
be graphed along a timeline and statistics of one species contrasted with others.
Furthermore, data mining tools have been applied to observational databases
in order to analyze and discover phenomena that take place in nature [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. Our
approach extends these ideas to the Semantic Web, especially to using enriched
semantic data based on data linking and ontologies.
        </p>
        <p>
          The AVIO ontology and species characteristics ontology have been used in
our earlier work, the BirdWatch mobile tool for ornithologists [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
        </p>
        <p>
          Lots of Linked Data (LD) platforms have emerged on the Web since the
publication of the four Linked Data publication principles and the 5-star model18
[
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. For example, in Life Sciences alone there are LinkedLifeData19,
NeuroCommons20, Chem2Bio2RDF21, HCLSIG/LODD22, BioLOD23, and Bio2RDF24. The
Linked Data Finland service used in our case study is based on a \7-star model"
with additional services supporting dataset schema documentation, data
validation, and data curation [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>
          Work in Linked Data visualization [
          <xref ref-type="bibr" rid="ref11 ref3">11, 3</xref>
          ] falls in three categories. One can 1)
visualize the structure of data, e.g., ontologies in an ontology editor, 2) present
computed analysis results, e.g., statistics, or 3) use various graphical means for
illustrating phenomena, e.g., present data on maps, timelines or using other kind
of graphics. Our work is related to the latter two categories, where e.g. business
graphics and visualizations been widely and routinely used for data analysis and
exploration.
        </p>
        <p>The two visualizations presented in this paper are examples of how Linked
Data can be exploited to address research questions in an application domain.
Based on the experiments, the SPARQL standard was deemed quite exible in
17 http://ebird.org/
18 http://www.w3.org/DesignIssues/LinkedData.html
19 http://linkedlifedata.com/
20 http://neurocommons.org/
21 http://chem2bio2rdf.wikispaces.com/
22 http://www.w3.org/wiki/HCLSIG/LODD
23 http://biolod.org/
24 http://bio2rdf.org/
formulating fairly complex queries, and using visualization frameworks on top
of query results was fairly straightforward. Based on our hands-on experiments,
data visualization seems to be a promising application dimension of Linked Data.
Visualizations, such as our examples, are focused on solving particular problems,
but at the same time may well generalize to other use cases by changing the
variables involved, such as the species, species group criterion, time frame, or a
weather characteristic.</p>
        <p>
          Interest in publishing statistical data as linked data has been growing [
          <xref ref-type="bibr" rid="ref10 ref5">5, 10</xref>
          ]
in the past few years and has been studied in many publications. Hausenblas
et al. [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] have proposed publishing statistical datasets as linked data using the
Statistical Core Vocabulary (SCOVO) and a modelling framework to support
this.
        </p>
        <p>Salas et al. [17] present tools OLAP2DataCube and CSV2DataCube for
transforming statistical data to RDF Data Cube Vocabulary datasets. Using
general purpose link discovery tools for a transformed dataset is shown through
an example. Also presented is an extension to OntoWiki for visualizing RDF
Data Cube datasets called CubeViz.</p>
        <p>
          Mutlu et al. [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] present a visualization wizard of linked research data that
automatically suggests suitable visualizations based on the data and a semantic
con guration. Kampgen and Harth [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] discuss using open-source OLAP systems
to visualize statistical Linked Data.
4.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Future Research</title>
        <p>The visualizations have been implemented with this particular use case in mind.
We should study if a more general RDF Data Cube visualization approach would
suit the needs of this use case. A big challenge with a more general approach
comes from the user interface, which should be kept simple and easy to use.</p>
        <p>Some existing open source RDF Data Cube visualization services were
evaluated when we decided to use the data cube approach, and they were not up to
the task at that point. As there seems to have been development in this area, a
new evaluation of them would be useful.</p>
        <p>This combined data of bird observation counts and weather variables seems
interesting for new research in both computer science and biology.
Acknowledgements This work has been supported by the Ministry of
Education and Culture, CSC - IT Center for Science Ltd., National Research Data
Initiative (TTA)25, and the Linked Data Finland project26 funded by the Finnish
Funding Agency for Innovation (Tekes) of 20 partners.</p>
        <p>Ornithological society Tringa27 provided the data used in this research.
Hundreds of volunteers at Halias have helped by gathering the data. Miika Alonen
25 http://www.tdata. /en/
26 http://www.seco.tkk. /projects/ldf/
27 http://www.tringa. /web/
from Aalto University's Semantic Computing Research Group (SeCo) gave
support in visualizing the data. Jouni Tuominen from SeCo contributed to
developing the visualization web service.
15. Nisbet, I.C.T., Jr., W.H.D.: Short-term e ects of weather on bird migration: A
eld study using multivariate statistics. Animal Behaviour 16(4), 496 { 530 (1968),
http://www.sciencedirect.com/science/article/pii/0003347268900468
16. Reichman, O., Jones, M.B., Schildhauer, M.P.: Challenges and opportunities of
open data in ecology. Science(Washington) 331(6018), 703{705 (2011)
17. Salas, P.E.R., Auer, S., Breitman, K.K., Casanova, M.A., Martin, M.: Publishing
statistical data on the web. International Journal of Semantic Computing 6(4),
373{388 (2012)
18. Schulz, S., Stenzhorn, H., Boeker, M.: The ontology of biological taxa.
Bioinformatics 24(13), 313{321 (2008)
19. Skaeveland, M.: Sgvizler: A JavaScript wrapper for easy visualization of sparql
result sets. In: Proceedings of the ESWC 2012. Springer{Verlag (2012)
20. Svensson, S.E.: E ciency of two methods for monitoring bird population levels:
breeding bird censuses contra counts of migrating birds. Oikos pp. 373{386 (1978)
21. Tuominen, J., Laurenne, N., Hyvonen, E.: Biological names and taxonomies on the
semantic web { managing the change in scienti c conception. In: Proceedings of
the 8th Extended Semantic Web Conference (ESWC 2011). Springer{Verlag (June
2011)
22. Tuominen, J., Laurenne, N., Koho, M., Hyvonen, E.: The birds of the world
ontology AVIO. In: The Semantic Web: ESWC 2013 Satellite Events. Springer{Verlag
(2013)</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Able</surname>
            ,
            <given-names>K.P.</given-names>
          </string-name>
          :
          <article-title>The role of weather variables and ight direction in determining the magnitude of nocturnal bird migration</article-title>
          .
          <source>Ecology</source>
          <volume>54</volume>
          (
          <issue>5</issue>
          ), pp.
          <volume>1031</volume>
          {
          <issue>1041</issue>
          (
          <year>1973</year>
          ), http://www.jstor.org/stable/1935569
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Alerstam</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Optimal bird migration revisited</article-title>
          .
          <source>Journal of Ornithology</source>
          <volume>152</volume>
          (
          <issue>1</issue>
          ),
          <volume>5</volume>
          {
          <fpage>23</fpage>
          (
          <year>2011</year>
          ), http://dx.doi.org/10.1007/s10336-011-0694-1
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dadzie</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rowe</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Approaches to visualising linked data: A survey</article-title>
          .
          <source>Semantic Web</source>
          <volume>2</volume>
          (
          <issue>2</issue>
          ),
          <volume>89</volume>
          {
          <fpage>124</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Franz</surname>
            ,
            <given-names>N.M.:</given-names>
          </string-name>
          <article-title>Biological taxonomy and ontology development: scope and limitations</article-title>
          .
          <source>Biodiversity informatics 7(1)</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hausenblas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halb</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raimond</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feigenbaum</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ayers</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : Scovo:
          <article-title>Using statistics on the web of data</article-title>
          . In: Aroyo, Lora, Traverso, Paolo, Ciravegna, Fabio, Cimiano, Philipp, Heath, Tom, Hyvonen, Eero, Mizoguchi, Riichiro, Oren, Eyal, Sabou, Marta, Simperl, Elena (eds.)
          <source>The Semantic Web: Research and Applications, Lecture Notes in Computer Science</source>
          , vol.
          <volume>5554</volume>
          , pp.
          <volume>708</volume>
          {
          <fpage>722</fpage>
          . Springer Berlin Heidelberg (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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>
          . Morgan &amp; Claypool, Palo Alto, California (
          <year>2011</year>
          ), http://linkeddatabook.com/editions/1.0/
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hochachka</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caruana</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fink</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Munson</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Riedewald</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sorokina</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kelling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Data-mining discovery of pattern and process in ecological systems</article-title>
          .
          <source>Wildlife management 71(7)</source>
          ,
          <volume>2427</volume>
          {2437 (
          <year>September 2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. Hyvonen, E.,
          <string-name>
            <surname>Alonen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuominen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Makela, E.:
          <article-title>Linked data nland: Towards a 7-star service platform for linked datasets</article-title>
          .
          <source>In: The First Annual KnowEscape Conference - KnowEscape 2013 (November</source>
          <year>2013</year>
          ), http://www.seco.tkk. /publications/2013/hyvonen-et-al-ldf
          <article-title>-2013</article-title>
          .pdf
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Hyvonen, E.,
          <string-name>
            <surname>Alonen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koho</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuominen</surname>
          </string-name>
          , J.:
          <article-title>Birdwatch|supporting citizen scientists for better linked data quality for biodiversity management</article-title>
          .
          <source>In: Proceedings of the rst international Workshop on Semantics for Biodiversity (S4BioDiv)</source>
          ,
          <source>ESWC 2013. CEUR Workshop Proceedings</source>
          , Vol
          <volume>979</volume>
          , http://www.ceur-ws.org/Vol979 (May
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Kampgen,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Harth</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Transforming statistical linked data for use in olap systems</article-title>
          .
          <source>In: Proceedings of the 7th international conference on Semantic systems</source>
          . pp.
          <volume>33</volume>
          {
          <fpage>40</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Katifori</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halatsis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lepouras</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vassilakis</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giannopoulou</surname>
          </string-name>
          , E.:
          <article-title>Ontology visualization methods|a survey</article-title>
          .
          <source>ACM Computing Surveys (CSUR) 39(4)</source>
          ,
          <volume>10</volume>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kjellen</surname>
          </string-name>
          , N.:
          <article-title>Annual variation in numbers, age and sex ratios among migrating raptors at falsterbo, sweden from 1986{1995</article-title>
          .
          <source>Journal fur Ornithologie</source>
          <volume>139</volume>
          (
          <issue>2</issue>
          ),
          <volume>157</volume>
          {
          <fpage>171</fpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lehikoinen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>Lintukantojen kehitys hangon lintuaseman aineiston mukaan 1979{2007</article-title>
          . Tringa 35,
          <issue>313</issue>
          {
          <fpage>321</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Mutlu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoe</surname>
            <given-names>er</given-names>
          </string-name>
          , P.,
          <string-name>
            <surname>Sabol</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tschinkel</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Granitzer</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Automated visualization support for linked research data</article-title>
          .
          <source>Proceedings of the I-SEMANTICS 2013 Posters &amp; Demonstrations</source>
          Track p.
          <volume>40</volume>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>