<!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>SemSor: Combining Social and Semantic Web to Support the Analysis of Emergency Situations</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Philipp Heim</string-name>
          <email>philipp.heim@vis.uni-</email>
          <email>philipp.heim@vis.unistuttgart.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dennis Thom</string-name>
          <email>dennis.thom@vis.uni-</email>
          <email>dennis.thom@vis.unistuttgart.de</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thomas Ertl</string-name>
          <email>thomas.ertl@vis.unistuttgart.de</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Visualization and</institution>
          ,
          <addr-line>Interactive Systems (VIS), Universitätsstraße 38, Stuttgart</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute for Visualization and</institution>
          ,
          <addr-line>Interactive Systems (VIS), Universitätsstraße 38, Stuttgart</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Institute for Visualization and</institution>
          ,
          <addr-line>Interactive Systems (VIS), Universitätsstraße 38, Stuttgart</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper we introduce SemSor, a system developed especially for the analysis of emergency situations. It constantly collects information from sources of the Social Web, maps it to unique resources in the Semantic Web and uses the annotated information as basis for the situation analysis. If an emergency situation needs to get analyzed, four steps are required: First, all information that is already known about this situation must be entered in the SemSor-GUI. Second, the entered information needs to be mapped to resources in the Semantic Web. Third, using these resources as starting nodes, a spreading activation is applied along the relationships within the Semantic Web to nd relevant Social Web information. And fourth, the newly identi ed information is visualized according to di erent dimensions and can be ltered and explored by the user. In an iterative process, new insights can be used to re ne the query and thus improve the activated information until a comprehensive analysis of even complex situations is possible.</p>
      </abstract>
      <kwd-group>
        <kwd>Social Web</kwd>
        <kwd>Web 2</kwd>
        <kwd>0</kwd>
        <kwd>Semantic Web</kwd>
        <kwd>Social Semantic Web</kwd>
        <kwd>situation analysis</kwd>
        <kwd>spreading activation</kwd>
        <kwd>interactive information retrieval</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Categories and Subject Descriptors</title>
      <p>H.3.1 [Content Analysis and Indexing]: Indexing
methods; H.3.3 [Information Search and Retrieval]:
Information ltering, query formulation, relevance feedback; H.5.2
[User Interfaces]: Graphical user interfaces (GUI)</p>
    </sec>
    <sec id="sec-2">
      <title>1. INTRODUCTION</title>
      <p>Analyzing emergency situations is di cult in cases where
either the agent who does the analysis is not close by and
thus is not able to directly hear or see what is going on, or
the situation itself is distributed in space or time so that one
single person alone has di culties in getting an overview.
These cases hold true, e.g., in emergency operation centers
(EOCs), where neither the agent who receives an emergency
call is onside nor the person who has made the call has
usually a comprehensive picture of the situation. However,
having a comprehensive picture is especially important for
the analysis of emergency situations in order to take the
right actions and thus prevent all kinds of damage.</p>
      <p>
        To overcome the di culties in analyzing emergency
situations, we propose an approach that combines the advantages
of the Social Web with those of the Semantic Web. The idea
is to scan Social Web entries, semantically annotate their
content and use spreading activation to nd exactly those
entries that are useful for the analysis of a speci c emergency
situation. The idea of combining Social and Semantic Web
to a Social Semantic Web has already been described e.g.
in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and implemented in many applications, e.g. within
the WeKnowIt -Project [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Also tools have been developed
that use this idea to support the analysis of emergency
situations [
        <xref ref-type="bibr" rid="ref13 ref8">8, 13</xref>
        ]. In these tools the found Social Web entries
are often arranged on a map to provide an overview of the
geographical extent, e.g. on the Interactive Fire Map [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], or
to extract relevant information via geographical lters [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
Also popular are timelines that order Social Web entries
according to the date of their creation and thus support an
understanding of the chronology of events [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. However,
none of these approaches use spreading activation to nd
semantically related Social Web entries automatically.
      </p>
      <p>
        The general idea of spreading activation in semantic graphs
has rst been introduced in [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Initially a set of starting
nodes is labeled with activation energy, which then is
iteratively propagated to other nodes that are linked to the
starting nodes. Links can be weighted in order to control the
spreading of energy. This can be used, for instance, in
recommender systems to adapt the content of a web site to the
current context of its visitors. Next to the users' concrete
information needs, contextual information like location, time,
role, or weather conditions can be used to spread the
activation di erently and thus to nd information that is relevant
with respect to a speci c context [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. In addition, every
user action can lead to re ned link weights and activation
energies to account for individual preferences and interests.
However, this requires the semantic graph to be stored
locally or on a server with write permissions in order to be able
to adapt the weights and activation energies accordingly.
      </p>
      <p>
        In this paper we introduce an approach that applies
spreading activation in external semantic datasets and thus saves
storage space and calculating capacities. Datasets in the
LOD cloud [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] are accessed via SPARQL [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] queries to
trigger the spreading activation and thus to nd semantically
related resources. Besides the low system requirements, the
two main advantages of an outsourced spreading activation
approach are: 1) The datasets are always up-to-date; no
complicated methods for updating local copies are required.
2) Semantic relationships of all kinds and domains are used
to activate relevant information; spreading activation is not
restricted to a prede ned set of resources, e.g. resources
of a certain domain, but can include all domains contained
in the LOD cloud. With the SemSor system, we present an
prototypical implementation of our approach that facilitates
the extraction of community information relevant to analyze
a certain emergency situation. Even though the spreading
activation takes place externally, the user can rate the
relevance of the found Social Web entries to re ne the search
query and thus change the activation values until a thorough
analysis can be achieved.
      </p>
      <p>In the following we rst describe the general SemSor
architecture with all the components and steps that are required
for the analysis of emergency situations and provide further
details to each of the steps afterwards. This includes the
crawling and annotating of Social Web entries, the initial
query formulation, the spreading activation, the
visualization and ltering, and the interactive query re nement. At
the end of the paper a conclusion and an outlook on future
work is given.</p>
    </sec>
    <sec id="sec-3">
      <title>2. SYSTEM ARCHITECTURE</title>
      <p>
        The SemSor System constantly scans Social Web sources,
e.g. Twitter, Flickr and YouTube, for new entries (Fig. 1,
A) and semantically annotates their textual content. Terms
with a distinct meaning, e.g. geographical or temporal
references, are therefore mapped to unique semantic resources
of datasets in the LOD cloud, e.g. DBpedia [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] or
GeoNames [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] (Fig. 1, B). Thus the system automatically creates
a machine readable representation of the semantic that is
contained in the found Social Web entries, which can later
on be used to support the analysis.
      </p>
      <p>
        Once a certain situation needs to be analyzed (Fig. 1,
F), e.g. because of an incoming emergency call, everything
that is known about this situation must also be mapped
to unique semantic resources (Fig. 1, C). These resources
are then used as starting nodes for the spreading activation
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] that is applied to nd all semantic resources that might
be of relevance (Fig. 1, D). In a next step, all the Social
Web entries that have been annotated with at least one of
the activated resources are collected and form the result set,
which is presented to the user via multiple views (Fig. 1, E).
The result set can interactively be explored and ltered by
the user in order to gain new insights about the situation.
Gained insights or news from external sources, e.g. from the
rst responders, (Fig. 1, F) can then iteratively be used to
re ne the search query, thereby activate new resources in
the Semantic Web and thus improve the situation analysis.
Due to the possibility to iteratively re ne the search query,
humans and computers can co-operate in this task.
3.
      </p>
    </sec>
    <sec id="sec-4">
      <title>CRAWLING AND ANNOTATING SOCIAL</title>
    </sec>
    <sec id="sec-5">
      <title>WEB ENTRIES</title>
      <p>
        In order to use information that is contained in Social
Web entries to support the analysis of emergency situations,
the entries rst have to be extracted and annotated by the
crawler component of SemSor. Even though the Social Web
contains a huge amount of data, only a minimum of this
information needs to get stored in the SemSor database.
In a rst step, a broad multitude of Social Web data gets
collected and evaluated according to a precon gured
metric that determines the a priori relevance of each individual
entry. Within this metric, di erent properties of an entry
like its source, the date and time of its creation as well as
location-based data get extracted and serve as basis to
calculate a weighted importance rating. The weights of the
metric can be con gured according to the individual needs
of its users (e.g. a speci c emergency response team) and
provide a basic means to decide, which entries should be
kept and which can be deleted if computational- or
storageresources become short. Following the collection and a priori
evaluation, the Social Web entries are analyzed and certain
terms in their textual contents are automatically assigned to
unique resources in datasets in the LOD cloud by using
services like e.g. OpenCalais [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Once new entries have been
registered and evaluated, only their URLs and the URIs of
the assigned semantic resources have to be kept for
subsequent steps.
      </p>
    </sec>
    <sec id="sec-6">
      <title>4. INTERACTIVE SITUATION ANALYSIS</title>
      <p>The SemSor system supports the whole situation analysis
process, including the initial query formulation, the search
for relevant information via spreading activation, the
visualization and ltering of the results as well as mechanisms
to iteratively re ne the query.
4.1</p>
    </sec>
    <sec id="sec-7">
      <title>Initial Query Formulation</title>
      <p>The method of query is based on common question schemes
of emergency calls according to relevant aspects of a
situation: "What has happened?", "Where did it happen?" and
"Who is involved?" (Fig. 2, B). The agent is supposed to
provide approximate answers to at least some of these questions
and can further substantiate his query by providing
boundaries for the temporal and spatial extent of the situation.
In this process, the agent is assisted by an adaptive
autocomplete feature, which will try to interactively map given
search terms to resources in the Semantic Web.
Throughout this process the de nitions of proposed resources are
provided in pop-up windows, e.g. corresponding Wikipedia
articles (Fig. 2, A), to help users especially in the
disambiguation of ambiguous input terms. Based on this
procedure the system is able to get a reliable handle onto the
relevant nodes in the Semantic Web. During an emergency
situation, like e.g. the 2010 Haiti earthquake, disaster agents
can obtain a general overview of the situation by performing
a broad search on keywords like "Earthquake" and "Haiti".
Based on the interactive mapping of search terms to
semantic resources the query is annotated by SemSor and
connected with resources in the Semantic Web. The nodes of
this framework serve as the initially activated nodes in the
spreading activation procedure.
4.2</p>
    </sec>
    <sec id="sec-8">
      <title>Spreading Activation</title>
      <p>Based on the initial activation of the user de ned staring
nodes (Fig. 3, A), a homogeneous spreading activation is
applied along the relationships between the resources in the
datasets. In order to automatically activate semantically
related resources that might also be relevant for the
situation analysis, the activation happens along the
instancerelationship layer (Fig. 3, B) as well as the class-relationship
layer (Fig. 3, C). Thus the resulting set of Social Web
entries is not limited to those containing references to one of
the user de ned starting nodes only, but also includes entries
referring to resources that are within a distinct semantic
radius around the user de ned starting nodes (Fig. 3, D);
this facilitates nding information that is relevant for the
analysis of a certain emergency situation.</p>
      <p>The spreading activation in SemSor is implemented mostly
as a remote process. On the client side, the process is only
triggered and controlled but is run completely within
external datasets on server side. Therefore SPARQL queries are
sent to the datasets to nd resources related to the starting
nodes, which are then scored according to the semantical
and topological properties of their relationships.</p>
      <p>
        Related resources are found based on an approach
described in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Taking the starting nodes as roots, a
breadthrst search (BFS) is applied to nd all resources that are
related to one of the starting nodes up to a prede ned depth
threshold. The depth threshold de nes the number of nodes
that are allowed between a starting node and a resource
that can be activated. Thus having e.g. a depth threshold
equal null restricts the activation radius to resources that are
directly connected to one of the starting nodes. For each
related resource that is found, the algorithm checks whether
Social Web entries have been crawled that are assigned to it
(e.g. the Flickr entry is assigned to Fire in Fig. 3).
      </p>
      <p>All those Social Web entries are then activated according
to topological and semantical aspects and thereby scored.
In our implementation the extent of activation depends on
three aspects: 1) The length of the relationship, e.g. the
length between the Flickr entry and the starting nodes is
two, 2) the connection types within the relationships, e.g.
"district of" or "capital", and 3) the classes of the
intermediate resources, e.g. "Port-au-Prince" is a city. It is also
possible to de ne certain connection types or classes that
should not be used to spread the activation, which is
useful if someone is not interested in relationships that contain
certain instances or connections.</p>
    </sec>
    <sec id="sec-9">
      <title>Visualization and Filtering</title>
      <p>Based on their activation, the Social Web entries are
visualized in the SemSor GUI. While the search still continues,
all Social Web entries that were already discovered by the
activation are presented through the result browser in
different user-selectable views (e.g. tabular, map and statistic
view). Every view provides the opportunity to obtain
pictures, videos and other user generated content related to the
situation (Fig. 2, D). The standard view is a listing of
entries sorted by their individual semantic relevance (Fig. 2,
C). In order to get an overview of the spatial distribution
of possibly relevant entries, the agent can view them on a
map that can also be used to formulate geographical
constraints, e.g. to show only results that refer to a certain
geographic region (Fig. 2, E). To further explore the set
of results a time line o ers an overview over the temporal
distribution of events (Fig. 2, G) and allows to formulate
temporal constraints, e.g. to show only results that refer to
a speci c period of time. To further explore the quality and
diversity of results the agent has the opportunity to analyze
diagrams that show the composition of chosen result-subsets
by author, location or tag-categories. By acquiring these
initial impressions, the agent can further asses the nature and
extent of the situation and initiate subsequent steps.
4.4</p>
    </sec>
    <sec id="sec-10">
      <title>Interactive Query Refinement</title>
      <p>At this point the advantages of the interactive features
in SemSor come into play. If the resulting set generated
by the initial spreading activation (Fig. 4, A and B) and
diminished by the user de ned lters is yet not su cient,
the agent can further re ne and expand his initial query by
rating single result items on a continuous scale (Fig. 4, C)
and by dragging additional tags from the items to the query
elds. High ratings of some Social Web entries can then lead
to the activation of semantic resources which are directly
connected to those entries (Fig. 4, D). Thus after rating the
items, the agent is given the possibility to restart his search,
but this time, the spreading activation will execute starting
also from the newly activated items (Fig. 4, E). Through this
"pollination" and subsequent activation of remote nodes in
the semantic graph the agent is given the chance to discover
relevant regions and new Social Web entries that were not
included or even near his initial query (Fig. 4, F). Based on
the lters and the interaction procedure, the agent is able to
cope with the enormous ood of Social Web data that can
be found in connection with emergency situations and make
bene cial use of them.
5.</p>
    </sec>
    <sec id="sec-11">
      <title>CONCLUSIONS AND FUTURE WORK</title>
      <p>In this paper, we described an approach that combines the
Social and the Semantic Web in order to support the analysis
of emergency situations. Exploiting information from the
Social Web is especially useful when: (1) the situation is
distributed in space or time, (2) rst responders are not on
site, or (3) the situation cannot or only partly be observed;
e.g. this can be the case if a situation takes place within a
building or is hidden behind some obstacles.</p>
      <p>The automatic semantic annotation of entries in the
Social Web as well as the interactive mapping of entered search
terms to unique resources in the Semantic Web allows
information to be found not only by string matching but also
according to its meaning. Therefore spreading activation is
applied in external semantic datasets that o er both
up-todate and comprehensive information on all kinds of topics.</p>
      <p>Because of the outsourced spreading activation and the
minimum information that is needed to store the annotated
Social Web entries { an entry is represented by its URL and
the URIs of the annotated resources only { SemSor is able
to handle the huge amounts of available data and nd
information relevant for the analysis of a certain emergency
situation. The found information is visualized in multiple
views and can be explored and ltered by the agent based
on individual information needs. If the result set is not yet
su cient, the query can interactively be expanded or
narrowed down. Single entries can be rated as relevant or as
irrelevant which changes the starting nodes and thus can
result in other entries to be found by the spreading activation.
The query can be re ned until a su cient analysis of the
emergency situation is possible.</p>
      <p>In its current implementation, the SemSor system is most
suitable to analyze current or past emergency situations (cp.
Fig. 2). Since many people use the Social Web to comment
on emergency situations, relevant information is available
even while a situation is happening. Together with the fact
that only seconds are required from the time a new
comment is uploaded to when it can be found in SemSor, it is
already possible to facilitate the analysis of current and past
emergency situations.</p>
      <p>However, analyzing current or past emergency situations
often cannot prevent them from happening. In order to
prevent emergency situations a preventive analysis is required.
First signs of a forthcoming emergency situation need to be
detected and interpreted in the right way so that the right
actions can be initiated. Besides the agent triggered search,
this would require SemSor to automatically scan the Social
Web entries for new topics and trends and iteratively
produce an overview of the current situation. If certain topics
get popular or unusual changes can be detected an alarm
could be raced automatically that could force an agent to
check the situation and decide on the right actions to
prevent a possible emergency situation from happening.
6.</p>
    </sec>
    <sec id="sec-12">
      <title>ACKNOWLEDGMENTS</title>
      <p>The prototypical implementation of our approach, the
SemSor system, was developed within a student project by
Clint Banzhaf, David Schmid, Dominik Jackle, Edwin
Puttmann, Jochen Seitz, Johannes Dilli, Marijo Macet, Nico
Ploner, Ste en Bold, Stephan Engelhardt and Thomas
Michelbach. We would like to thank them for their excellent work.
Furthermore we thank Bernhard Schmitz, Michael Worner
and Thomas Schlegel for co-supervising the project.
7.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Geonames</surname>
          </string-name>
          . http://www.geonames.org/,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <article-title>[2] Linking open data community project (lod)</article-title>
          . http://esw.w3.org/SweoIG/TaskForces/ CommunityProjects/LinkingOpenData,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <article-title>San diego wild res 2007 interactive re map</article-title>
          . http://www.signonsandiego.com/firemap/,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Opencalais</surname>
          </string-name>
          . http://www.opencalais.com/,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>[5] Sparql protocol and rdf query language</article-title>
          . http://www.w3.org/TR/rdf-sparql-query/,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <article-title>[6] Weknowit project</article-title>
          . http://www.weknowit.eu,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          , G. Kobilarov,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          , and
          <string-name>
            <surname>Z. Ives.</surname>
          </string-name>
          <article-title>DBpedia: a nucleus for a web of open data</article-title>
          .
          <source>In Proc. of the 6th Int. Semantic Web Conf. (ISWC'08)</source>
          , volume
          <volume>4825</volume>
          <source>of LNCS</source>
          , pages
          <volume>722</volume>
          {
          <fpage>735</fpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J.</given-names>
            <surname>Borsje</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Levering</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Frasincar</surname>
          </string-name>
          .
          <article-title>Hermes: a semantic web-based news decision support system</article-title>
          .
          <source>In Proc. of the 2008 ACM symposium on Applied computing, SAC '08</source>
          , pages
          <fpage>2415</fpage>
          {
          <fpage>2420</fpage>
          , New York, NY, USA,
          <year>2008</year>
          . ACM.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Collins</surname>
          </string-name>
          and
          <string-name>
            <given-names>E. F.</given-names>
            <surname>Loftus</surname>
          </string-name>
          .
          <article-title>A spreading-activation theory of semantic processing</article-title>
          .
          <source>Psychological Review</source>
          ,
          <volume>82</volume>
          (
          <issue>6</issue>
          ):
          <volume>407</volume>
          {
          <fpage>428</fpage>
          ,
          <year>1975</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>T.</given-names>
            <surname>Gruber</surname>
          </string-name>
          .
          <article-title>Collective knowledge systems: Where the social web meets the semantic web</article-title>
          .
          <source>Web Semantics: Science, Services and Agents on the World Wide Web</source>
          ,
          <volume>6</volume>
          :4{
          <fpage>13</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>P.</given-names>
            <surname>Heim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Hellmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lohmann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Stegemann</surname>
          </string-name>
          .
          <article-title>Rel nder: Revealing relationships in rdf knowledge bases</article-title>
          .
          <source>In Proc. of the 4th Int. Conf. on Semantic and Digital Media Technologies (SAMT</source>
          <year>2009</year>
          ), pages
          <fpage>182</fpage>
          {
          <fpage>187</fpage>
          . Springer,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hussein</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Ziegler</surname>
          </string-name>
          .
          <article-title>Adapting web sites by spreading activation in ontologies</article-title>
          .
          <source>In Proc. of the Int. Workshop on Recommendation and Collaboration (ReColl '08)</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>N.</given-names>
            <surname>Ireson</surname>
          </string-name>
          .
          <article-title>Local community situational awareness during an emergency</article-title>
          .
          <source>In Proc. of the IEEE Int. Conf. on Digital Ecosystems and Technologies (DEST</source>
          <year>2009</year>
          ), pages
          <fpage>49</fpage>
          {
          <fpage>54</fpage>
          . IEEE,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>C. P.</given-names>
            <surname>Julio</surname>
          </string-name>
          and
          <string-name>
            <given-names>C. A. Iglesias</given-names>
            <surname>Fernandez</surname>
          </string-name>
          .
          <source>Disasters 2.0: Application of web 2</source>
          .
          <article-title>0 technologies in emergency situations</article-title>
          .
          <source>In Proc. of the 6th Int. ISCRAM Conf</source>
          .,
          <string-name>
            <surname>Gothenburg</surname>
          </string-name>
          , Sweden,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S. B.</given-names>
            <surname>Liu</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Palen</surname>
          </string-name>
          .
          <article-title>Spatiotemporal mashups: A survey of current tools to inform next generation crisis support</article-title>
          .
          <source>In Proc. of the 6th Int. ISCRAM Conf</source>
          .,
          <string-name>
            <surname>Gothenburg</surname>
          </string-name>
          , Sweden,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>