<!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>
      <journal-title-group>
        <journal-title>April</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>DBpedia Mobile: A Location-Enabled Linked Data Browser</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Christian Becker</string-name>
          <email>chris@beckr.org</email>
          <email>chris@bizer.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Christian Bizer Freie Universita ̈ t Berlin Germany</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Freie Universita ̈ t Berlin Germany</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2008</year>
      </pub-date>
      <volume>22</volume>
      <issue>2008</issue>
      <abstract>
        <p>In this demonstration, we present DBpedia Mobile, a location-centric DBpedia client application for mobile devices consisting of a map view and a Fresnel-based Linked Data browser. The DBpedia project extracts structured information from Wikipedia and publishes this information as Linked Data on the Web. The DBpedia dataset contains information about 2.18 million things, including almost 300,000 geographic locations. DBpedia is interlinked with various other location-related datasets. Based on the current GPS position of a mobile device, DBpedia Mobile renders a map indicating nearby locations from the DBpedia dataset. Starting from this map, users can explore background information about locations and can navigate into interlinked datasets. DBpedia Mobile demonstrates that the DBpedia dataset can serve as a useful starting point to explore the Geospatial Semantic Web using a mobile device.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Categories and Subject Descriptors</title>
      <p>H.3.3 [Information Search and Retrieval]: Information
ltering; H.5.4 [Hypertext/Hypermedia]: Navigation</p>
    </sec>
    <sec id="sec-2">
      <title>1. INTRODUCTION</title>
      <p>Mobile phones feature increasingly powerful hardware,
software and data connectivity, and more and more phones
are shipped with built-in GPS receivers, whose positioning
capabilities are exposed to third party applications. In
parallel, the Semantic Web is populated with an increasing
amount of location-related data.</p>
      <p>
        A Semantic Web data source which provides information
that could be useful for a tourist exploring a city is
DBpedia [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The DBpedia dataset1 has been extracted from
Wikipedia. For currently more than 2.18 million \things", it
features labels and short abstracts in 14 di erent languages,
489,000 links to images and 2,715,000 links to external
web pages. The DBpedia dataset contains information
about almost 300,000 locations. DBpedia data about
these locations is interlinked with various other
locationrelated datasets, such as the GeoNames, US Census, CIA
Factbook, and EuroStat datasets. Altogether there are
around 185,000 external RDF links into other RDF datasets
on the Web, making DBpedia an important
interlinkinghub. The DBpedia resources are classi ed within three
di erent classi cation hierarchies. These classi cations
provide for the ltering of locations according to their type,
which is especially important on mobile devices with limited
screen space in order to prevent maps from overpopulating.
2.
      </p>
    </sec>
    <sec id="sec-3">
      <title>THE APPLICATION</title>
      <p>DBpedia Mobile allows users to access information about
DBpedia resources located in their physical vicinity, from
where they can explore links to other resources on the
Semantic Web. DBpedia Mobile is accessed using a mobile
phone's web browser; a supplemental launcher application
may be used to initialize DBpedia Mobile with the user's
current location as retrieved from a built-in or externally
connected GPS receiver.</p>
      <p>
        DBpedia Mobile's initial view is an area map that
indicates the user's position and nearby DBpedia resources
with appropriate labels and icons. The icons are mapped
to selected YAGO categories [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Figure 1 shows DBpedia
Mobile's map view running under Opera Mobile 8 on a
GPSequipped Windows Mobile 6 handset. The map view can be
panned by dragging it on the touch screen, or zoomed using
the provided controls. In a settings pane, the display may
be limited to speci c resource types such as Museums or
Train Stations. Also, the preferred language for labels and
abstracts may be selected from the 14 languages supported
by DBpedia. Clicking on a resource brings up a Fresnel
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]based Linked Data browser displaying a summary view of
the selected item. This view includes a short text describing
the resource and optionally an image, a link to the resource's
foaf:homepage and reviews from the Revyu2 rating site
if existent. Figure 2 shows an exemplary summary view
containing a review obtained from Revyu.
      </p>
      <p>Links at the bottom of the abstract allow the user to
switch to a photo view with depictions of the resource and
to a full details view of all properties available for the
resource. These views incorporate information from other
Linked Data sources. For example, geographic resources
are enriched with information from GeoNames3 and photos
are provided by the ickrTM wrappr4. Figure 3 shows
a DBpedia resource's full details view that incorporates
linked data from GeoNames. If the displayed data contains
RDF links into other datasets, the user may click them
to obtain a full details view of the referenced resource.
In this manner, the user can navigate from the DBpedia
dataset into other interlinked datasets. For instance, he
could traverse GeoNames' parentFeature link hierarchy to
nd out more about the city, state and country in which a
resource is located.</p>
    </sec>
    <sec id="sec-4">
      <title>TECHNICAL BACKGROUND</title>
      <p>DBpedia Mobile is realized as a client-server
application with searches, data retrieval and storage as well as
formatting activities performed on the server side. This
architecture provides the application with high bandwidth,
processing and storage resources, allowing search requests as
well as the Fresnel-based view generation to touch on large
amounts of data.</p>
      <p>The client application is written in JavaScript and can be
accessed with web browsers that feature adequate Document
Object Model (DOM) Level 1 and 2 support to host the
underlying Google Maps API, such as Opera Mobile 8.
It is designed for displays with at least QVGA (320
240 pixels) resolution. The supplemental GPS launcher
application is currently available for Windows Mobile 6.
The map view is built from RDF triples obtained by
sending the currently visible area as well as language
and lter settings to the server, where they are rewritten
as a SPARQL query and issued to a Virtuoso server
that hosts DBpedia's geocoordinates, article label and
YAGO classi cation datasets. The Linked Data browser is
implemented as a Java Servlet that generates XHTML views
for given resource URIs and display purposes (summary,
photo or full details view ). It uses the SIMILE fresnel
engine and the Saxon XSLT processor. The underlying
data is obtained by dereferencing the resource's URI and
by following known predicates (owl:sameAs, rdfs:seeAlso,
p:hasPhotoCollection) found in that data. Review data
is retrieved by issuing a SPARQL CONSTRUCT query against
Revyu's public SPARQL endpoint.
4.</p>
    </sec>
    <sec id="sec-5">
      <title>CONCLUSIONS AND FUTURE WORK</title>
      <p>We have introduced a mobile, location-centric DBpedia
client that features a Linked Data browser and generates
suitable data views using Fresnel. We have shown that the
DBpedia dataset is well-suited for use as a starting point to
explore the Geospatial Semantic Web.</p>
      <p>As future work, we would like to include resources from
other Linked Data sources such as GeoNames into the
map display and extend DBpedia Mobile to support the
publication of Linked Data. For instance, it could be
interesting to enable users to tag photos, which they have
taken with the phone's camera, with DBpedia URIs before
publishing them on the Web.</p>
      <p>More information about DBpedia Mobile is available from
http://wiki.dbpedia.org/DBpediaMobile.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          , G. Kobilarov,
          <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 Proceedings of the 6th International Semantic Web Conference and 2nd Asian Semantic Web Conference (ISWC/ASWC2007)</source>
          , volume
          <volume>4825</volume>
          <source>of LNCS</source>
          , pages
          <volume>715</volume>
          {
          <fpage>728</fpage>
          , Springer,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E.</given-names>
            <surname>Pietriga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Karger</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Lee</surname>
          </string-name>
          .
          <article-title>Fresnel: A browser-independent presentation vocabulary for RDF</article-title>
          .
          <source>In International Semantic Web Conference (ISWC2006)</source>
          , volume
          <volume>4273</volume>
          of of LNCS, pages
          <volume>158</volume>
          {
          <fpage>171</fpage>
          , Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Suchanek</surname>
          </string-name>
          , G. Kasneci, and
          <string-name>
            <given-names>G.</given-names>
            <surname>Weikum. Yago</surname>
          </string-name>
          :
          <article-title>A core of semantic knowledge</article-title>
          .
          <source>In WWW '07: Proceedings of the 16th international conference on World Wide Web</source>
          , pages
          <volume>697</volume>
          {
          <fpage>706</fpage>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>