<!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>Exploration and Visualization in the Web of Big Linked Data: A Survey of the State of the Art</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nikos Bikakis NTU Athens</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ATHENA R.C. Greece</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>Data exploration and visualization systems are of great importance in the Big Data era. Exploring and visualizing very large datasets has become a major research challenge, of which scalability is a vital requirement. In this survey, we describe the major prerequisites and challenges that should be addressed by the modern exploration and visualization systems. Considering these challenges, we present how state-of-the-art approaches from the Database and Information Visualization communities attempt to handle them. Finally, we survey the systems developed by Semantic Web community in the context of the Web of Linked Data, and discuss to which extent these satisfy the contemporary requirements.</p>
      </abstract>
      <kwd-group>
        <kwd>Visual analytics</kwd>
        <kwd>big data challenges</kwd>
        <kwd>data exploration</kwd>
        <kwd>large databases</kwd>
        <kwd>visual exploration</kwd>
        <kwd>semantic web</kwd>
        <kwd>visualization tools</kwd>
        <kwd>scalability</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        The purpose of data exploration and visualization is to offer
ways for information perception and manipulation, as well as
knowledge extraction and inference [
        <xref ref-type="bibr" rid="ref56 ref68">68, 56</xref>
        ]. Data visualization1 provides
users with an intuitive means to explore the content of the data,
identify interesting patterns, infer correlations and causalities, and
supports sense-making activities. Data exploration and
visualization systems are of great importance in the Big Data era, in which
the volume and heterogeneity of available information make it
difficult for humans to manually explore and analyse data.
      </p>
      <p>
        Most traditional systems cannot handle the large size of many
contemporary datasets. Exploring and visualizing large datasets
has become a major research challenge [
        <xref ref-type="bibr" rid="ref103 ref119 ref140 ref24 ref49 ref55">24, 119, 55, 103, 140, 49</xref>
        ].
Therefore, modern systems have to take into account scalability,
as a vital requirement. Dealing with scalability, modern systems
have to address numerous issues related to storage, access,
rendering/presentation, interaction, etc.
      </p>
      <p>In the Web of Data (WoD) context, following the abundance of
Linked Data, several recent efforts have offered tools and
techniques for exploration and visualization in many different domains
1Throughout this paper we use the term "visualization" referring to
visual data exploration.
2.</p>
    </sec>
    <sec id="sec-2">
      <title>CHALLENGES</title>
      <p>Most traditional exploration and visualization systems operate in
an offline way, limited to accessing static sets of preprocessed data.
Additionally, they restrict themselves to dealing with small dataset
sizes, which can be easily handled and explored with conventional
data management and (visual) explorations techniques.</p>
      <p>On the other hand, nowadays, the Big Data era has realized the
availability of the great number and variety of very large datasets
that are dynamic in nature. For example, most data sources offer
query or API endpoints for online access and updates; in other cases
(e.g., scientific databases), new data is constantly arrived (e.g., on
a daily/hour basis). Beyond these, modern systems should
operate on exploratory context. In an exploration scenario, it common
that users are interesting in finding something interesting and
useful without previously know what exactly are searching for, until
the time they identify it. In this case, users perform a sequence
of operations (e.g., queries), in which the result of each operation
determine the formulation of the next operation. Finally, an
increasingly large number of diverse users (i.e., different preferences,
skills, etc.) explore and analyse data in a plethora of different
scenarios.</p>
      <p>Therefore, some of the major challenges that should be dealt
with by modern systems, are posed by the: (1) Large size and the
dynamic nature of data in conjunction with the exploration-driven
setting; and (2) Variety of tasks and users.</p>
      <p>Large &amp; Dynamic Data in Exploration-driven Setting. One of
the major challenges in exploration and visualization is related to
the size that characterizes most contemporary datasets. A second
challenge is related to the availability of query and API endpoints
for online data access and retrieval, as well as the cases where that
data is received in a stream fashion. The later pose the challenge of
handling large sets of data in a dynamic setting, and as a result, a
preprocessing phase (e.g., traditional indexing) is prevented.</p>
      <p>In this respect, modern visualization and exploration systems
must be able to efficiently and effectively handle billion objects
dynamic datasets throughout an exploratory scenario. Therefore,
scalable and efficient data structures and algorithms have to be
developed. Crucial issues related to storage, access, management,
presentation, interaction (e.g., pan, zoom, search, drill-down), etc.
over large dynamic datasets have to be handled. Scalability has
become a major challenge for the modern systems. Beyond these,
systems have to efficiently operate on machines with limited
computational and memory resources (e.g., laptops).</p>
      <p>
        In a "conventional" setting (e.g., explore a small fragment of a
preprocessed dataset), most of the aforementioned issues can be
handled by the traditional systems that provide database
exploration and analysis, such as Tableau2 (previously know as Polaris
[
        <xref ref-type="bibr" rid="ref124">124</xref>
        ]), DEVise [
        <xref ref-type="bibr" rid="ref98">98</xref>
        ], Spotfire [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], VisDB [
        <xref ref-type="bibr" rid="ref81">81</xref>
        ], Lumira3, QlikView4,
Datawatch5, etc. However, in a "modern" setting, when a large part
(or the whole) of a billion objects dynamic dataset has to be
explored, the aforementioned traditional database-oriented systems
cannot be adopted.
      </p>
      <p>
        In conjunction with performance issues, modern systems have
to address challenges related to visual presentation and
interaction issues. Particularly, systems should be able to present, as
well as, offer ways to "easily" explore large datasets. Handling
a large number of data objects is a challenging task; modern
systems have to "squeeze a billion records into a million pixels" [
        <xref ref-type="bibr" rid="ref119">119</xref>
        ].
Even, in much smaller datasets, offering a dataset overview is
extremely difficult; in both cases information overloading is a
common issue. As aslo stated in the visual information seeking mantra:
"overview first, zoom and filter, then details on demand" [
        <xref ref-type="bibr" rid="ref118">118</xref>
        ],
gaining overview is crucial in the visual exploration scenario. Based
on the aforementioned, it follows that a basic requirement of the
modern systems is to develop methods that provide summaries and
abstractions over the enormous number of data objects.
      </p>
      <p>
        In order to tackle both performance and presentations issues, a
large number of systems adopt approximation techniques (a.k.a.
data reduction techniques) in which partial results are computed.
Considering the existing approaches, most of them are based on:
(1) sampling and filtering [
        <xref ref-type="bibr" rid="ref105 ref17 ref2 ref46 ref69">46, 105, 2, 69, 17</xref>
        ]; or/and (2)
aggregation (e.g., binning, clustering) [
        <xref ref-type="bibr" rid="ref1 ref138 ref15 ref25 ref42 ref71 ref73 ref74 ref96 ref97">42, 25, 74, 73, 97, 138, 96, 1, 15,
71</xref>
        ]. In this respect, some modern database-oriented systems adopt
approximation techniques using query-based approaches (e.g., query
translation, query rewriting) [
        <xref ref-type="bibr" rid="ref17 ref73 ref74">17, 74, 73</xref>
        ].
      </p>
      <p>
        In order to improve efficiency several systems adopt incremental
(a.k.a. progressive) techniques. In these techniques the results/visual
elements are computed/constructed incrementally based on user
interaction or as time progresses (e.g., [
        <xref ref-type="bibr" rid="ref123 ref25">123, 25</xref>
        ]). Numerous recent
systems integrate incremental and approximate techniques, in these
approaches, approximate answers are computed incrementally over
progressively larger samples of the data [
        <xref ref-type="bibr" rid="ref2 ref46 ref69">46, 2, 69</xref>
        ].
      </p>
      <p>
        The dynamic setting prevents modern systems from preprocessed
the data. Additionally, it is common in exploration scenarios only a
small fragment of data to be accessed by the user. In this context, an
adaptive indexing approach [
        <xref ref-type="bibr" rid="ref67">67</xref>
        ] is used in [
        <xref ref-type="bibr" rid="ref144">144</xref>
        ], where the indexes
are created incrementally and adaptively throughout exploration.
Similarly, in [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] the hierarchy tree is incrementally constructed
based on user’s interaction. Finally, in some approaches, parallel
architectures are adopted; e.g., [
        <xref ref-type="bibr" rid="ref41 ref69 ref77 ref78">41, 78, 77, 69</xref>
        ].
      </p>
      <p>To sum up, modern systems should provide scalable techniques
that on-the-fly effectively (i.e., in a way that can be easily explored)
handle a large number of data objects over an exploration scenario,
using a limited number of resources
Variety of Tasks &amp; Users. The requirement of scalable,
on-the</p>
      <sec id="sec-2-1">
        <title>2tableau.com</title>
        <p>3sap-lumira.com
4clickview.com
5datawatch.com
fly exploration and analysis must be coupled with the diversity of
preferences and requirements posed by different users and tasks.</p>
        <p>
          Therefore, the modern systems should provide the user with the
ability to customize the exploration experience based on her
preferences and the requirements posed by the examined task. For
example, systems should allow the user to: (1) organize data into
different ways, according to the type of information or the level of detail
she wishes to explore (e.g., [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]); (2) modify approximation
criteria, thresholds, sampling rates, etc. (e.g., [
          <xref ref-type="bibr" rid="ref78">78</xref>
          ]); (3) define her own
operations for data manipulation and analysis (e.g., aggregation,
statistical, filtering functions), etc. Furthermore, systems should
automatically adjust their parameters, by taking into account the
environment setting (e.g., screen resolution, memory size) [
          <xref ref-type="bibr" rid="ref25 ref73 ref74">74, 25,
73</xref>
          ].
        </p>
        <p>
          Beyond the personalization, modern systems should provide
mechanisms that assist the user and reduce the effort needed on their part.
In this direction, several approaches have been recently developed.
In what follows, we mention some of the most common ones.
Several systems assist users by recommending visualization that seems
to be more useful or capture surprising and/or interesting data; e.g.,
[
          <xref ref-type="bibr" rid="ref134 ref139 ref82">139, 134, 82</xref>
          ]. Other approaches help users to discover interest
areas in the dataset; by capturing user interests, they guide her to
interesting data parts; e.g., [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ]. Finally, in other cases systems
provide explanations regarding data trends and anomalies; e.g., [
          <xref ref-type="bibr" rid="ref141">141</xref>
          ].
3.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>EXPLORATION &amp; VISUALIZATION</title>
    </sec>
    <sec id="sec-4">
      <title>SYSTEMS</title>
      <p>
        This section reviews works related to exploration and
visualization in the WoD. A large number of works studying issues related
to WoD visual exploration and analysis have been proposed in the
literature [
        <xref ref-type="bibr" rid="ref101 ref35 ref4">35, 101, 4</xref>
        ]. In what follows, we classify these works into
the following categories: (1) Browsers and exploratory systems
(Section 3.1), (2) Generic visualization systems (Section 3.2), (3)
Domain, vocabulary &amp; device-specific visualization systems
(Section 3.3), (4) Graph-based visualization systems (Section 3.4), (5)
Ontology visualization systems (Section 3.5), and (6) Visualization
libraries (Section 3.6).
3.1
      </p>
    </sec>
    <sec id="sec-5">
      <title>Browsers &amp; Exploratory Systems</title>
      <p>
        WoD browsers have been the first systems developed for WoD
utilization and analysis [
        <xref ref-type="bibr" rid="ref35 ref4">35, 4</xref>
        ]. Similarly to the traditional ones,
WoD browsers provide the functionality for link navigation and
representation of WoD resources and their properties; thus enabling
browsing and exploration of WoD in a most intuitive way. WoD
browsers mainly use tabular views and links to provide navigation
over the WoD resources.
      </p>
      <p>
        Haystack [
        <xref ref-type="bibr" rid="ref111">111</xref>
        ] is one of the first WoD browsers, it exploits
stylesheets in order to customize the data presentation. Similarly,
Disco6 renders all information related to a particular RDF resource
as HTML table with property-value pairs. Noadster [
        <xref ref-type="bibr" rid="ref113">113</xref>
        ]
performs property-based data clustering in order to structure the
results. Piggy Bank [
        <xref ref-type="bibr" rid="ref66">66</xref>
        ] is a Web browser plug-in, that allows users
to convert HTML content into RDF. LESS [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] allows users to
create their own Web-based templates in order to aggregate and
display WoD. Tabulator [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] another WoD browser, additionally
provides maps and timeline visualizations. LENA [
        <xref ref-type="bibr" rid="ref87">87</xref>
        ] provides
different views of data, following user’s criteria that are expressed
as SPARQL queries. Visor [
        <xref ref-type="bibr" rid="ref110">110</xref>
        ] provides a multi-pivot approach
for exploring graphs, allowing users to explore multiple nodes at a
time, as well as to connect points of interest. Finally, in the context
      </p>
      <sec id="sec-5-1">
        <title>6www4.wiwiss.fu-berlin.de/bizer/ng4j/disco</title>
        <p>
          of faceted browsing, =facet [
          <xref ref-type="bibr" rid="ref62">62</xref>
          ], Humboldt [
          <xref ref-type="bibr" rid="ref86">86</xref>
          ] and gFacet [
          <xref ref-type="bibr" rid="ref57">57</xref>
          ]
provide faceted navigation over WoD resources.
        </p>
        <p>
          Explorator [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] is a WoD exploratory tool that allows users to
browse a dataset by combining search and facets. VisiNav [
          <xref ref-type="bibr" rid="ref53">53</xref>
          ]
is a system that allows users to pose expressive exploratory-based
queries. The system is built on top of following concepts:
keyword search, object focus, path traversal, and facet selection.
Information Workbench (IWB) [
          <xref ref-type="bibr" rid="ref52">52</xref>
          ] is a generic platform for semantic
data management offering several back-end (e.g., triple store) and
front-end tools. Regarding the front-end, IWB offers a flexible user
interface for data exploration and visualization. Marbles7 formats
RDF triples using the Fresnel vocabulary (a vocabulary for
rendering RDF resources as HTML). Also, it retrieves information about
a resource by accessing Semantic Web indexes and search engines.
Finally, URI Burner8 is a service which retrieves data about
resources. For the requested resources, it generates an RDF graph by
exploiting existing ontologies and other knowledge from the Web.
3.2
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Generic Visualization Systems</title>
      <p>In the context of WoD visual exploration, there is a large number
of generic visualization frameworks, that offer a wide range of
visualization types and operations. Next, we outline the best known
systems in this category.</p>
      <p>In Table 1 we provide an overview and compare several generic
visualization systems. The Year column presents the released date.
The Data Types column specifies the supported data types. The
Vis. Types column presents the types of visualizations that are
provided. The Recomm. column indicates systems that offer
recommendation mechanisms for visualization settings (e.g.,
appropriate visualization type, visualization parameters). The Preferences
column captures the ability of the users to apply data (e.g., filter,
aggregate) or visual (e.g., increase abstraction) operations. The
Statistics column captures the provision of statistics about the
visualized data. The Sampling column indicates systems that exploit
techniques based on sampling and/or filtering. The Aggregation
column indicates systems that exploit techniques based on
aggregation (e.g., binning, clustering). The Incr. column indicates systems
that adopt incremental techniques; i.e., the results/visualization are
computed/generated based on user interaction or as time progresses.
Finally, the Disk column indicates systems that use external
memory (e.g., file, database) to perform operations during runtime (i.e.,
not just initially load data from disk).</p>
      <sec id="sec-6-1">
        <title>7mes.github.io/marbles 8linkeddata.uriburner.com</title>
        <p>
          Rhizomer [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] provides WoD exploration based on a overview,
zoom and filter workflow. Rhizomer offers various types of
visualizations such as maps, timelines, treemaps and charts. VizBoard
[
          <xref ref-type="bibr" rid="ref109 ref135 ref136">135, 136, 109</xref>
          ] is an information visualization workbench for WoD
build on top of a mashup platform. VizBoard presents datasets in
a dashboard-like, composite, and interactive visualization.
Additionally, the system provides visualization recommendations.
Payola [
          <xref ref-type="bibr" rid="ref84">84</xref>
          ] is a generic framework for WoD visualization and
analysis. The framework offers a variety of domain-specific (e.g., public
procurement) analysis plugins (i.e., analyzers), as well as several
visualization techniques (e.g., graphs, tables). In addition, Payola
offers collaborative features for users to create and share
analyzers. In Payola the visualizations can be customized according to
ontologies used in the resulting data.
        </p>
        <p>
          The Linked Data Visualization Model (LDVM) [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] provides an
abstract visualization process for WoD datasets. LDVM enables
the connection of different datasets with various kinds of
visualizations in a dynamic way. The visualization process follows a four
stage workflow: Source data, Analytical abstraction, Visualization
abstraction, and View. LDVM considers several visualization
techniques, e.g., circle, sunburst, treemap, etc. Finally, the LDVM has
been adopted in several use cases [
          <xref ref-type="bibr" rid="ref85">85</xref>
          ]. Vis Wizard [
          <xref ref-type="bibr" rid="ref131">131</xref>
          ] is a
Webbased visualization system, which exploits data semantics to
simplify the process of setting up visualizations. Vis Wizard is able to
analyse multiple datasets using brushing and linking methods.
Similarly, Linked Data Visualization Wizard (LDVizWiz) [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] provides
a semi-automatic way for the production of possible visualization
for WoD datasets. In a same context, LinkDaViz [
          <xref ref-type="bibr" rid="ref129">129</xref>
          ] finds the
suitable visualizations for a give part of a dataset. The framework
uses heuristic data analysis and a visualization model in order to
facilitate automatic binding between data and visualization options.
        </p>
        <p>
          Balloon Synopsis [
          <xref ref-type="bibr" rid="ref117">117</xref>
          ] provides a WoD visualizer based on HTML
and JavaScript. It adopts a node-centric visualization approach
in a tile design. Additionally, it supports automatic information
enhancement of the local RDF data by accessing either remote
SPARQL endpoints or performing federated queries over endpoints
using the Balloon Fusion service [
          <xref ref-type="bibr" rid="ref116">116</xref>
          ]. Balloon Synopsis offers
customizable filters, namely ontology templates, for the users to
handle and transform (e.g., filter, merge) input data. LODWheel
[
          <xref ref-type="bibr" rid="ref126">126</xref>
          ] is a Web-based visualizing tool which combines JavaScript
libraries (e.g., MooWheel, JQPlot) in order to visualize RDF data
in charts and graphs. SemLens [
          <xref ref-type="bibr" rid="ref59">59</xref>
          ] is a visual tool that combines
scatter plots and semantic lenses, offering visual discovery of
correlations and patterns in data. Objects are arranged in a scatter
plot and are analysed using user-defined semantic lenses. ViCoMap
[
          <xref ref-type="bibr" rid="ref112">112</xref>
          ] combines WoD statistical analysis and visualization, in a
Web-based tool, which offers correlation analysis and data
visualization on maps.
        </p>
        <p>
          Finally, SynopsViz [
          <xref ref-type="bibr" rid="ref25 ref26">26, 25</xref>
          ] is a Web-based visualization tool
built on top of a generic tree-based model. The adopted model
performs a hierarchical aggregation, allowing efficient
personalized multilevel exploration over large datasets. In order to provide
scalability under different exploration scenarios, the model offers a
method that incrementally constructs the hierarchy based on user’s
interaction, as well as a method that enables dynamic and efficient
adaptation of the hierarchy to the user’s preferences.
3.3
        </p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Domain, Vocabulary &amp; Device-specific</title>
    </sec>
    <sec id="sec-8">
      <title>Visualization Systems</title>
      <p>In this section, we present systems that target visualization needs
for specific types of data and domains, RDF vocabularies or
devices.</p>
      <p>
        Several systems focus on visualizing and exploring geo-spatial
data. Map4rdf [
        <xref ref-type="bibr" rid="ref92">92</xref>
        ] is a faceted browsing tool that enables RDF
datasets to be visualized on an OSM or Google Map. Facete [
        <xref ref-type="bibr" rid="ref122">122</xref>
        ]
is an exploration and visualization tool for SPARQL accessible
data, offering faceted filtering functionalities. SexTant [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] and
Spacetime [
        <xref ref-type="bibr" rid="ref133">133</xref>
        ] focus on visualizing and exploring time-evolving
geo-spatial data. The LinkedGeoData Browser [
        <xref ref-type="bibr" rid="ref121">121</xref>
        ] is a faceted
browser and editor which is developed in the context of
LinkedGeoData project. Finally, in the same context DBpedia Atlas [
        <xref ref-type="bibr" rid="ref132">132</xref>
        ]
offers exploration over the DBpedia dataset by exploiting the dataset’s
spatial data. Furthermore, in the context of linked university data,
VISUalization Playground (VISU) [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] is an interactive tool for
specifying and creating visualizations using the contents of linked
university data cloud. Particularly, VISU offers a novel SPARQL
interface for creating data visualizations. Query results from selected
SPARQL endpoints are visualized with Google Charts.
      </p>
      <p>
        A variety of systems target multidimensional WoD modelled with
the Data Cube vocabulary. CubeViz [
        <xref ref-type="bibr" rid="ref114 ref43">43, 114</xref>
        ] is a faceted browser
for exploring statistical data. The tool provides data visualizations
using different types of charts (i.e., line, bar, column, area and pie).
The Payola Data Cube Vocabulary [
        <xref ref-type="bibr" rid="ref60">60</xref>
        ] adopts the LDVM stages
[
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] in order to visualize RDF data described by the Data Cube
vocabulary. The same types of charts as in CubeViz are provided
in this tool. The OpenCube Toolkit [
        <xref ref-type="bibr" rid="ref75">75</xref>
        ] offers several tools
related to statistical WoD. For example, OpenCube Browser explores
RDF data cubes by presenting a two-dimensional table.
Additionally, the OpenCube Map View offers interactive map-based
visualizations of RDF data cubes based on their geo-spatial dimension.
The Linked Data Cubes Explorer (LDCE) [
        <xref ref-type="bibr" rid="ref79">79</xref>
        ] allows users to
explore and analyse statistical datasets. Finally, [
        <xref ref-type="bibr" rid="ref106">106</xref>
        ] offers several
map and chart visualizations of demographic, social and statistical
linked cube data.
      </p>
      <p>
        Regarding device-specific systems, DBpedia Mobile [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] is a
location-aware mobile application for exploring and visualizing
DBpedia resources. Who’s Who [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] is an application for exploring
and visualizing information focusing on several issues that appear
in the mobile environment. For example, the application
considers the usability and data processing challenges related to the small
display size and limited resources of the mobile devices.
3.4
      </p>
    </sec>
    <sec id="sec-9">
      <title>Graph-based Visualization Systems</title>
      <p>
        A large number of systems visualize WoD datasets adopting a
graph-based (a.k.a., node-link) approach [
        <xref ref-type="bibr" rid="ref102">102</xref>
        ]. In Table 2 we
provide an overview and compare several graph-based visualization
systems. Table 2 is structured in a similar way to Table 1.
Additionally, in this table the Keyword column indicates systems that
provide keyword search functionality. The Filter column indicates
systems that provide mechanisms for data filtering. Note that,
Table 2 also includes the ontology visualization systems (Section 3.5)
that follow a node-link approach (indicated by using the term
"ontology" in the Domain column).
      </p>
      <p>
        RelFinder [
        <xref ref-type="bibr" rid="ref58">58</xref>
        ] is a Web-based tool that offers interactive
discovery and visualization of relationships (i.e., connections) between
selected WoD resources. Fenfire [
        <xref ref-type="bibr" rid="ref54">54</xref>
        ] and Lodlive [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] are
exploratory tools that allow users to browse WoD using interactive
graphs. Starting from a given URI, the user can explore WoD by
following the links. LODeX [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] is a tool that generates a
representative summary of a WoD source. The tool takes as input a
SPARQL endpoint and generates a visual (graph-based) summary
of the WoD source, accompanied by statistical and structural
information of the source. IsaViz [
        <xref ref-type="bibr" rid="ref108">108</xref>
        ] allows users to zoom and
navigate over the RDF graph, and also it offers several "edit"
operations (e.g., delete/add/rename nodes and edges). In the same
context, graphVizdb [
        <xref ref-type="bibr" rid="ref22 ref23">23, 22</xref>
        ] is built on top of spatial and database
techniques offering interactive visualization over very large (RDF)
graphs. ZoomRDF [
        <xref ref-type="bibr" rid="ref142">142</xref>
        ] employs a space-optimized
visualization algorithm in order to increase the number of resources which
are displayed. Trisolda [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ] proposes a hierarchical RDF graph
visualization. It adopts clustering techniques in order to merge
graph nodes. Paged Graph Visualization (PGV) [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] utilizes a
Ferris-Wheel approach to display nodes with high degree. RDF
graph visualizer [
        <xref ref-type="bibr" rid="ref115">115</xref>
        ] adopts a node-centric approach to
visualize RDF graphs. Rather than trying to visualize the whole graph,
nodes of interest (i.e., staring nodes) are discovered by searching
over nodes labels; then the user can interactively navigate over the
graph. RDF-Gravity9 visualizes RDF and OWL data. It offers
filtering, keyword search and editing the graph layout. Also, the
nodes can be displayed in different colors and shapes based on their
RDF types. A different approach has been adopted in [
        <xref ref-type="bibr" rid="ref127">127</xref>
        ], where
sampling techniques have been exploited. Finally, Gephi [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] is a
generic tool that offers several visualization and analysis features
over graph data.
3.5
      </p>
    </sec>
    <sec id="sec-10">
      <title>Ontology Visualization Systems</title>
      <p>
        The problems of ontology visualization and exploration have
been extensively studied in several research areas (e.g., biology,
chemistry). In what follows we focus on graph-based ontology
visualization systems that have been developed in the WoD context
[
        <xref ref-type="bibr" rid="ref40 ref47 ref51 ref80 ref91">47, 40, 51, 91, 80</xref>
        ]. In most systems, ontologies are visualized
following the node-link paradigm [
        <xref ref-type="bibr" rid="ref100 ref104 ref125 ref27 ref45 ref5 ref64 ref65 ref89 ref94 ref99">100, 99, 64, 104, 27, 45, 65,
94, 5, 89, 125</xref>
        ] 10;11. On the other hand, CropCircles [
        <xref ref-type="bibr" rid="ref137">137</xref>
        ] uses a
geometric containment approach, representing the class hierarchy
as a set of concentric circles. Furthermore, hybrids approaches are
adopted in other works. Knoocks [
        <xref ref-type="bibr" rid="ref88">88</xref>
        ] combines containment-based
and node-link approaches. In this work, ontologies are visualized
as nested blocks where each block is depicted as a rectangle
containing a sub-branch shown as tree map. Finally, OntoTrix [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and
NodeTrix [
        <xref ref-type="bibr" rid="ref61">61</xref>
        ] use node-link and adjacency matrix representations.
3.6
      </p>
    </sec>
    <sec id="sec-11">
      <title>Visualization Libraries</title>
      <p>
        Finally, there is a variety of Javascript libraries which allow WoD
visualizations to be embedded in Web pages. Sgvizler [
        <xref ref-type="bibr" rid="ref120">120</xref>
        ] is a
JavaScript wrapper for visualizing SPARQL results. Sgvizler
allows users to specify SPARQL Select queries directly into HTML
elements. Sgvizler uses Google Charts to generate the output,
offering numerous visualizations types such as charts, treemaps, graphs,
      </p>
      <sec id="sec-11-1">
        <title>9semweb.salzburgresearch.at/apps/rdf-gravity 10protegewiki.stanford.edu/wiki/OntoGraf 11protegewiki.stanford.edu/wiki/OWLViz</title>
        <p>
          timelines, etc. Visualbox [
          <xref ref-type="bibr" rid="ref50">50</xref>
          ] provides an environment where users
can build and debug SPARQL queries in order to retrieve WoD;
then, a set of visualization templates is provided to visualize
results. Visualbox uses several visualization libraries like Google
Charts and D3 [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ], offering 14 visualization types.
        </p>
      </sec>
    </sec>
    <sec id="sec-12">
      <title>DISCUSSION</title>
      <p>In this section we discuss to which extent the systems developed
in the WoD context fulfilled the nowadays requirements, focussing
on performance and scalability issues, availability of personalized
services facilities for assisting users through exploration.</p>
      <p>As previously mentioned, most of WoD exploration and
visualization systems do not handle issues related to performance and
scalability. They basically adopt traditional techniques in order to
handle small sets of data.</p>
      <p>As we can observe from Table 1, generic systems support several
types of data (e.g., numeric, temporal, graph, spatial) and provide
a plethora of visualization types. Additionally, an increasing
number of recent systems (e.g., LinkDaViz, Vis Wizard, LDVizWiz,
LDVM) focus on providing recommendation mechanisms.
Particularity, these systems mainly recommend the most suitable
visualization technique by considering the type of input data.</p>
      <p>Regarding visual scalability, as we can see in Table 1, none of
the systems, with the exceptions of SynopsViz and VizBoard cases,
adopt approximation techniques (i.e., sampling/filtering,
aggregation). Hence, the existing approaches assume that all the examined
data objects can be presented on the screen and handled by
traditional visualization techniques. Due to this assumption, the current
systems restrict their applicability to small sets of data.</p>
      <p>In conjunction with the limited visual scalability, most of the
existing systems (except for SynopsViz) do not exploit external
memory during runtime. Particularly, they initially load all the examined
objects in main memory, assuming that the main memory is large
enough. An alternative approach is adopted by the SynopsViz
system, which incrementally retrieves data and generates
visualizations based on user interaction. As a result, each time, only a part
of the examined dataset needs to be loaded in main memory.</p>
      <p>The graph-based exploration and visualization systems are
presented in Table 2. These systems are of great importance in WoD,
due to the graph structure of the RDF data model. Although several
systems offer sampling or aggregation mechanisms, most of these
systems load the whole graph in main memory. Given the large
memory requirements of graph layout algorithms in order to draw a
large graph, the current WoD systems are restricted to handle small
sized graphs.</p>
      <p>
        In order to be able to handle large graphs, modern WoD systems
should adopt more sophisticated techniques similar to those
proposed by the information visualization community. Particularly,
state-of-the-art systems for exploring large graphs utilize
hierarchical aggregation approaches where the graph is recursively
decomposed into smaller sub-graphs (in most cases using clustering
and partitioning) that form a hierarchy of abstraction layers [
        <xref ref-type="bibr" rid="ref1 ref10 ref12 ref130 ref143 ref15 ref71 ref8 ref9 ref93 ref95">93,
10, 95, 9, 8, 1, 143, 12, 15, 71, 130</xref>
        ]. Other approaches adopt
edge bundling techniques which aggregate graph edges to bundles
[
        <xref ref-type="bibr" rid="ref107 ref34 ref44 ref48 ref63 ref90">48, 44, 107, 90, 34, 63</xref>
        ]. Beyond hierarchical approaches, WoD
systems should also consider disk-based implementations, such as
[
        <xref ref-type="bibr" rid="ref1 ref127 ref130 ref22 ref72">22, 1, 72, 127, 130</xref>
        ].
      </p>
      <p>
        To sum up, WoD community should consider scalability and
performance as vital requirements for the development of the future
exploration and visualization systems. Handing large datasets is
crucial in the Big Data era. Therefore, in what follows we
summarize some possible directions for the future WoD exploration
and visualization systems. Approximation techniques such as
sampling and aggregation that have been widely used in systems from
database and information visualization communities, have to be
adopted and adjusted to WoD data and requirements. Systems
should be integrated with disk structures, retrieving data
dynamically during runtime. Also caching and prefetching techniques
may be exploited; e.g., [
        <xref ref-type="bibr" rid="ref128 ref16 ref33 ref39 ref70 ref76 ref83">128, 76, 70, 16, 33, 83, 39</xref>
        ]. Data
structures and indexes should be developed focusing on WoD tasks and
data, such as Nanocubes [
        <xref ref-type="bibr" rid="ref96">96</xref>
        ] in the context of spatio-temporal data
exploration, and HETree [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] in numeric and temporal datasets.
Finally, considering users’ perspective, beyond visualization
recommendations, modern WoD systems should provide more
sophisticated mechanisms that capture users’ preferences and assist them
throughout large data exploration and analysis tasks.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Abello</surname>
          </string-name>
          ,
          <string-name>
            <surname>F. van Ham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and N.</given-names>
            <surname>Krishnan. ASK-GraphView: A Large Scale</surname>
          </string-name>
          <article-title>Graph Visualization System</article-title>
          .
          <source>TVCG</source>
          ,
          <volume>12</volume>
          (
          <issue>5</issue>
          ),
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mozafari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Panda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Milner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Madden</surname>
          </string-name>
          ,
          <string-name>
            <surname>and I. Stoica.</surname>
          </string-name>
          <article-title>BlinkDB: Queries with Bounded Errors and Bounded Response Times on Very Large Data</article-title>
          . In EuroSys,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>C.</given-names>
            <surname>Ahlberg</surname>
          </string-name>
          .
          <source>Spotfire: An Information Exploration Environment. SIGMOD Record</source>
          ,
          <volume>25</volume>
          (
          <issue>4</issue>
          ),
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F.</given-names>
            <surname>Alahmari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Thom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Magee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>W.</given-names>
            <surname>Wong</surname>
          </string-name>
          .
          <article-title>Evaluating Semantic Browsers for Consuming Linked Data</article-title>
          .
          <source>In ADC</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>H.</given-names>
            <surname>Alani</surname>
          </string-name>
          .
          <article-title>TGVizTab: An Ontology Visualisation Extension for Protege</article-title>
          .
          <source>In Workshop on Visualizing Information in Knowledge Engineering</source>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Alonen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kauppinen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Suominen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E.</given-names>
            <surname>Hyvönen</surname>
          </string-name>
          .
          <article-title>Exploring the Linked University Data with Visualization Tools</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S. F. C.</given-names>
            <surname>Araújo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Schwabe</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. D. J.</given-names>
            <surname>Barbosa</surname>
          </string-name>
          .
          <article-title>Experimenting with Explorator: a Direct Manipulation Generic RDF Browser and Querying Tool. In Visual Interfaces to the Social and the Semantic Web</article-title>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>D.</given-names>
            <surname>Archambault</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Munzner</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Auber</surname>
          </string-name>
          . Grouse:
          <article-title>Feature-Based, Steerable Graph Hierarchy Exploration</article-title>
          . In EuroVis,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D.</given-names>
            <surname>Archambault</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Munzner</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Auber</surname>
          </string-name>
          .
          <source>GrouseFlocks: Steerable Exploration of Graph Hierarchy Space. TVCG</source>
          ,
          <volume>14</volume>
          (
          <issue>4</issue>
          ),
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>D.</given-names>
            <surname>Archambault</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Munzner</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Auber</surname>
          </string-name>
          .
          <article-title>Tugging Graphs Faster: Efficiently Modifying Path-Preserving Hierarchies for Browsing Paths</article-title>
          . TVCG,
          <volume>17</volume>
          (
          <issue>3</issue>
          ),
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G. A.</given-names>
            <surname>Atemezing</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Troncy</surname>
          </string-name>
          .
          <article-title>Towards a linked-data based visualization wizard</article-title>
          .
          <source>In COLD</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>D.</given-names>
            <surname>Auber. Tulip - A Huge Graph</surname>
          </string-name>
          <article-title>Visualization Framework</article-title>
          .
          <source>In Graph Drawing Software</source>
          .
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Doehring</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Dietzold. LESS - Template-Based Syndication</surname>
          </string-name>
          and
          <article-title>Presentation of Linked Data</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>B.</given-names>
            <surname>Bach</surname>
          </string-name>
          , E. Pietriga,
          <string-name>
            <surname>and I. Liccardi.</surname>
          </string-name>
          <article-title>Visualizing Populated Ontologies with OntoTrix</article-title>
          .
          <source>IJSWIS</source>
          ,
          <volume>9</volume>
          (
          <issue>4</issue>
          ),
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bastian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Heymann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Jacomy</surname>
          </string-name>
          .
          <article-title>Gephi: An Open Source Software for Exploring and Manipulating Networks</article-title>
          .
          <source>In ICWSM</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L.</given-names>
            <surname>Battle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Chang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Stonebraker</surname>
          </string-name>
          .
          <article-title>Dynamic Prefetching of Data Tiles for Interactive Visualization</article-title>
          ,
          <year>2015</year>
          .
          <source>Technical Report.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>L.</given-names>
            <surname>Battle</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Stonebraker</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R.</given-names>
            <surname>Chang</surname>
          </string-name>
          .
          <article-title>Dynamic reduction of query result sets for interactive visualizaton</article-title>
          .
          <source>In BigData</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>C.</given-names>
            <surname>Becker</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Bizer</surname>
          </string-name>
          .
          <article-title>Exploring the Geospatial Semantic Web with DBpedia Mobile</article-title>
          . J. Web Sem.,
          <volume>7</volume>
          (
          <issue>4</issue>
          ),
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>F.</given-names>
            <surname>Benedetti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Po</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bergamaschi</surname>
          </string-name>
          .
          <article-title>A Visual Summary for Linked Open Data sources</article-title>
          .
          <source>In ISWC</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>K.</given-names>
            <surname>Bereta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Nikolaou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Karpathiotakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kyzirakos</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Koubarakis. SexTant: Visualizing Time-Evolving Linked Geospatial Data. In</surname>
          </string-name>
          <string-name>
            <surname>ISWC</surname>
          </string-name>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>T.</given-names>
            <surname>Berners-Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Chilton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Connolly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Dhanaraj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hollenbach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lerer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Sheets</surname>
          </string-name>
          . Tabulator:
          <article-title>Exploring and Analyzing linked data on the Semantic Web</article-title>
          .
          <source>In SWUI</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>N.</given-names>
            <surname>Bikakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liagouris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krommyda</surname>
          </string-name>
          , G. Papastefanatos, and
          <string-name>
            <given-names>T.</given-names>
            <surname>Sellis</surname>
          </string-name>
          .
          <article-title>Towards Scalable Visual Exploration of Very Large RDF Graphs</article-title>
          . In ESWC,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>N.</given-names>
            <surname>Bikakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liagouris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krommyda</surname>
          </string-name>
          , G. Papastefanatos, and
          <string-name>
            <given-names>T.</given-names>
            <surname>Sellis</surname>
          </string-name>
          .
          <article-title>graphVizdb: A Scalable Platform for Interactive Large Graph Visualization</article-title>
          .
          <source>In ICDE</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>N.</given-names>
            <surname>Bikakis</surname>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Papastefanatos</surname>
          </string-name>
          .
          <source>Visual Exploration and Analytics of Big Data: Challenges and Approaches</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>N.</given-names>
            <surname>Bikakis</surname>
          </string-name>
          , G. Papastefanatos,
          <string-name>
            <given-names>M.</given-names>
            <surname>Skourla</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Sellis</surname>
          </string-name>
          .
          <article-title>A Hierarchical Aggregation Framework for Efficient Multilevel Visual Exploration and Analysis</article-title>
          ,
          <year>2015</year>
          . Techn. Rep., http://arxiv.org/abs/1511.04750.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>N.</given-names>
            <surname>Bikakis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Skourla</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Papastefanatos</surname>
          </string-name>
          <article-title>. rdf:SynopsViz - A Framework for Hierarchical Linked Data Visual Exploration and Analysis</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>T.</given-names>
            <surname>Boinski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jaworska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kleczkowski</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Kunowski</surname>
          </string-name>
          .
          <article-title>Ontology visualization</article-title>
          .
          <source>In ITNGSWUI</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>M.</given-names>
            <surname>Bostock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ogievetsky</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Heer</surname>
          </string-name>
          .
          <article-title>D3 Data-Driven Documents</article-title>
          . TVCG,
          <volume>17</volume>
          (
          <issue>12</issue>
          ),
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>J. M. Brunetti</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>García</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Klímek</surname>
            , and
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Necaský</surname>
          </string-name>
          .
          <article-title>Formal Linked Data Visualization Model</article-title>
          . In iiWAS,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>J. M. Brunetti</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>Gil</surname>
            , and
            <given-names>R.</given-names>
          </string-name>
          <string-name>
            <surname>García</surname>
          </string-name>
          .
          <article-title>Facets and Pivoting for Flexible and Usable Linked Data Exploration</article-title>
          .
          <source>In Interacting with Linked Data Workshop</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>D. V.</given-names>
            <surname>Camarda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mazzini</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Antonuccio</surname>
          </string-name>
          .
          <article-title>LodLive, exploring the web of data</article-title>
          .
          <source>In I-SEMANTICS</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>A. E.</given-names>
            <surname>Cano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Dadzie</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Hartmann</surname>
          </string-name>
          .
          <article-title>Who's Who - A Linked Data Visualisation Tool for Mobile Environments</article-title>
          . In ESWC,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>S.</given-names>
            <surname>Chan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gerth</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Hanrahan</surname>
          </string-name>
          .
          <article-title>Maintaining interactivity while exploring massive time series</article-title>
          .
          <source>In IEEE VAST</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>W.</given-names>
            <surname>Cui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Qu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. C.</given-names>
            <surname>Wong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X.</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <article-title>Geometry-Based Edge Clustering for Graph Visualization</article-title>
          . TVCG,
          <volume>14</volume>
          (
          <issue>6</issue>
          ),
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>A.</given-names>
            <surname>Dadzie</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Rowe</surname>
          </string-name>
          .
          <article-title>Approaches to visualising Linked Data: A survey</article-title>
          .
          <source>Semantic Web</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          ),
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>L.</given-names>
            <surname>Deligiannidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kochut</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A. P.</given-names>
            <surname>Sheth</surname>
          </string-name>
          .
          <article-title>RDF data exploration and visualization</article-title>
          . In Workshop on CyberInfrastructure: Information Management in eScience,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>K.</given-names>
            <surname>Dimitriadou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Papaemmanouil</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Diao</surname>
          </string-name>
          .
          <article-title>Explore-by-</article-title>
          <string-name>
            <surname>Example</surname>
          </string-name>
          :
          <article-title>An Automatic Query Steering Framework for Interactive Data Exploration</article-title>
          .
          <source>In SIGMOD</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dokulil</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Katreniaková</surname>
          </string-name>
          .
          <article-title>Using Clusters in RDF Visualization</article-title>
          .
          <source>In Advances in Semantic Processing</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>P. R.</given-names>
            <surname>Doshi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. A.</given-names>
            <surname>Rundensteiner</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M. O.</given-names>
            <surname>Ward</surname>
          </string-name>
          .
          <article-title>Prefetching for Visual Data Exploration</article-title>
          .
          <source>In DASFAA</source>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>M.</given-names>
            <surname>Dudás</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Zamazal</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Svátek</surname>
          </string-name>
          .
          <article-title>Roadmapping and Navigating in the Ontology Visualization Landscape</article-title>
          .
          <source>In EKAW</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>A.</given-names>
            <surname>Eldawy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mokbel</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Jonathan</surname>
          </string-name>
          .
          <article-title>HadoopViz: A MapReduce Framework for Extensible Visualization of Big Spatial Data</article-title>
          .
          <source>In ICDE</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>N.</given-names>
            <surname>Elmqvist</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Fekete</surname>
          </string-name>
          .
          <article-title>Hierarchical Aggregation for Information Visualization: Overview, Techniques, and Design Guidelines</article-title>
          . TVCG,
          <volume>16</volume>
          (
          <issue>3</issue>
          ),
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>I.</given-names>
            <surname>Ermilov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Martin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          . Linked Open Data Statistics:
          <article-title>Collection and Exploitation</article-title>
          .
          <source>In Knowledge Engineering and the Semantic Web</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>O.</given-names>
            <surname>Ersoy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Hurter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. V.</given-names>
            <surname>Paulovich</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Cantareiro, and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Telea</surname>
          </string-name>
          .
          <article-title>Skeleton-Based Edge Bundling for Graph Visualization</article-title>
          . TVCG,
          <volume>17</volume>
          (
          <issue>12</issue>
          ),
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <given-names>S.</given-names>
            <surname>Falconer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Callendar</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.-A.</given-names>
            <surname>Storey</surname>
          </string-name>
          .
          <article-title>A Visualization Service for the Semantic Web</article-title>
          .
          <article-title>In Knowledge Engineering and Management by the Masses</article-title>
          .
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46]
          <string-name>
            <given-names>D.</given-names>
            <surname>Fisher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. O.</given-names>
            <surname>Popov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Drucker</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Schraefel</surname>
          </string-name>
          .
          <article-title>Trust Me, I'm Partially Right: Incremental Visualization Lets Analysts Explore Large Datasets Faster</article-title>
          .
          <source>In CHI</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>B.</given-names>
            <surname>Fu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. F.</given-names>
            <surname>Noy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.-A.</given-names>
            <surname>Storey</surname>
          </string-name>
          .
          <article-title>Eye Tracking the User Experience - An Evaluation of Ontology Visualization Techniques</article-title>
          .
          <source>Semantic Web Journal</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>E. R.</given-names>
            <surname>Gansner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Hu</surname>
          </string-name>
          , S. C. North, and
          <string-name>
            <given-names>C. E.</given-names>
            <surname>Scheidegger</surname>
          </string-name>
          .
          <article-title>Multilevel Agglomerative Edge Bundling for Visualizing Large Graphs</article-title>
          . In PacificVis,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [49]
          <string-name>
            <given-names>P.</given-names>
            <surname>Godfrey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gryz</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Lasek</surname>
          </string-name>
          .
          <source>Interactive Visualization of Large Data Sets</source>
          ,
          <year>2015</year>
          .
          <source>Technical Report.</source>
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [50]
          <string-name>
            <given-names>A.</given-names>
            <surname>Graves</surname>
          </string-name>
          .
          <source>Creation of Visualizations Based on Linked Data. In WIMS</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          [51]
          <string-name>
            <given-names>F.</given-names>
            <surname>Haag</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lohmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Negru</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ertl</surname>
          </string-name>
          .
          <article-title>OntoViBe: An Ontology Visualization Benchmark</article-title>
          .
          <source>In VISUAL</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          [52]
          <string-name>
            <given-names>P.</given-names>
            <surname>Haase</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Schwarte</surname>
          </string-name>
          .
          <article-title>The Information Workbench as a Self-Service Platform for Linked Data Applications</article-title>
          . In COLD,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          [53]
          <string-name>
            <given-names>A.</given-names>
            <surname>Harth</surname>
          </string-name>
          .
          <article-title>VisiNav: A system for visual search and navigation on web data</article-title>
          .
          <source>J. Web Sem</source>
          .,
          <volume>8</volume>
          (
          <issue>4</issue>
          ),
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          [54]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hastrup</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          , and
          <string-name>
            <given-names>U.</given-names>
            <surname>Bojars</surname>
          </string-name>
          .
          <article-title>Browsing Linked Data with Fenfire</article-title>
          .
          <source>In WWW</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>J.</given-names>
            <surname>Heer</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Kandel</surname>
          </string-name>
          .
          <article-title>Interactive Analysis of Big Data</article-title>
          .
          <source>ACM Crossroads</source>
          ,
          <volume>19</volume>
          (
          <issue>1</issue>
          ),
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          [56]
          <string-name>
            <given-names>J.</given-names>
            <surname>Heer</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Shneiderman</surname>
          </string-name>
          .
          <article-title>Interactive Dynamics for Visual Analysis</article-title>
          .
          <source>Commun. ACM</source>
          ,
          <volume>55</volume>
          (
          <issue>4</issue>
          ),
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          [57]
          <string-name>
            <given-names>P.</given-names>
            <surname>Heim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ertl</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Ziegler</surname>
          </string-name>
          . Facet Graphs:
          <article-title>Complex Semantic Querying Made Easy</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          [58]
          <string-name>
            <given-names>P.</given-names>
            <surname>Heim</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>Interactive Relationship Discovery via the Semantic Web</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          [59]
          <string-name>
            <given-names>P.</given-names>
            <surname>Heim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lohmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tsendragchaa</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ertl</surname>
          </string-name>
          .
          <article-title>SemLens: visual analysis of semantic data with scatter plots and semantic lenses</article-title>
          .
          <source>In I-SEMANTICS</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          [60]
          <string-name>
            <given-names>J.</given-names>
            <surname>Helmich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Klímek</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Necaský</surname>
          </string-name>
          .
          <article-title>Visualizing RDF Data Cubes Using the Linked Data Visualization Model</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          [61]
          <string-name>
            <given-names>N.</given-names>
            <surname>Henry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Fekete</surname>
          </string-name>
          , and
          <string-name>
            <surname>M. J. McGuffin.</surname>
          </string-name>
          <article-title>NodeTrix: a Hybrid Visualization of Social Networks</article-title>
          .
          <source>TVCG</source>
          ,
          <volume>13</volume>
          (
          <issue>6</issue>
          ),
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          [62]
          <string-name>
            <given-names>M.</given-names>
            <surname>Hildebrand</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. van Ossenbruggen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Hardman</surname>
          </string-name>
          .
          <article-title>/facet: A Browser for Heterogeneous Semantic Web Repositories</article-title>
          .
          <source>In ISWC</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          [63]
          <string-name>
            <given-names>D.</given-names>
            <surname>Holten</surname>
          </string-name>
          . Hierarchical Edge Bundles:
          <article-title>Visualization of Adjacency Relations in Hierarchical Data</article-title>
          . TVCG,
          <volume>12</volume>
          (
          <issue>5</issue>
          ),
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref64">
        <mixed-citation>
          [64]
          <string-name>
            <given-names>W.</given-names>
            <surname>Hop</surname>
          </string-name>
          , S. de Ridder,
          <string-name>
            <given-names>F.</given-names>
            <surname>Frasincar</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Hogenboom</surname>
          </string-name>
          .
          <article-title>Using Hierarchical Edge Bundles to visualize complex ontologies in GLOW</article-title>
          .
          <source>In ACM SAC</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref65">
        <mixed-citation>
          [65]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Latif</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rextin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hayat</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Alam</surname>
          </string-name>
          .
          <article-title>Scalable Visualization of Semantic Nets using Power-Law Graphs</article-title>
          .
          <source>AMIS</source>
          ,
          <volume>8</volume>
          (
          <issue>1</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref66">
        <mixed-citation>
          [66]
          <string-name>
            <given-names>D.</given-names>
            <surname>Huynh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Mazzocchi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Karger</surname>
          </string-name>
          .
          <article-title>Piggy Bank: Experience the Semantic Web Inside Your Web Browser</article-title>
          .
          <source>In ISWC</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref67">
        <mixed-citation>
          [67]
          <string-name>
            <given-names>S.</given-names>
            <surname>Idreos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. L.</given-names>
            <surname>Kersten</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. Manegold. Database</given-names>
            <surname>Cracking. In</surname>
          </string-name>
          <string-name>
            <surname>CIDR</surname>
          </string-name>
          ,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref68">
        <mixed-citation>
          [68]
          <string-name>
            <given-names>S.</given-names>
            <surname>Idreos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Papaemmanouil</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Chaudhuri</surname>
          </string-name>
          .
          <article-title>Overview of Data Exploration Techniques</article-title>
          .
          <source>In SIGMOD</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref69">
        <mixed-citation>
          [69]
          <string-name>
            <given-names>J.</given-names>
            <surname>Im</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. G.</given-names>
            <surname>Villegas</surname>
          </string-name>
          , and
          <string-name>
            <surname>M. J. McGuffin.</surname>
          </string-name>
          <article-title>VisReduce: Fast and Responsive Incremental Information Visualization of Large Datasets</article-title>
          . In BigData,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref70">
        <mixed-citation>
          [70]
          <string-name>
            <given-names>P.</given-names>
            <surname>Jayachandran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Tunga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Kamat</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Nandi</surname>
          </string-name>
          .
          <article-title>Combining User Interaction, Speculative Query Execution and Sampling in the DICE System</article-title>
          .
          <source>PVLDB</source>
          ,
          <volume>7</volume>
          (
          <issue>13</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref71">
        <mixed-citation>
          [71]
          <string-name>
            <given-names>J. F. R.</given-names>
            <surname>Jr</surname>
          </string-name>
          .,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J. M.</given-names>
            <surname>Traina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. T.</given-names>
            <surname>Jr.</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Faloutsos</surname>
          </string-name>
          .
          <article-title>Large Graph Analysis in the GMine System</article-title>
          .
          <source>TKDE</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ),
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref72">
        <mixed-citation>
          [72]
          <string-name>
            <given-names>J. F. R.</given-names>
            <surname>Jr</surname>
          </string-name>
          .,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. J. M.</given-names>
            <surname>Traina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Faloutsos</surname>
          </string-name>
          , and
          <string-name>
            <surname>J. Leskovec.</surname>
          </string-name>
          <article-title>GMine: A System for Scalable, Interactive Graph Visualization and Mining</article-title>
          . In VLDB,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref73">
        <mixed-citation>
          [73]
          <string-name>
            <given-names>U.</given-names>
            <surname>Jugel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jerzak</surname>
          </string-name>
          , G. Hackenbroich, and
          <string-name>
            <given-names>V.</given-names>
            <surname>Markl</surname>
          </string-name>
          .
          <article-title>Faster Visual Analytics through Pixel-Perfect Aggregation</article-title>
          .
          <source>PVLDB</source>
          ,
          <volume>7</volume>
          (
          <issue>13</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref74">
        <mixed-citation>
          [74]
          <string-name>
            <given-names>U.</given-names>
            <surname>Jugel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Jerzak</surname>
          </string-name>
          , G. Hackenbroich, and
          <string-name>
            <given-names>V.</given-names>
            <surname>Markl</surname>
          </string-name>
          .
          <article-title>VDDA: automatic visualization-driven data aggregation in relational databases</article-title>
          .
          <source>VLDBJ</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref75">
        <mixed-citation>
          [75]
          <string-name>
            <given-names>E.</given-names>
            <surname>Kalampokis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Nikolov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Haase</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Cyganiak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Stasiewicz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Karamanou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zotou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Zeginis</surname>
          </string-name>
          , E. Tambouris, and
          <string-name>
            <given-names>K. A.</given-names>
            <surname>Tarabanis</surname>
          </string-name>
          .
          <article-title>Exploiting Linked Data Cubes with OpenCube Toolkit</article-title>
          . In ISWC,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref76">
        <mixed-citation>
          [76]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalinin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Çetintemel</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. B.</given-names>
            <surname>Zdonik</surname>
          </string-name>
          .
          <article-title>Interactive Data Exploration Using Semantic Windows</article-title>
          .
          <source>In SIGMOD</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref77">
        <mixed-citation>
          [77]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kalinin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Çetintemel</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. B.</given-names>
            <surname>Zdonik</surname>
          </string-name>
          .
          <article-title>Searchlight: Enabling Integrated Search and Exploration over Large Multidimensional Data</article-title>
          .
          <source>PVLDB</source>
          ,
          <volume>8</volume>
          (
          <issue>10</issue>
          ),
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref78">
        <mixed-citation>
          [78]
          <string-name>
            <given-names>N.</given-names>
            <surname>Kamat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Jayachandran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Tunga</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Nandi</surname>
          </string-name>
          .
          <article-title>Distributed and Interactive Cube Exploration</article-title>
          .
          <source>In ICDE</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref79">
        <mixed-citation>
          [79]
          <string-name>
            <given-names>B.</given-names>
            <surname>Kämpgen</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Harth.</surname>
          </string-name>
          OLAP4LD
          <article-title>- A Framework for Building Analysis Applications Over Governmental Statistics</article-title>
          . In ESWC,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref80">
        <mixed-citation>
          [80]
          <string-name>
            <given-names>A.</given-names>
            <surname>Katifori</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Halatsis</surname>
          </string-name>
          , G. Lepouras,
          <string-name>
            <given-names>C.</given-names>
            <surname>Vassilakis</surname>
          </string-name>
          , and
          <string-name>
            <given-names>E. G.</given-names>
            <surname>Giannopoulou</surname>
          </string-name>
          .
          <article-title>Ontology visualization methods - a survey</article-title>
          .
          <source>ACM Comput. Surv.</source>
          ,
          <volume>39</volume>
          (
          <issue>4</issue>
          ),
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref81">
        <mixed-citation>
          [81]
          <string-name>
            <given-names>D.</given-names>
            <surname>Keim</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.-P.</given-names>
            <surname>Kriegel</surname>
          </string-name>
          .
          <article-title>VisDB: Database Exploration using Multidimensional Visualization</article-title>
          .
          <source>IEEE Computer Graphics and Applications</source>
          ,
          <volume>14</volume>
          (
          <issue>5</issue>
          ),
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref82">
        <mixed-citation>
          [82]
          <string-name>
            <given-names>A.</given-names>
            <surname>Key</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Howe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Perry</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C. R.</given-names>
            <surname>Aragon</surname>
          </string-name>
          . VizDeck:
          <article-title>Self-organizing Dashboards for Visual Analytics</article-title>
          .
          <source>In SIGMOD</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref83">
        <mixed-citation>
          [83]
          <string-name>
            <given-names>H. A.</given-names>
            <surname>Khan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Sharaf</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <surname>A. Albarrak.</surname>
          </string-name>
          <article-title>DivIDE: efficient diversification for interactive data exploration</article-title>
          .
          <source>In SSDBM</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref84">
        <mixed-citation>
          [84]
          <string-name>
            <given-names>J.</given-names>
            <surname>Klímek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Helmich</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Necaský</surname>
          </string-name>
          . Payola:
          <article-title>Collaborative Linked Data Analysis and Visualization Framework</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref85">
        <mixed-citation>
          [85]
          <string-name>
            <given-names>J.</given-names>
            <surname>Klímek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Helmich</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Necaský</surname>
          </string-name>
          .
          <article-title>Use Cases for Linked Data Visualization Model</article-title>
          .
          <source>In LDOW</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref86">
        <mixed-citation>
          [86]
          <string-name>
            <given-names>G.</given-names>
            <surname>Kobilarov</surname>
          </string-name>
          and
          <string-name>
            <surname>I. Dickinson.</surname>
          </string-name>
          <article-title>Humboldt: Exploring Linked Data</article-title>
          .
          <source>In LDOW</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref87">
        <mixed-citation>
          [87]
          <string-name>
            <given-names>J.</given-names>
            <surname>Koch</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Franz. LENA - Browsing RDF Data More Complex Than Foaf. In</surname>
          </string-name>
          <string-name>
            <surname>ISWC</surname>
          </string-name>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref88">
        <mixed-citation>
          [88]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kriglstein</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Motschnig-Pitrik</surname>
          </string-name>
          .
          <article-title>Knoocks: New Visualization Approach for Ontologies</article-title>
          .
          <source>In Conference on Information Visualisation</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref89">
        <mixed-citation>
          [89]
          <string-name>
            <given-names>S.</given-names>
            <surname>Krivov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Williams</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Villa</surname>
          </string-name>
          .
          <article-title>GrOWL: A tool for visualization and editing of OWL ontologies</article-title>
          .
          <source>J. Web Sem</source>
          .,
          <volume>5</volume>
          (
          <issue>2</issue>
          ),
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref90">
        <mixed-citation>
          [90]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lambert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bourqui</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Auber</surname>
          </string-name>
          . Winding Roads:
          <article-title>Routing Edges into Bundles</article-title>
          .
          <source>CGF</source>
          ,
          <volume>29</volume>
          (
          <issue>3</issue>
          ),
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref91">
        <mixed-citation>
          [91]
          <string-name>
            <given-names>M.</given-names>
            <surname>Lanzenberger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sampson</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Rester</surname>
          </string-name>
          .
          <article-title>Visualization in Ontology Tools</article-title>
          .
          <source>In CISIS</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref92">
        <mixed-citation>
          [92]
          <string-name>
            <given-names>A. d.</given-names>
            <surname>Leon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wisniewki</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Villazón-Terrazas</surname>
          </string-name>
          , and
          <string-name>
            <surname>O. Corcho.</surname>
          </string-name>
          <article-title>Map4rdf- Faceted Browser for Geospatial Datasets</article-title>
          .
          <article-title>In Using Open Data: policy modeling, citizen empowerment</article-title>
          ,
          <source>data journalism</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref93">
        <mixed-citation>
          [93]
          <string-name>
            <given-names>C.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Baciu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang. ModulGraph</surname>
          </string-name>
          :
          <article-title>Modularity-based Visualization of Massive Graphs</article-title>
          .
          <source>In Visualization in High Performance Computing</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref94">
        <mixed-citation>
          [94]
          <string-name>
            <given-names>T.</given-names>
            <surname>Liebig</surname>
          </string-name>
          and
          <string-name>
            <surname>O. Noppens.</surname>
          </string-name>
          <article-title>OntoTrack: A semantic approach for ontology authoring</article-title>
          .
          <source>J. Web Sem</source>
          .,
          <volume>3</volume>
          (
          <issue>2-3</issue>
          ),
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref95">
        <mixed-citation>
          [95]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Kang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. H. P.</given-names>
            <surname>Chau. Demonstrating</surname>
          </string-name>
          <article-title>Interactive Multi-resolution Large Graph Exploration</article-title>
          .
          <source>In ICDM Workshops</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref96">
        <mixed-citation>
          [96]
          <string-name>
            <given-names>L. D.</given-names>
            <surname>Lins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. T.</given-names>
            <surname>Klosowski</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C. E.</given-names>
            <surname>Scheidegger</surname>
          </string-name>
          .
          <article-title>Nanocubes for Real-Time Exploration of Spatiotemporal Datasets</article-title>
          . TVCG,
          <volume>19</volume>
          (
          <issue>12</issue>
          ),
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref97">
        <mixed-citation>
          [97]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Jiang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Heer</surname>
          </string-name>
          . imMens:
          <article-title>Real-time Visual Querying of Big Data</article-title>
          . CGF,
          <volume>32</volume>
          (
          <issue>3</issue>
          ):
          <fpage>421</fpage>
          -
          <lpage>430</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref98">
        <mixed-citation>
          [98]
          <string-name>
            <given-names>M.</given-names>
            <surname>Livny</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ramakrishnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. S.</given-names>
            <surname>Beyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Donjerkovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lawande</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Myllymaki</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. K.</given-names>
            <surname>Wenger.</surname>
          </string-name>
          <article-title>DEVise: Integrated Querying and Visual Exploration of Large Datasets</article-title>
          .
          <source>In SIGMOD</source>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref99">
        <mixed-citation>
          [99]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lohmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Negru</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haag</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ertl</surname>
          </string-name>
          .
          <article-title>VOWL 2: User-Oriented Visualization of Ontologies</article-title>
          . In EKAW,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref100">
        <mixed-citation>
          [100]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lohmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Negru</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Haag</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Ertl</surname>
          </string-name>
          .
          <article-title>Visualizing Ontologies with VOWL</article-title>
          .
          <source>Semantic Web Journal</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref101">
        <mixed-citation>
          [101]
          <string-name>
            <given-names>N.</given-names>
            <surname>Marie</surname>
          </string-name>
          and
          <string-name>
            <given-names>F. L.</given-names>
            <surname>Gandon</surname>
          </string-name>
          .
          <article-title>Survey of Linked Data Based Exploration Systems</article-title>
          . In IESD,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref102">
        <mixed-citation>
          [102]
          <string-name>
            <given-names>S.</given-names>
            <surname>Mazumdar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Petrelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Elbedweihy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Lanfranchi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Ciravegna</surname>
          </string-name>
          .
          <article-title>Affective graphs: The visual appeal of Linked Data</article-title>
          .
          <source>Semantic Web</source>
          ,
          <volume>6</volume>
          (
          <issue>3</issue>
          ),
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref103">
        <mixed-citation>
          [103]
          <string-name>
            <given-names>K.</given-names>
            <surname>Morton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Balazinska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Grossman</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Mackinlay</surname>
          </string-name>
          .
          <article-title>Support the Data Enthusiast: Challenges for Next-Generation Data-Analysis Systems</article-title>
          . PVLDB,
          <volume>7</volume>
          (
          <issue>6</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref104">
        <mixed-citation>
          [104]
          <string-name>
            <given-names>E.</given-names>
            <surname>Motta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mulholland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Peroni</surname>
          </string-name>
          , M. d'Aquin,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Gómez-Pérez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mendez</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Zablith</surname>
          </string-name>
          .
          <article-title>A Novel Approach to Visualizing and Navigating Ontologies</article-title>
          .
          <source>In ISWC</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref105">
        <mixed-citation>
          [105]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Park</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. J.</given-names>
            <surname>Cafarella</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B.</given-names>
            <surname>Mozafari</surname>
          </string-name>
          .
          <article-title>Visualization-Aware Sampling for Very Large Databases</article-title>
          .
          <source>In ICDE</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref106">
        <mixed-citation>
          [106]
          <string-name>
            <given-names>I.</given-names>
            <surname>Petrou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Meimaris</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G.</given-names>
            <surname>Papastefanatos</surname>
          </string-name>
          .
          <article-title>Towards a methodology for publishing Linked Open Statistical Data</article-title>
          .
          <source>eJournal of eDemocracy &amp; Open Government</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref107">
        <mixed-citation>
          [107]
          <string-name>
            <given-names>D.</given-names>
            <surname>Phan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. B.</given-names>
            <surname>Yeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hanrahan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Winograd</surname>
          </string-name>
          .
          <article-title>Flow Map Layout</article-title>
          . In InfoVis,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref108">
        <mixed-citation>
          [108]
          <string-name>
            <surname>E. Pietriga.</surname>
          </string-name>
          <article-title>IsaViz: a Visual Environment for Browsing and Authoring RDF Models</article-title>
          .
          <source>In WWW</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref109">
        <mixed-citation>
          [109]
          <string-name>
            <given-names>J.</given-names>
            <surname>Polowinski</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Voigt</surname>
          </string-name>
          .
          <article-title>VISO: A Shared, Formal Knowledge Base As a Foundation for Semi-automatic Infovis Systems</article-title>
          . In CHI,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref110">
        <mixed-citation>
          [110]
          <string-name>
            <given-names>I. O.</given-names>
            <surname>Popov</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. C. Schraefel</surname>
            , W. Hall, and
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Shadbolt</surname>
          </string-name>
          .
          <article-title>Connecting the Dots: A Multi-pivot Approach to Data Exploration</article-title>
          .
          <source>In ISWC</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref111">
        <mixed-citation>
          [111]
          <string-name>
            <given-names>D. A.</given-names>
            <surname>Quan</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Karger</surname>
          </string-name>
          .
          <article-title>How to make a semantic web browser</article-title>
          .
          <source>In WWW</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref112">
        <mixed-citation>
          [112]
          <string-name>
            <given-names>P.</given-names>
            <surname>Ristoski</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Paulheim</surname>
          </string-name>
          .
          <article-title>Visual Analysis of Statistical Data on Maps using Linked Open Data</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref113">
        <mixed-citation>
          [113]
          <string-name>
            <given-names>L.</given-names>
            <surname>Rutledge</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. van Ossenbruggen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Hardman</surname>
          </string-name>
          .
          <article-title>Making RDF presentable: integrated global and local semantic Web browsing</article-title>
          .
          <source>In WWW</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref114">
        <mixed-citation>
          [114]
          <string-name>
            <given-names>P. E. R.</given-names>
            <surname>Salas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M. D.</given-names>
            <surname>Mota</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. K.</given-names>
            <surname>Breitman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Casanova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Martin</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          .
          <source>Publishing Statistical Data on the Web. Int. J. Semantic Computing</source>
          ,
          <volume>6</volume>
          (
          <issue>4</issue>
          ),
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref115">
        <mixed-citation>
          [115]
          <string-name>
            <given-names>C.</given-names>
            <surname>Sayers.</surname>
          </string-name>
          Node-centric
          <source>RDF Graph Visualization</source>
          ,
          <year>2004</year>
          .
          <source>Technical Report HP Laboratories.</source>
        </mixed-citation>
      </ref>
      <ref id="ref116">
        <mixed-citation>
          [116]
          <string-name>
            <given-names>K.</given-names>
            <surname>Schlegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Stegmaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bayerl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Granitzer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Kosch</surname>
          </string-name>
          .
          <article-title>Balloon Fusion: SPARQL Rewriting based on Unified Co-Reference Information</article-title>
          . In DESWeb,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref117">
        <mixed-citation>
          [117]
          <string-name>
            <given-names>K.</given-names>
            <surname>Schlegel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Weißgerber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Stegmaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Seifert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Granitzer</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Kosch</surname>
          </string-name>
          . Balloon Synopsis:
          <string-name>
            <given-names>A Modern</given-names>
            <surname>Node-Centric RDF</surname>
          </string-name>
          Viewer and
          <article-title>Browser for the Web</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref118">
        <mixed-citation>
          [118]
          <string-name>
            <given-names>B.</given-names>
            <surname>Shneiderman</surname>
          </string-name>
          .
          <article-title>The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations</article-title>
          .
          <source>In IEEE Symposium on Visual Languages</source>
          ,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref119">
        <mixed-citation>
          [119]
          <string-name>
            <given-names>B.</given-names>
            <surname>Shneiderman</surname>
          </string-name>
          . Extreme Visualization:
          <article-title>Squeezing a Billion Records into a Million Pixels</article-title>
          .
          <source>In SIGMOD</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref120">
        <mixed-citation>
          [120]
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Skjaeveland. Sgvizler</surname>
          </string-name>
          :
          <article-title>A JavaScript Wrapper for Easy Visualization of SPARQL Result Sets</article-title>
          .
          <source>In ESWC</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref121">
        <mixed-citation>
          [121]
          <string-name>
            <given-names>C.</given-names>
            <surname>Stadler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lehmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Höffner</surname>
          </string-name>
          , and
          <string-name>
            <surname>S. Auer.</surname>
          </string-name>
          <article-title>LinkedGeoData: A core for a web of spatial open data</article-title>
          .
          <source>Semantic Web</source>
          ,
          <volume>3</volume>
          (
          <issue>4</issue>
          ),
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref122">
        <mixed-citation>
          [122]
          <string-name>
            <given-names>C.</given-names>
            <surname>Stadler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Martin</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer</surname>
          </string-name>
          .
          <article-title>Exploring the web of spatial data with facete</article-title>
          .
          <source>In WWW</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref123">
        <mixed-citation>
          [123]
          <string-name>
            <surname>C. D. Stolper</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Perer</surname>
            , and
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Gotz</surname>
          </string-name>
          .
          <article-title>Progressive Visual Analytics: User-Driven Visual Exploration of In-Progress Analytics</article-title>
          . TVCG,
          <volume>20</volume>
          (
          <issue>12</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref124">
        <mixed-citation>
          [124]
          <string-name>
            <given-names>C.</given-names>
            <surname>Stolte</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Hanrahan</surname>
          </string-name>
          .
          <article-title>Polaris: A System for Query, Analysis and Visualization of Multi-Dimensional Relational Databases</article-title>
          . In InfoVis,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref125">
        <mixed-citation>
          [125]
          <string-name>
            <surname>M. D. Storey</surname>
            ,
            <given-names>N. F.</given-names>
          </string-name>
          <string-name>
            <surname>Noy</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Musen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Best</surname>
            ,
            <given-names>R. W.</given-names>
          </string-name>
          <string-name>
            <surname>Fergerson</surname>
            , and
            <given-names>N. A.</given-names>
          </string-name>
          <string-name>
            <surname>Ernst</surname>
          </string-name>
          .
          <article-title>Jambalaya: an interactive environment for exploring ontologies</article-title>
          .
          <source>In IUI</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref126">
        <mixed-citation>
          [126]
          <string-name>
            <given-names>M.</given-names>
            <surname>Stuhr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Roman</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Norheim. LODWheel -</surname>
          </string-name>
          JavaScript
          <article-title>-based Visualization of RDF Data</article-title>
          .
          <source>In COLD</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref127">
        <mixed-citation>
          [127]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sundara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Atre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Kolovski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Das</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. I.</given-names>
            <surname>Chong</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Srinivasan</surname>
          </string-name>
          .
          <article-title>Visualizing large-scale RDF data using Subsets, Summaries, and Sampling in Oracle</article-title>
          .
          <source>In ICDE</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref128">
        <mixed-citation>
          [128]
          <string-name>
            <given-names>F.</given-names>
            <surname>Tauheed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Heinis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Schürmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Markram</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Ailamaki</surname>
          </string-name>
          . SCOUT:
          <article-title>Prefetching for Latent Feature Following Queries</article-title>
          .
          <source>PVLDB</source>
          ,
          <volume>5</volume>
          (
          <issue>11</issue>
          ),
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref129">
        <mixed-citation>
          [129]
          <string-name>
            <given-names>K.</given-names>
            <surname>Thellmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Galkin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Orlandi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Auer. LinkDaViz - Automatic Binding</surname>
          </string-name>
          of Linked Data to Visualizations. In ISWC,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref130">
        <mixed-citation>
          [130]
          <string-name>
            <given-names>C.</given-names>
            <surname>Tominski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Abello</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Schumann. CGV - An Interactive Graph Visualization System</surname>
          </string-name>
          .
          <source>Computers &amp; Graphics</source>
          ,
          <volume>33</volume>
          (
          <issue>6</issue>
          ),
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref131">
        <mixed-citation>
          [131]
          <string-name>
            <given-names>G.</given-names>
            <surname>Tschinkel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. E.</given-names>
            <surname>Veas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Mutlu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Sabol</surname>
          </string-name>
          .
          <article-title>Using Semantics for Interactive Visual Analysis of Linked Open Data</article-title>
          .
          <source>In ISWC</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref132">
        <mixed-citation>
          [132]
          <string-name>
            <given-names>F.</given-names>
            <surname>Valsecchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Abrate</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bacciu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tesconi</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Marchetti. DBpedia Atlas</surname>
          </string-name>
          <article-title>: Mapping the Uncharted Lands of Linked Data</article-title>
          .
          <source>In LDOW</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref133">
        <mixed-citation>
          [133]
          <string-name>
            <given-names>F.</given-names>
            <surname>Valsecchi</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Ronchetti</surname>
          </string-name>
          .
          <article-title>Spacetime: a Two Dimensions Search and Visualisation Engine Based on LinkedData</article-title>
          .
          <source>In SEMAPRO</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref134">
        <mixed-citation>
          [134]
          <string-name>
            <given-names>M.</given-names>
            <surname>Vartak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Madden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Parameswaran</surname>
          </string-name>
          , and
          <string-name>
            <given-names>N.</given-names>
            <surname>Polyzotis</surname>
          </string-name>
          .
          <source>SEEDB: Automatically Generating Query Visualizations. PVLDB</source>
          ,
          <volume>7</volume>
          (
          <issue>13</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref135">
        <mixed-citation>
          [135]
          <string-name>
            <given-names>M.</given-names>
            <surname>Voigt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pietschmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Grammel</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Meißner</surname>
          </string-name>
          .
          <article-title>Context-aware Recommendation of Visualization Components</article-title>
          . In eKNOW,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref136">
        <mixed-citation>
          [136]
          <string-name>
            <given-names>M.</given-names>
            <surname>Voigt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pietschmann</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Meißner</surname>
          </string-name>
          . A
          <string-name>
            <surname>Semantics-Based</surname>
          </string-name>
          ,
          <article-title>End-User-Centered Information Visualization Process for Semantic Web Data</article-title>
          .
          <source>In Semantic Models for Adaptive Interactive Systems</source>
          .
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref137">
        <mixed-citation>
          [137]
          <string-name>
            <given-names>T. D.</given-names>
            <surname>Wang</surname>
          </string-name>
          and
          <string-name>
            <surname>B. Parsia.</surname>
          </string-name>
          <article-title>CropCircles: Topology Sensitive Visualization of OWL Class Hierarchies</article-title>
          .
          <source>In ISWC</source>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref138">
        <mixed-citation>
          [138]
          <string-name>
            <given-names>H.</given-names>
            <surname>Wickham</surname>
          </string-name>
          .
          <article-title>Bin-Summarise-Smooth: A Framework for Visualising Large Data</article-title>
          .
          <source>Technical report</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref139">
        <mixed-citation>
          [139]
          <string-name>
            <given-names>K.</given-names>
            <surname>Wongsuphasawat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Moritz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Anand</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. D.</given-names>
            <surname>Mackinlay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Howe</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J.</given-names>
            <surname>Heer</surname>
          </string-name>
          . Voyager:
          <article-title>Exploratory Analysis via Faceted Browsing of Visualization Recommendations</article-title>
          . TVCG,
          <volume>22</volume>
          (
          <issue>1</issue>
          ),
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref140">
        <mixed-citation>
          [140]
          <string-name>
            <given-names>E.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Battle</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. R.</given-names>
            <surname>Madden</surname>
          </string-name>
          .
          <source>The Case for Data Visualization Management Systems. PVLDB</source>
          ,
          <volume>7</volume>
          (
          <issue>10</issue>
          ),
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref141">
        <mixed-citation>
          [141]
          <string-name>
            <given-names>E.</given-names>
            <surname>Wu</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Madden</surname>
          </string-name>
          . Scorpion:
          <article-title>Explaining Away Outliers in Aggregate Queries</article-title>
          .
          <source>PVLDB</source>
          ,
          <volume>6</volume>
          (
          <issue>8</issue>
          ),
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref142">
        <mixed-citation>
          [142]
          <string-name>
            <given-names>K.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. T.</given-names>
            <surname>Tran</surname>
          </string-name>
          , and
          <string-name>
            <surname>Y. Yu.</surname>
          </string-name>
          <article-title>ZoomRDF: semantic fisheye zooming on RDF data</article-title>
          .
          <source>In WWW</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref143">
        <mixed-citation>
          [143]
          <string-name>
            <given-names>M.</given-names>
            <surname>Zinsmaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>U.</given-names>
            <surname>Brandes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Deussen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Strobelt</surname>
          </string-name>
          .
          <article-title>Interactive Level-of-Detail Rendering of Large Graphs</article-title>
          . TVCG,
          <volume>18</volume>
          (
          <issue>12</issue>
          ),
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref144">
        <mixed-citation>
          [144]
          <string-name>
            <given-names>K.</given-names>
            <surname>Zoumpatianos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Idreos</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Palpanas</surname>
          </string-name>
          .
          <article-title>Indexing for interactive exploration of big data series</article-title>
          .
          <source>In SIGMOD</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>