<!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>Social and Semantic Computing in Support of Citizen Science</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Joel Sachs</string-name>
          <email>jsachs@cs.umbc.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tim Finin</string-name>
          <email>finin@cs.umbc.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science and Electrical Engineering University of Maryland</institution>
          ,
          <addr-line>Baltimore County</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <fpage>46</fpage>
      <lpage>51</lpage>
      <abstract>
        <p>We describe our ongoing work on using social media as a platform for citizen science. Building on our previous work of facilitating citizen science observations, and using RDF to integrate them with existing biodiversity knowledge, we are currently building Facebook Apps that will enable the reporting of observations, as well as the browsing and tagging of existing observations. The tagging capability serves two main purposes. First, it permits (and, we hope, encourages) multi-stage crowdsourcing for image identification. Second, it serves as a driver of ontology evolution, and permits experiments on potential working relationships between expert-engineered ontologies, and tagbased folksonomies.</p>
      </abstract>
      <kwd-group>
        <kwd>Semantic Web</kwd>
        <kwd>Social computing</kwd>
        <kwd>Biodiversity informatics</kwd>
        <kwd>Citizen science</kwd>
        <kwd>Collaborative ontology development</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Species’ geographic distributions and phenology (the timing of life cycle events) are
changing rapidly in response to climate change, new pathways of migration, and other
factors. Observations by amateurs are often crucial in understanding this response.
Our previous work [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] investigated social computing mechanisms for publishing
citizen science data on the semantic web, where it can be integrated with other
sources of biodiversity and biocomplextity data (e.g., range maps, food webs,
evolutionary and taxonomic trees; conservation and invasiveness status, etc.) already
exposed as RDF. The system concept we envision is a "global human sensor net" – a
data stream that can be mined for species of interest (e.g., invasive, threatened, etc.)
and anomalies (e.g., species out of their known range.); and which supports drilling
down on observations to see what relevant related data (e.g., genomic, behavioral,
etc.) already exists in our knowledge base or on the Semantic Web.
      </p>
      <p>We are currently building Facebook Apps that will enable the reporting of
observations, as well as the browsing and tagging of existing observations. The tagging
capability serves two main purposes. First, it permits (and, we hope, encourages)
multistage crowdsourcing for image identification. Second, it serves as a driver of ontology
evolution, and permits experiments on potential working relationships between
expert-engineered ontologies, and tag-based folksonomies.</p>
      <p>The motivation behind using Facebook as the platform is to expose observing and
tagging activity in users’ news feeds, thus facilitating conversation around
observational events. Observations and their tags are stored in Google Fusion Tables, which,
in turn, are used to drive RDF representations. There is some contention over what
RDF representations of ecological observations, and the ontologies behind them,
should look like, and one of our desired and expected contributions are RDF
representations of biodiversity data demonstrated to satisfy typical citizen science use cases.
Thus, although our Facebook app is itself small in conceptual scope, it serves as a
microcosm for a number of design decisions facing the semantic web for biodiversity
informatics.</p>
    </sec>
    <sec id="sec-2">
      <title>2 Related Work</title>
      <sec id="sec-2-1">
        <title>2.1 Ontologies for Biodiversity</title>
      </sec>
      <sec id="sec-2-2">
        <title>Occurrence Data</title>
        <p>
          The central unit of biodiversity informatics is the occurrence, the observed presence
of an organism at a particular place and time. Chapman [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] provides an excellent
overview of the uses of primary biodiversity (i.e. occurrence data), include building
range maps, niche modeling, and gap analysis. The exchange standard for biodiversity
occurrence data is Darwin Core, a collection of several hundred terms for describing
properties of an occurrence. An important aspect of Darwin Core is that it does not
distinguish between data and metadata, so identifiedBy, scientificNameID,
verbatimCoordinates, and eventTime are all simply properties of the occurrence. There
are no mandatory fields.
        </p>
        <p>
          The TDWG 2010 Annual Meeting in Woods Hole sponsored a day-long bioblitz
with the aims of demonstrating TDWG standards in action, and evaluating their
potential for uptake and use in real world, citizen science events to serve as a testbed for
experiments in social and semantic computing for citizen science. After the bioblitz, a
number of long discussions broke out on the tdwg-content regarding the appropriate
direction for Darwin Core and related standards [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. These included questions of
normalization, dealing with multiple identifications (both competing and reinforcing),
dealing with introduced and cultivated species, GUIDs for taxon concepts, and the
meaning of “occurrence”. No consensus has been reached, and there are two fairly
well developed approaches on the table that we are aware of: that of deVries [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]; and
that of Baskauf/Webb [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. In addition, there is our own representation, which we used
to represent the bioblitz data [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]; this serves more to explore the limits of what is
possible with a casual approach to knowledge representation, than it seeks to compete
with the other two, more principled, approaches, as a possible standard.
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Observational Data</title>
        <p>We are often interested in knowing more than whether or not a species is present at a
location. We may want to know quantitative measurements of physical
charecteristics, or qualitative descriptions of phenophase, or descriptions of ecological
interactions. Biologists’ field note books are notoriously idiosyncratic, and there are a
number of proposed models, and, more recently, ontologies, that have been proposed to
accommodate the full diversity of observational practice. These include OBOE (the
Extensible Observation Ontology), Prometheus, Delta, and EQ (the Entity-Quaality
Model), all of which decompose the observational process in slightly different ways.</p>
      </sec>
      <sec id="sec-2-4">
        <title>2.3 Collaborative Ontology Engineering</title>
        <p>Web 2.0 was interpreted in a number of ways, in regards its relationship to the
semantic web. For much of 2005 and 2006, it was in vogue to refer to Web 2.0 as the
lowercase semantic web. This term conflated a number of things: the success of
freetagging to attach keywords to non-text objects; the folksonomies that resulted from
said tagging; the embedding of semantics within HTML; and the notion that
semantics is best built from the bottom up, rather from the top down.</p>
        <p>
          Almost immediately, upper case Semantic Web researchers sought ways to harness
the obvious power of socially created semantics to drive the “real” semantic web.
Conceptually, we can divide the resulting collaborative knowledge engineering efforts
into two categories: those in which the participants know that they are collaboratively
building ontologies, and those in which the the ontologies (or other KR artifacts)
emerge from the behaviour of users seemingly engaged in other, non-KR, activities. A
large literature exists in both areas, and Angeletou et al. [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] provide a useful guide.
Here, we describe only the work most relevant to our own.
        </p>
      </sec>
      <sec id="sec-2-5">
        <title>Deliberate KR</title>
        <p>
          Siorpaes and Hepp [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] describe a wiki-based approach to marrying ontology
engineering and collective intelligence. They contrast engineering-oriented ontology design
(by far the dominant paradigm) with a community-oriented approach, and motivate
the need for the latter by listing three main advantages: inefficiency of the engineering
oriented approach at keeping up with changing conceptual dynamics; distribution of
the KR burden; and higher likelihood of community buy in.
        </p>
      </sec>
      <sec id="sec-2-6">
        <title>KR as an artifact of user behaviour</title>
        <p>
          Passant describes a system [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], in which tags are associated to concepts in an
ontology. If a tag can't be mapped into the ontology, the knowledge engineer takes this as a
clue that the ontology needs revision. Thus the traditional domain expert/knowledge
engineer partnership is preserved, but with the domain expert role being replaced by
the collective wisdom of the community. Passant's focus was information retrieval,
where the only reasoning is using subsumption hierarchies to expand the scope of a
query, but the principle should apply to other reasoning tasks as well.
        </p>
        <p>
          Pitts [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] noted that tagging appears to have hit an innovation plateau because it is
difficult for users to add more than shallow, impressionistic meaning to a subject, and
worked on two projects, Memecat and Listgasm, to encourage meaningful tagging. In
order to add the third "predicate" dimension to the tagging of a subject, he provided
cues as to what the tagging context is when a user enters tags.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3 Facebook as a Platform for Citizen Science</title>
      <p>Facebook may be an excellent platform for citizen science. Incorporating
observational events in a user’s news feed serves to expose the event to many potentially
interested parties, fosters discussion around the event, and promotes discovery of the
reporting tool, thereby resulting in more observations. We describe two apps that we
are currently developing. One, iDentify, enables multi-stage crowdsourcing of
images. The other, iPhenology, enables the reporting of phonological observations. Both
apps result in data being published in RDF, and provide us the opportunity to
experiment with RDF design patterns for representing biodiversity information. Using tag
clouds to annotate the images also enables us to experiment with relating
folksonomies and ontologies.</p>
      <sec id="sec-3-1">
        <title>3.1 iDentify</title>
        <p>After the bioblitz held at TDWG 2010, we had several hundred unidentified photos.
To address this, a webpage (the Taxonomizer) was set up which presented users with
an unidentified image, and requested classification. But this resulted in very few new
identifications. Two issues with Taxonomizer were i) no one knew about it; and ii)
potential users had to sit through many images that they did not recognize before
coming to images that they did. iDentify addresses this by allowing identification to
occur in stages. If an image is tagged “butterfly”, for example, the butterfly experts
can look at it to classify it further. Experts can learn about the image either by seeing
a post on their wall that says "Your friend has just tagged XYZ 'butterfly'", or by
adjusting their settings to show only pictures tagged butterfly.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2 iPhenology</title>
        <p>Phenology is the study of the timing of life cycle events. For plants, these include first
flower, first leaf, leaf senescence, etc. For animals, these include nest building,
mating, migration, food gathering, etc. Two major citizen science initiatives in the U.S.
capture phonological data: the National Phenology Network, and Project BudBurst.
They each provide a controlled vocabulary for describing phenological events. A few
things worth mentioning are: i) these two vocabularies use identical terms to mean
slightly different things; ii) each vocabulary uses terms not in the other; iii) the NPN
vocabulary was revised in the Spring of 2011, illustrating that it is still in flux. In
addition to the evolving “standard” phenophase vocabularies, there is rich scope for
unexpected, unconventional phenophase description. For example, there is growing
interest in tapping into aboriginal knowledge to understand the Boreal Forest’s
response to climate change, and aboriginal terminology is likely to differ considerably
from the terms already defined. Thus the iPhenology app we are developing seeds a
tag cloud with terms from these vocabularies, prompts users to select terms from the
cloud, and also to free tag where appropriate.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 Representing the Data in RDF</title>
      <sec id="sec-4-1">
        <title>Darwin Core</title>
        <p>One hypothesis is that ontologies for the artifacts of human behaviour should be less
constrained than ontologies for the natural world. So, in representing Darwin Core in
RDF, we are not concerned with relating the concepts of occurrence, event, location,
specimen, etc., through the use of intricate collections of is_a, has_a, and part_of,
relations; and heavy use of domain and range constraints, and functional and inverse
functional properties. Rather, we see the appropriate place for such ontologies as
being the controlled vocabularies that are used as the objects of Darwin Core (DwC)
predicates, (rather than for relating DwC predicates themselves). In other words, we
see more value in using ontologies to model biodiversity (“tree has_part fruit”, “green
is_a colour”, “human is_a ape”, etc.), than in using them to model biodiversity
informatics “observation has_part individual”, “individual has_part taxon concept”, etc.).
Therefore, rather than defining an occurrence semantically - for example as the
intersection of an event, an individual organism, and an observer - we consider it purely
syntactically, as a tuple of time, location, and individual, together with some optional
properties.</p>
      </sec>
      <sec id="sec-4-2">
        <title>Flat vs. Hierarchical Ontologies</title>
        <p>The notion persists that anything flat is not a “real” ontology, or somehow not
semantic. But semantics accrue via human agreement, and do not depend on the topology of
the representation. Consider, for example, the following two representations of an
occurrence. In the first, scientificName is a property of Occurrence, while in the
second it is a property of Identification, which is itself a property of Individual, with
Individual being a property of Occurrence.
&lt;Occurrence&gt;
&lt;scientificName&gt;mus musculus&lt;/scientificName&gt;
&lt;individualID&gt;145&lt;/individualID&gt;
&lt;Occurrence&gt;</p>
        <p>vs.
&lt;Occurrence&gt;</p>
        <p>&lt;hasIndividual rdf:resource="http://myMuseum.org/specimens?id-145"&gt; /
&lt;/Occurrence&gt;
&lt;Individual rdf:about="http://myMuseum.org/specimens?id-145"&gt;
&lt;hasIdentification
rdf:about="http://myMuseum.org/identifications?id=CD/&gt;
&lt;/Identification&gt;
&lt;Identification rdf:about="http://myMuseum.org/identifications?id=CD"&gt;
&lt;scientificName&gt;mus musculus&lt;/scientificName&gt;
&lt;/Identification&gt;</p>
        <p>The semantics of the above are the same, namely: “There's a thing in the museum
that someone thinks is a mouse.” We know that, in a sense, semantics transcends
worldviews; otherwise people would never understand each other. Often, with no loss
of semantics, the model can be left out of the representation; data can be represented
simply as a series of key-value pairs, and then the consumers can ingest the data into
their own models.</p>
        <p>For representing phenophases, we forgo (for now) the observational ontologies
mentioned in Section 2, and instead make use of two terms from the Darwin Core
measurement class: measurementType, and measurementValue. This allows us to
embed the phenophase observation within a Darwin Core occurrence record as, e.g.
DwC:measurementType phenophase
DwC:meaurementValue first_flower</p>
        <p>To the extent possible, we represent competency questions as sparql queries (see,
e.g., 11), and use these to evaluate our approach.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5 Conclusions</title>
    </sec>
    <sec id="sec-6">
      <title>6 References</title>
      <p>Our current development effort is aimed at answering three questions: Can
appropriate tag-cloud interfaces serve as feedback mechanisms for ontologies, and be used to
propose new terms?; Can simple RDF representations of biodiversity data support
citizen science use cases?; and Is Facebook a good platform for citizen science? We
invite comments on our approach, suggestions for further use cases.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Andriy</given-names>
            <surname>Parafiynyk</surname>
          </string-name>
          , Cynthia Parr,
          <article-title>Joel Sachs and Tim Finin, Adding Semantics to Social Websites for Citizen Science</article-title>
          ,
          <source>Proceedings of the Workshop on Semantic eScience</source>
          , AAAI Press, June,
          <year>2007</year>
          .http://ebiquity.umbc.edu/p/365
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <article-title>"Uses of Primary Species-Occurrence Data"</article-title>
          .
          <source>Report for the Global Biodiversity Information Facility</source>
          <year>2005</year>
          .
          <year>111pp</year>
          . (
          <year>2005</year>
          ) Copenhagen: GBIF.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>3. http://lists.tdwg.org/pipermail/tdwg-content/2010-October/thread.html</mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>4. http://www.taxonconcept.org/</mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>5. http://code.google.com/p/darwin-sw/</mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>6. http://www.cs.umbc.edu/~jsachs/occurrences/TechnoBioblitzOccurrences.rdf</mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Angeletou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Specia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , (
          <year>2007</year>
          )
          <article-title>Bridging the Gap Between Folkso- nomies and the Semantic Web: An Experience Report</article-title>
          . Workshop: Bridging the Gap be- tween
          <source>Semantic Web and Web 2</source>
          .0,
          <string-name>
            <given-names>European</given-names>
            <surname>Semantic</surname>
          </string-name>
          Web Conference.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Katharina</given-names>
            <surname>Siorpaes</surname>
          </string-name>
          and
          <article-title>Martin Hepp: myOntology: The Marriage of Collective Intelligence and Ontology Engineering</article-title>
          ,
          <source>in Proceedings of the Workshop Bridging the Gap between Semantic Web and Web 2.0 at the ESWC</source>
          <year>2007</year>
          , Innsbruck, Austria, June 7,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Alexandre</given-names>
            <surname>Passant</surname>
          </string-name>
          ,
          <article-title>Using Ontologies to Strengthen Folksonomies and Enrich Information Retrieval in Weblogs: Theoretical background and corporate use-case</article-title>
          ,
          <source>Proceedings of the International Conference on Weblogs and Social Media</source>
          , AAAI Press,
          <year>March</year>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>10. Blog post: http://www.semanticwave.com/blog/archives/2008_01.tt</mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>11. http://www.cs.umbc.edu/~jsachs/occurrences/queries/sample.txt</mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>