<!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>A Linked Data Driven Visual Interface for the Multi-Perspective Exploration of Data Across Repositories</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gengchen Mai</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Krzysztof Janowicz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yingjie Hu</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Grant McKenzie</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>STKO Lab, University of California</institution>
          ,
          <addr-line>Santa Barbara</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Maryland</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Tennessee</institution>
          ,
          <addr-line>Knoxville</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <fpage>93</fpage>
      <lpage>101</lpage>
      <abstract>
        <p>As more data from heterogeneous sources become available, interfaces that support the federated exploration of these data are gaining importance to uncover relations between entities across multiple sources. Instead of explicit queries, visual interfaces enable a follow-your-nose style of exploration by which a user can seamlessly navigate between entities from different data sources. This requires an alignment of the ontologies used by said sources as well as the coreference resolution of entities across them. Together with Semantic Web technologies, the Linked Data paradigm provides the technological foundations to address these challenges. Nonetheless, the majority of work studies these components in isolation, focusing either on the alignment, coreference resolution, or visualization. Some interesting aspects, however, only arise when all puzzle pieces are in place. Two of these aspects are the seamless transitions between visualization and interaction paradigms as well as the combination of entity and type queries. In this work, we present a multi-perspective visual interface that enables the seamless exploration of major scientific geo-data sources that contain millions of RDF triples.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction and Motivation</title>
      <p>
        Linked Data as a paradigm describes how to break up data silos and support the
publication, retrieval, reuse, and interlinkage of data on the Web. Together with other
Semantic Web technologies, Linked Data shows promise to address many challenges that
have affected semantic interoperability between repositories and services within and
across domains that are highly heterogeneous in nature, e.g., the broader geosciences
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. However, making use of the largely machine-oriented global graph of Linked Data
also requires human-centric interfaces to query data or to explore it by following links
across entities and even repositories. Unsurprisingly, user interfaces, vocabularies for
their creation, and visual aids for the construction of SPARQL queries have been an
active research area for many years [
        <xref ref-type="bibr" rid="ref11 ref13 ref16 ref3 ref5">3,13,5,11,16</xref>
        ]. The integration and deployment of
such interfaces on top of heterogeneous and conflated sources, however, is still rare.
In other words, research on topics such as ontology alignment, coreference resolution,
visualization, querying, and so forth, often takes place in isolation. As a consequence,
findings that only emerge once the full stack is implemented are frequently overlooked.
      </p>
      <p>One such example is the fact that co-reference resolution without data conflation
(fusion) hampers the reuse of data while one would intuitively assume that the opposite
is true. The reason for this lies in the fact that data sources which contain data about the
same entities share overlapping information. Consequently, to give a concrete example,
establishing that two URIs identify the same entity without fusing the data about them
leads to places having more than one (and different) population counts, geographic
coordinates, names, and so forth, e.g., for Kobe, Japan in DBpedia and GeoNames.1</p>
      <p>
        In this work, we are interested in aspects that arise from exploring Linked Data via
graphical user interfaces and more specifically in three observations made when sharing
scientific data from several major oceanographic repositories. (I) There is no one size
fits all visualization and interaction paradigms. However, offering multiple perspectives
on data works only if users can seamlessly change between these perspectives. (II)
exploratory interfaces such as implemented by the popular Relfinder [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] benefit from
query capabilities that enabled the user to select entities as well as classes as nodes.
(III) With an increasing number of data sources (and triples), aspects that may seem
like mere convenience function become essential features, e.g., the ability to expand
and compress local nodes and edges in a graph view, support for multiple layers (from
multiple data sources) in a map view, and so forth.
      </p>
      <p>Graph #Triples
bcodmo 592,467
combined // (AGU+NSF) 9,506,867
dataone 25,771,511
gebco 15,212
iodp 108,338
ngdb 5,817,710
r2r 692,873
sesar 2,445,348
wholib 113,977</p>
      <p>Total count of triples 45,064,303</p>
      <p>
        In this paper, we present an interface2 that supports knowledge exploration across
several federated geo-data sources by means of a modular collection of ontology
design patterns3, coreference resolution based on the owl:sameAs and skos:closeMatch
predicates, and multiple perspectives including a tabular view (lens), a graph view,
and a map view on the data. The used data sources include BCO-DMO, DataONE,
IEDA, IODP, LTER, MBLWHOI Library, R2R, and a dataset of AGU abstracts and
NSF award [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]; see table 1. Overall, the served data consists of more than 45 million
triples about oceanographic (scientific) cruises, research vessels, instrumentation,
researchers, research projects, undersea features such as seamounts, physical samples,
organizations, and so forth. As the data stems from major repositories and is in use by
1Via dbpedia:Kobe owl:SameAs geodata:Kobe. dbo:populationTotal 1536499. gn:Kobe gn:population1528478.
2http://demo.geolink.org/
3http://schema.geolink.org/
the research community, a two-step process was taken for the coreference resolution.
OWL:sameAs relations between entities within and across repositories are manually
curated by domain experts. In addition, they are enriched with automatically learned
skos:closeMatch relations. With respect to the graphical user interfaces, this means that
sameAs links will be automatically explored, while an additional checkbox enables the
integration of closeMatch results. For performance reasons, the involved repositories
are regularly synchronized with a harvesting endpoint.4
      </p>
      <p>
        Nonetheless, our work is not specific to any particular dataset. The multiple views
are not merely different ways to represent the data visually but come with their own
exploration styles. The tabular view supports classical follow-your-nose exploration. The
map view supports a layered multi-source exploration of undersea features. Finally, the
graph view implements a relation finder [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] access but extends it substantially by
offering type-based queries and query compression on top. To the best of our knowledge,
this is the first interface that supports layers from different sources and entity-to-type
queries.
      </p>
      <p>As a running example, we outline how the tabular view can assist users to get detail
information about a researcher, how to relate this researcher to scientific cruises that
he participated in, as well as the trajectories that scientific vessels took during these
cruises. The initial view of the GeoLink interface is shown in figure 1.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Visualizations have been widely applied in different research aspects of the Semantic
Web. Visual analytic has been used in semi-automatic approached for ontology
matching, e.g., AlignmentVis [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Visualization is also used for a comprehensive
understanding of the evolution of ontologies or time-varying ontologies [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. A user-oriented visual
notation for OWL, VOWL [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], has been proposed to define a mapping from OWL
language constructs to graph elements [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. As for visual user interfaces for Linked Data
exploration, lots of work have been proposed to facilitate users without any knowledge
of Semantic Web technologies to construct SPARQL queries and explore Linked Data,
a spatiotemporal example being the work by Scheider et al. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        CS AKTive Space [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] supports an overview of UK University research in
Computer Science which includes topic similarity query and geographic representation. A
tabular view of direct information of one entity and map representation of similar
research topic are enabled. However, due to the lack of enough data, CS AKTive Space
has been restricted to support a few services.
      </p>
      <p>
        Linked Data Scientometrics [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] is another Linked Data-driven user interface to
evaluate and analyze scientific works and explore the network of researchers. This interface
serves as a middle layer to support users to query the dataset from different perspectives
without requiring familiarity with SPARQL. It can be put on top of any Linked Dataset
that uses the Bibo ontology.5
      </p>
      <p>
        FedViz [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], a visual interface for SPARQL query and formulation, enables
federated and non-federated SPARQL queries from distributed data sources from Life
Sci4http://data.geolink.org/sparql
5http://bibliontology.com/
ence domains. However, FedViz can only support users to ask relatively simple
questions which can be formalized as one federated/non-federated SPARQL query. Complex
queries which require a combination of results of several different queries, like a path
query over two given end nodes are not supported.
      </p>
      <p>
        RelFinder [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] does support path queries over several nodes through a dataset. The
nodes, however, are limited to entities which means it does not support entity-to-type
path queries. RelFinder executes queries over only one dataset, e.g., DBpedia.
      </p>
      <p>Based on analyzing several existing Linked Data-driven user interfaces supporting
data exploration and querying, we present a novel user visual interface which enables
the multi-perspective data exploration of different geo-data sources. A follow-your-nose
exploration, map visualization, and path queries between entities as well as
entity-totype are supported.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Follow-your-nose Tabular Exploration</title>
      <p>The first view of our combined interface supports classical follow-your-nose
exploration which is the most common interaction with Linked Data (aside of direct SPARQL
queries). In a first step, the user can select a type of entity, e.g., Cruise or Researcher,
and then use search-while-you-type to select a particular entity of said type. Fig. 2
shows results for the oceanographer Peter Wiebe. The search spans multiple
repositories and as long as coreference resolution links (here owl:sameAs) exist, the data will be
grouped together in predicate-object style. The user can click on the objects to trigger
another query that will select all predicate-object pairs for the newly selected subject,
e.g., a specific cruise, thereby revealing information about cruises with Peter Wiebe
as a participant. Consequently, further exploring the data will yield results such as the
types of instruments used on a cruise in which Peter Wiebe participated. So far, nine
core entity types are supported: datasets, cruises, vessels, instruments, physical samples,
gazetteer features, researchers, organizations, and awards. Each of them offers
different predicates to be explored, e.g., roles played on cruises, affiliations to institutions,
trajectories taken by vessels during their cruises, and so forth. Finally, during any stage
of the exploration, the user can click on the graph (or map) view icons to seamlessly
switch to anther perspectives.</p>
    </sec>
    <sec id="sec-4">
      <title>RelFinder Exploration Including Entity-to-type Queries</title>
      <p>
        The second view builds up on the RelFinder system [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and extends it with various
features such as compressing and expanding a path, range queries around nodes, and
mixed entity-to-type queries. In contrast to the first view, the user does not navigate
step by step through the data but selects a source node, here Peter Wiebe, and a target
node that can either be another entity, e.g., a specific vessel or researcher, or a type of
entity such as Cruise. Our interface then performs n-degree path queries to uncover all
subjects, predicates, and objects that are along the path from source to target. Fig. 3
shows a query from Peter Wiebe to the Cruise type. Depending on the maximum path
distance (set to 4 here) the results will contain s-p-o chains such as scientific datasets to
which Peter contributed and which were collected during certain cruises. To keep the
interface responsive and clean, the user can request more paths (beyond the 10 set as
default) and also compress or expand certain paths. Fig. 3 shows some expanded paths
while others remain compressed.
      </p>
      <p>While entity-to-entity (e.g., between researchers Wiebe and Chandler) queries will
yields results within a reasonable time even for 6-degree queries, these will likely time
out for most entity-to-type queries as all entities of the given target type have to be
taken into account. Typical use cases for the relfinder-style view include finding all
researchers that are using the same instruments as a particular researcher or that went
on the same cruises. Right-clicking on any nodes allows the user to switch seamlessly to
the table or map view, to visualize the immediate (1-degree) neighborhood of said node,
or to set this node as source or target node for further exploration. For compressed paths,
their path lengths are shown as numbers. Figure 3 also show owl:SameAs relations
between researcher URIs and between cruise URIs.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Multi-Layer Map Exploration</title>
      <p>
        For a geospatial entity like cruise AL9508, it may be more appropriate to map out its
geometry when a user is exploring the data repositories. For instance, after a user
retrieved all cruises related to Peter Wiebe, (s)he can map out the geometries of any cruise
by selecting the Go to Map Visualization option in the context menu, see Figure 4. Note
that only entities which have a GeoSPARQL-conform WKT geometry will display this
option in their context menu. The map layer container enables users to organize the
geographical data in a map. The user can also map out any other geographical entities
of the currently selected entity type using the search bar and the Map Result button.
This functionality, for instance, can be used to retrieve, the trajectory of all cruises in
which a certain researcher took part and then load in oceanographic gazetteer features
to determine which of them may have been visited. By selecting such a feature, e.g.,
the Bahama Escarpment, the user can switch back to the tabular view or the graph view.
Multiple layers can be added and enabled/disabled by a checkbox. These data can
originate from different repositories and be of different types, e.g., undersea features, buoys,
cruise trajectories, and so forth.
In this work, we introduced a Linked Data driven, multi-perspective interface that
allows users to discover data across different repositories from three seamless
perspectives, a tabular view, a graph view, and a map view. These perspectives enable users to
discover detailed information about an entity, relationships between entities and
between entity types, as well as the spatial distribution of entities. Our work thereby
contributes to research on knowledge exploration across repositories. The data stems
from 9 (major) oceanographic data sources and includes diverse data about researchers,
institutes, research vessels, cruises, physical samples, instruments, datasets, undersea
features, and so forth. While the data stems from different repositories, semantic
interoperability is enabled via a set of ontology design patterns [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] together with manually
curated owl:sameAs links and automatically mined skos:closeMatch relations for
coreference resolution. The key challenge for a useful querying of Linked Data by domain
experts lies in the realization of features that only become obvious when all the
aforementioned components are in places.
      </p>
      <p>Here we focused on three of them, namely the need for seamless changes between
multiple perspectives on the data, relation-based exploration queries over entities and
types, and convenience functions. For example, a user has to be able to switch from the
tabular view about a specific cruise to a graph and a map view without losing focus,
i.e., without having to enter the URI or the ID of the cruise again. While such a tabular
perspective enables a user to follow his/her nose and explore new data step by step,
other paradigms enable the user to explore the relations between two nodes or to map
multiple geographic features at the same time. With respect to relation exploration, one
interesting finding is that entity-to-type queries are often more useful than
entity-toentity queries. While features such as allowing for multiple layers, local range queries,
collapsing property chains, and so forth, seem like mere convenience functions when
regarded in isolation or toy examples, they rapidly gain importance for scientific
application and when multiple sources are involved. In the future, we plan to add additional
data sources and interaction possibilities to further strengthen the interface. A key issue
that will define the success of exploratory interfaces is the quality and extent of
coreference resolution which is currently ongoing. Finally, we also plan to test the interface
by means of a user study.</p>
      <p>
        On a side note, with respect to the underlying data, our work resonates with other
current findings of the need for centralization [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] to achieve acceptable query
performance and uptime. We believe that this is an issue that needs more attention and an
open discussion within the Semantic Web community.
      </p>
      <p>Acknowledgements.</p>
      <p>The presented work is partially funded by the NSF award 1440202 EarthCube Building
Blocks: Collaborative Proposal: GeoLink – Leveraging Semantics and Linked Data for
Data Sharing and Discovery in the Geosciences.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aurisano</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nanavaty</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cruz</surname>
            ,
            <given-names>I.F.</given-names>
          </string-name>
          :
          <article-title>Visual analytics for ontology matching using multilinked views</article-title>
          . In: ISWC International Workshop on Visualizations and
          <article-title>User Interfaces for Ontologies and Linked Data (Voila (</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Beek</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rietveld</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schlobach</surname>
          </string-name>
          , S., van
          <string-name>
            <surname>Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Lod laundromat: Why the semantic web needs centralization (even if we don't like it)</article-title>
          .
          <source>IEEE Internet Computing</source>
          <volume>20</volume>
          (
          <issue>2</issue>
          ),
          <fpage>78</fpage>
          -
          <lpage>81</lpage>
          (
          <year>2016</year>
          ).
          <source>DOI 10</source>
          .1109/MIC.
          <year>2016</year>
          .43
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chilton</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Connolly</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dhanaraj</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hollenbach</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lerer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheets</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Tabulator: Exploring and analyzing linked data on the semantic web</article-title>
          .
          <source>In: Proceedings of the 3rd international semantic web user interaction workshop</source>
          , vol.
          <year>2006</year>
          . Athens, Georgia (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Burch</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lohmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Visualizing the evolution of ontologies: a dynamic graph perspective</article-title>
          .
          <source>In: Proceedings of the International Workshop on Visualizations and User Interfaces for Ontologies and Linked Data (VOILA</source>
          <year>2015</year>
          ).
          <article-title>CEUR-WS</article-title>
          , vol.
          <volume>1456</volume>
          , pp.
          <fpage>69</fpage>
          -
          <lpage>76</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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>
          ),
          <fpage>89</fpage>
          -
          <lpage>124</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Haag</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lohmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Siek</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ertl</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Visual querying of linked data with queryvowl</article-title>
          .
          <source>Joint Proceedings of SumPre</source>
          pp.
          <fpage>2014</fpage>
          -
          <lpage>15</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janowicz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McKenzie</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sengupta</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>A Linked-Data-Driven and Semantically-Enabled Journal Portal for Scientometrics</article-title>
          .
          <source>In: The Semantic Web-ISWC</source>
          <year>2013</year>
          , pp.
          <fpage>114</fpage>
          -
          <lpage>129</lpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Krisnadhi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janowicz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arko</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carbotte</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chandler</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheatham</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fils</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ji</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karima</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehnert</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mickle</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Narock</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>O'Brien</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raymond</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shepherd</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schildhauer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiebe</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>The geolink modular oceanography ontology</article-title>
          .
          <source>In: Proceedings of The 14th International Semantic Web Conference</source>
          , Bethlehem, PA., pp.
          <fpage>301</fpage>
          -
          <lpage>309</lpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kauppinen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janowicz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Linked data-a paradigm shift for geographic information science</article-title>
          .
          <source>In: Proceedings of The Eighth International Conference on Geographic Information Science (GIScience2014)</source>
          , Berlin., pp.
          <fpage>173</fpage>
          -
          <lpage>186</lpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Lohmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heim</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stegemann</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ziegler</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The relfinder user interface: interactive exploration of relationships between objects of interest</article-title>
          .
          <source>In: Proceedings of the 15th international conference on Intelligent user interfaces</source>
          , New York, NY, USA, pp.
          <fpage>421</fpage>
          -
          <lpage>422</lpage>
          . ACM (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Mazumdar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Petrelli</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciravegna</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Exploring user and system requirements of linked data visualization through a visual dashboard approach</article-title>
          .
          <source>Semantic Web</source>
          <volume>5</volume>
          (
          <issue>3</issue>
          ),
          <fpage>203</fpage>
          -
          <lpage>220</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Negru</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lohmann</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A visual notation for the integrated representation of owl ontologies</article-title>
          .
          <source>In: WEBIST</source>
          , pp.
          <fpage>308</fpage>
          -
          <lpage>315</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Pietriga</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karger</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Fresnel: A browser-independent presentation vocabulary for rdf</article-title>
          .
          <source>In: The semantic web-ISWC</source>
          <year>2006</year>
          , pp.
          <fpage>158</fpage>
          -
          <lpage>171</lpage>
          . Springer (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Scheider</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Degbelo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lemmens</surname>
            , R., van Elzakker,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zimmerhof</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kostic</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Banhatti</surname>
          </string-name>
          , G.:
          <article-title>Exploratory querying of sparql endpoints in space and time</article-title>
          .
          <source>Semantic Web (Preprint)</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>22</lpage>
          (
          <year>2015</year>
          ).
          <source>DOI 10</source>
          .3233/SW-150211
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Shadbolt</surname>
            ,
            <given-names>N.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gibbins</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glaser</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , et al.:
          <article-title>Cs aktive space: representing computer science in the semantic web</article-title>
          .
          <source>In: Proceedings of the 13th international conference on World Wide Web</source>
          , pp.
          <fpage>384</fpage>
          -
          <lpage>392</lpage>
          . ACM (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Zainab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hasnain</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saleem</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehmood</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zehra</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Fedviz: A visual interface for sparql queries formulation and execution</article-title>
          . In: Proceedings of the International Workshop on Visualizations and
          <article-title>User Interfaces for Ontologies and Linked Data co-located with 14th International Semantic Web Conference (ISWC</article-title>
          <year>2015</year>
          ), vol.
          <volume>1456</volume>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>60</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17. e Zainab,
          <string-name>
            <given-names>S.S.</given-names>
            ,
            <surname>Hasnain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Saleem</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Mehmood</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            ,
            <surname>Zehra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Decker</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          :
          <article-title>Fedviz: A visual interface for sparql queries formulation and execution</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>