<!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>Linked Data for Network Science</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Paul Groth</string-name>
          <email>p.t.groth@vu.nl</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yolanda Gil</string-name>
          <email>gil@isi.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Information Sciences Institute, University of Southern California</institution>
          ,
          <addr-line>4676 Admiralty Way, Marina del Rey, CA 90292</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>VU University Amsterdam</institution>
          ,
          <addr-line>De Boelelaan 1081a, Amsterdam, 1081 HV</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Network science is an emerging research area focused on developing general network-based approaches for studying phenomena across a range of fields from social science to biology. Techniques from network science include network analysis, network modeling and visualization. A key difficulty facing networks science is data acquisition. Network data must often be mined and converted from non-network sources, which is often a laborious and error prone process. In this paper, we present a simplified approach for extracting networks from Linked Data. These extracted networks can then be analyzed through network analysis algorithms, and the results of these analyses can be published back as Linked Data. The aim is to provide a corpus of well-described networks for use in network science. We describe LinkedDataLens, an implementation of this framework that uses the Wings workflow system to represent multi-step network extraction and analysis processes. Additionally, we describe initial networks that have been extracted and characterized with this framework.</p>
      </abstract>
      <kwd-group>
        <kwd>knowledge capture</kwd>
        <kwd>network analysis</kwd>
        <kwd>linked data</kwd>
        <kwd>network science</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        Network science is a discipline that “aims to develop theoretical and practical
approaches and techniques to increase our understanding of natural and man made
networks” [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. It is encompasses a wide variety scientific disciplines ranging from
biology, to social science, to physics and math. Common across all these areas is the
use of techniques such as network analysis, network modeling and network
visualization. A key challenge for network science is data acquisition. While the
advent of digital data has made network science possible, for many domains data is
often unavailable, incomplete, or has strong biases [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In this work, we begin to
address this problem through the use of Linked Data [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        We view Linked Data as a “network of networks.” Diverse datasets, such as
Geonames and DBpedia, are interlinked into a massive network. Within this Linked
Data network, one could identify smaller self-contained subsets represented in turn as
networks. For example, one might extract a social network of people who are
members of the current US Congress from the larger DBpedia dataset. These
extracted networks could span more than one dataset. For example, one could
construct a temporal network of events containing all concerts in a geographical
region, which would integrate information from event and geospatial sources. Each of
these extracted networks represents a meaningful aspect of some phenomenon, and
can be studied and characterized in their own right. For example, using network
analysis algorithms we can derive useful summary statistics, detect clusters, and infer
new links. The resulting analyses can be seen as metadata of the extracted networks.
This metadata can be used to formulate queries to search for networks or entities of
interest with particular characteristics. For example, finding whether social networks
have parallel network properties to the content networks they are associated [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ].
      </p>
      <p>
        We have implemented this framework in a system called LinkedDataLens.
Through it, we generate three kinds of useful artifacts: 1) the extracted networks
themselves, 2) their derived characteristics as metadata, and 3) the analytic processes
used to derive those characteristics. Since all these artifacts have value for the
community, our system exports them as Linked Data. A key aspect of our approach is
the use of a workflow system to manage the creation and export of these artifacts. We
use computational workflows to represent multi-step network extraction and analysis
processes [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. Workflows represent data analysis routines as workflow components.
Workflows also contain links that express the dataflow among these components and
reflect the interdependencies that must be managed during their execution. Workflow
systems record all execution results together with their provenance. Such systems are
often used within the network science community [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>The major contributions of this work are:
1. A framework for characterizing Linked Data using aggregate measures of its
contents. We do this by identifying and extracting meaningful subsets of the
data and using network analysis algorithms to derive summary statistics and
other metadata of interest.
2. A publicly available open system, LinkedDataLens, that implements this
framework. The system will use workflows composed of software
components that extract networks from Linked Data, analyze the
characteristics of the networks, and generate graphs and visualizations of the
results. The workflows will be executed to derive the new metadata and their
provenance as represented by the workflows. LinkedDataLens is available
open source, so others can extend the system at all levels, from adding
components to new functionality to the workflow system. It can be easily
installed in a local machine. It is also available as a community web portal
at http://linkeddatalens.isi.edu.
3. A new approach to create datasets of interest to network science, published
as Linked Data in the form of extracted networks and metadata about their
characteristics. The extracted networks and corresponding metadata are
published automatically by LinkedDataLens. The system automatically
publishes the derived characteristics and their provenance, so anyone using it
to run analyses will be exposing useful content to others. Furthermore, this
new metadata can be queried to find datasets of interest. Importantly, the
resulting networks are readily available to the network science community in
a format that they use, to enable cross-pollination and to facilitate sharing.</p>
      <p>The paper begins with a description of the general framework that we adopt. We
then describe LinkedDataLens as a realization of this framework. After which,
specific networks that were created and analyzed with this framework are presented.
This is followed by a discussion of related work. We finalize with conclusions.</p>
    </sec>
    <sec id="sec-2">
      <title>2 Framework</title>
      <p>Our framework addresses a number of challenges to extracting and analyzing
networks from Linked Data. First, the networks to be analyzed may not be directly
accessible within Linked Data. For example, resources may be connected by
multihop paths rather than being directly connected in a network by a single relation.
Similarly, Linked Data links may be represented by resources rather than by edges in
a network. Secondly, most network algorithms do not directly ingest RDF data.
Finally, comprehensive metadata and provenance about the extracted networks need
to be maintained in order to facilitate search. Our framework consists of the following
three steps, which we discuss in more detail below.</p>
      <sec id="sec-2-1">
        <title>1. Pattern-based network extraction from Linked Data</title>
        <p>2. Characterization of the extracted networks with statistics through network
analysis algorithms</p>
        <p>3. Publication of networks as Linked Data with associated statistics and
provenance metadata</p>
        <sec id="sec-2-1-1">
          <title>2.1 Pattern-Based Extraction</title>
          <p>Within each dataset that makes up Linked Data, we can extract a wide variety of
domain specific networks. Furthermore, we may want to extract networks from across
multiple linked data sets. In both cases, the networks we may wish to acquire may
span multiple resource paths.</p>
          <p>PREFIX dailymed:</p>
          <p>&lt;http://www4.wiwiss.fu-berlin.de/dailymed/resource/dailymed/&gt;
SELECT DISTINCT ?n1 ?n2 ?link WHERE {
?n1 dailymed:producesDrug ?drug.
?drug dailymed:activeIngredient ?link.
?n2 dailymed:producesDrug ?drug2.
?drug2 dailymed:activeIngredient ?link.</p>
          <p>FILTER(?n1 != ?n2)
}
Fig. 1. SPARQL query following a simple triple pattern.</p>
          <p>For example, in Figure 1 we see a SPARQL query for the DailyMed dataset that
selects the components of a network of competing pharmaceutical companies where
competition is defined by selling drugs with the same active ingredient. The network
that we would like to construct would have the companies as nodes, and would have
links between two nodes indicate competing products. In this case, to derive the links
in the network we need to span a resource (some drug) and two RDF properties
(dailymed:producesDrug and dailymed:activeIngredient) to construct the appropriate
link.</p>
          <p>Even this rather simple network requires creating a view over the original dataset.
To facilitate the integration of network extraction with network analysis algorithms,
we use a simple pattern-based approach. We define a simple triple pattern specifying
the nodes with the network and then link between those nodes. To conform to our
pattern, SPARQL queries must use the same variable names (?n1, ?n2, ?link). This
simplifies the parsing and construction of networks in the desired format.</p>
          <p>We use “select” SPARQL queries instead of “construct” queries as our aim is not
to produce new RDF graphs but instead to produce networks in formats that are more
amendable to processing by network algorithms. After execution of a SPARQL query,
we convert the variable bindings to a weighted network where the weight of each
edge in the network is given by the number of occurrences of links between two
nodes in the variable bindings.
2.2</p>
        </sec>
        <sec id="sec-2-1-2">
          <title>Network Characterization</title>
          <p>
            Networks can be characterized using a wide variety of statistical measures. For
example, the degree distribution informs us about the connectedness of the network
and can be a proxy for identifying the most important nodes within a network. The
calculation of betweenness centrality on nodes can help understand whether particular
nodes play an important role in connecting the network. Other algorithms identify
which nodes provide authoritative information in the network. Simple metrics such as
whether a network is connected, its density, how many edges and nodes are also
useful points of reference for understanding and comparing networks. See [
            <xref ref-type="bibr" rid="ref21">21</xref>
            ] and
[
            <xref ref-type="bibr" rid="ref4">4</xref>
            ] for definitions and discussion of the aforementioned (and other) network
measures. In addition to statistical measures, networks can be characterized through
visualizations. Visualizations are often used to be able to identify groupings and
associations that are difficult to identify algorithmically. Both visualizations and
statistical measures are important tools within network science.
          </p>
          <p>An often overlooked side effect of these analyses is that they can provide useful
characterizations of networks to search upon. For example, a science policy analyst
may be interested in finding highly dense networks of scientists to study the impact of
tight collaboration on productivity. Similarly, an organizational scientist may look for
networks that show two dominate organizations to study duopolies. These sorts of use
cases provide the motivation for the third step of our framework.</p>
        </sec>
        <sec id="sec-2-1-3">
          <title>2.3 Publishing Networks</title>
          <p>
            In this step of the framework, we publish the networks along with metadata about
those networks. To facilitate the usage of the networks, we publish them in a format
(PAJEK) that is widely supported by network tools [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ]. The metadata that is
associated with the network is published in RDF. In addition to the results of network
characterization, we also publish the entire provenance of the both the networks
generation and characterization. This additional provenance is important because it
allows us to perform queries over the union of metadata about the network, the query
that was used to extract the network as well as the characteristics of the network. In
addition, by providing the provenance of the network analysis, users can have greater
confidence in the measurements and visualizations generated. Finally, given the
completeness of the provenance information provided, others can reuse the same
workflow to extract and analyze other networks.
          </p>
          <p>We now discuss our realization of this framework and its application to extract and
characterize networks from four different data sets.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3 LinkedDataLens</title>
      <p>LinkedDataLens is our realization of the above framework. Figure 2 gives an
overview of how LinkedDataLens works. It makes use of workflows to represent
network analyses. The inputs to the workflow are typically a query to Linked Data
and a location to access it. When workflows are executed, networks of interest are
extracted and analyzed. LinkedDataLens takes advantage of the capabilities offered
by workflow systems to comprehensively capture the provenance of both the network
and its characterization. The results and their provenance are published as linked data.
We now discuss the details of the system.</p>
      <sec id="sec-3-1">
        <title>3.1 Representing Network Extraction and Analysis as Computational</title>
      </sec>
      <sec id="sec-3-2">
        <title>Workflows</title>
        <p>
          The network extraction and analysis steps are represented as workflows. Using a
workflow system provides several key features: 1) it facilitates assembly of
workflows from software components; 2) it automatically tracks workflow execution
results and their provenance; 3) it enables reuse of workflows for new analyses.
LinkedDataLens uses the Wings workflow system [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. A unique feature of Wings is
that it uses semantic representations of workflows to reason about the application
requirements and assist users to create complex multi-step workflows. In particular,
Wings includes algorithms for automated workflow elaboration [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], provenance and
metadata generation [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ], and parallel processing of data collections [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Wings also
provides interactive assistance to create new components and workflows in the
science domain [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. Wings is released as open source software, and uses open
semantic web standards such as OWL and RDF, as well as the Pegasus/Condor
workflow execution software from the NSF National Middleware Initiative which
allows processing datasets of very large scale [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. The user interface is a web
application, so an installation of Wings at a local institution can be accessed remotely
by many users to facilitate workflow reuse and data sharing.
        </p>
        <p>Our workflows typically start off with a generic component that is given a
patterned query and a SPARQL Endpoint and extracts a network. For other datasets
that do not offer an endpoint, as well as to use queries that span several datasets, we
use larger aggregators such as the Openlink Linked Open Data LOD Cloud cache1.
Therefore, we can use queries that aggregate data from different datasets. We are still
exploring this capability.</p>
        <p>
          The network extracted is then analyzed and visualized using multiple components.
To facilitate interoperability between network components, we have adopted the
PAJEK file format as a standard serialization to communicate networks among
components. Network statistics are exposed as Linked Data using our own. In future
versions of the component we plan to use the ontology defined in [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>Analysis is performed using components based on the Gephi tookit [2] and a
library NetworkX (http://networkx.lanl.gov). The system contains 8 standard network
analysis algorithms and 3 visualization components. The system provides a
convenient mechanism to wrap any command line tool as a component and define
how those components interoperate. Importantly, the underlying implementation
details are hidden from the user who can instead focus on constructing a workflow.
Once created, a workflow can be applied for other networks.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.2 Metadata and Provenance</title>
        <p>
          Wings automatically records the provenance of workflow execution results [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
The provenance includes: the workflow that was executed; links to all input, output
        </p>
        <sec id="sec-3-3-1">
          <title>1 http://lod.openlinksw.com/</title>
          <p>and intermediate data; a specification of the software components executed; the
bindings of files and parameters to the arguments of the components</p>
          <p>This provenance is navigable in the Wings user interface. More importantly, the
user can choose to expose this complete provenance as Linked Data. The execution
provenance interface and its exported RDF representation can be seen in Figure 3.</p>
          <p>The provenance exported has a crucial connective role between the network and its
characterization. Using the provenance, we can navigate both from the
characterizations of the network to the network itself as well as from the network to
its characterizations. We aim to export provenance in the forthcoming W3C standard.
Additionally, we can query both the results of network characterization and the
provenance at the same time.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 Analysing Subnetworks</title>
      <p>
        In this section, we report on the use of LinkedDataLens to expose four different
meaningful sub-networks that were extracted from Linked Data. These four networks
are from the following data sets:
• DBpedia – provides access to the structure information contained within
wikipedia. DBpedia acts as a focal point of the Web of Data [1].
• LinkedCT – provides a structured representation of clinical trial information
interlinked with other Linked Data biomedical data sources [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
• Drugbank – is a repository of over 5000 FDA approved small molecule and
biotech drugs [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. The Free Universteit Berlin makes available a linked data
version of this database and interlinks it with a biomedical sources such as the
aforementioned LinkedCT.
• Semantic Web Dogfood – is a corpus of all information about the main
conferences and workshops held in the Semantic Web community. It contains
not only information about papers, but also locations, persons, and event
organization [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <p>We now briefly describe each of the four networks providing links to the workflow
provenance, which also contains links to the actual network itself.</p>
      <p>The networks are exported as a file in the Pajek format a common format used
within the network science community. Note that they could be easily exported in
RDF format back to the Web of Data. Going forward, we aim to use our approach to
provide a useful corpus of networks to this community.</p>
      <sec id="sec-4-1">
        <title>4.1 US Senators Alumni Network</title>
        <p>From DBpedia, we extracted a network of incumbent United States Senators that
went to the same university. It could be used to examine whether there is an impact on
legislation based on university ties. We used the following SPARQL query to build
the network:
select DISTINCT ?n1, ?n2, ?link where {
?n1 dbpedia-prop:wordnet_type</p>
        <p>wordnet:synset-incumbent-noun-1.
?n2 dbpedia-prop:wordnet_type</p>
        <p>wordnet:synset-incumbent-noun-1.
?n1 dcterms:subject dbpedia-cat:Living_people.
?n2 dcterms:subject dbpedia-cat:Living_people.
?n1 dbpedia-owl:almaMater ?link.
?n2 dbpedia-owl:almaMater ?link.
?n1 dcterms:subject ?state.
?state skos:broader</p>
        <p>dbpedia-cat:United_States_Senators.
?n2 dcterms:subject ?state2.
?state2 skos:broader</p>
        <p>dbpedia-cat:United_States_Senators.</p>
        <p>FILTER(?n1 != ?n2)
}</p>
        <p>Some characteristics of this network include that it has 17 different connected
clusters and that Jim Jeffords (an independent) is the largest hub within it. Its
provenance record is available at:
Figure 4 shows a visualization of this network as a whole and zooming into a
portion of it, as well as an excerpt of its characteristics.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2 Clinical Trial Facilities in Los Angeles</title>
        <p>We extracted from LinkedCT a network of facilities within Los Angeles that have
investigated the same condition in a clinical trial. The network represents 616
facilities with 936 connections between those facilities. From this network it is
apparent that large universities such as the University of Southern California and
UCLA are involved in many clinical trials. However, we also found that
pharmaceutical companies such as GSK are also running a variety of clinical trials in
Los Angeles. The extracted network’s provenance record is available at:
Figure 5 shows a visualization of this network as a whole and zooming into a
portion of it, as well as an excerpt of its characteristics.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3 Competing Pharmaceutical Companies</title>
        <p>From the DrugBank dataset, we extracted a network of competing pharmaceutical
companies where competition was defined by the selling of drugs with the same
active ingredient. The same extraction and analysis workflow for the clinical trials
network was used to obtain and describe this network. In this case, the network is
highly connected with 17 connected components and 3032 edges for a network with
609 nodes. Instead of using the dataset directly we acquired the network using the
LOD Cache endpoint. The provenance record is available at:</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4 ISWC 2010 Co-Authors</title>
        <p>
          We extracted the co-author network from the Semantic Web Dogfood corpus for
the International Semantic Web Conference 2010. Such co-author networks are often
used in the field of scientometrics to analyze a scientific domain. For example, in
[
          <xref ref-type="bibr" rid="ref18">18</xref>
          ], network analyses over networks from this same corpus were used to determine
the importance of members within the Semantic Web academic community. This
network has a high-clustering coefficient. This is to be expected as authors cluster
together according to papers and most authors do not have more than one or two
papers in a single conference. The provenance record is available at:
        </p>
      </sec>
      <sec id="sec-4-5">
        <title>4.5 Performance</title>
        <p>Table 1 describes the performance of the system as it extracted each of these
networks. The system was running in a Quad-Core Intel Xeon 3.6GHz with 3.4GB of
RAM. The networks have very different sizes, and the datasets that they were
extracted from are very different sizes. The system is able to extract the networks of
interest in a very small amount of time.</p>
        <p>
          There has been some research on combining network analysis and the Semantic
Web. In [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ], a system, Flink, was presented that allowed network analysis over
Semantic Web data. However, unlike our work it did not cater for the republishing of
networks with statistics and the creation of analysis pipelines. [Martin et al 09]
represent networks in RDF and show how SPARQL can be used for common network
queries. Similarly, [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] uses SPARQL to and other semantic web technologies to
perform network analysis. Our approach differs from both approaches in that it
focuses on constructing analysis pipelines and exposing network metadata not on
representing networks themselves.
        </p>
        <p>
          A variety of social network analysis packages are available where researchers can
run algorithms to analyze networks [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. However, they do not provide a means to
compose individual algorithms into a reusable workflow, nor to record provenance of
the analytic results.
        </p>
        <p>
          The SORACS project provides a service-oriented architecture to create workflows
for social network analysis [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. It illustrates the advantages of using workflows to
apply heterogeneous software components. SORACS does not extract social
networks, and does nor consume nor produce content as Linked Data.
        </p>
        <p>There are data collections that contain social network datasets, such as the
Interuniversity Consortium for Political and Social Research (http://www.icpsr.umich.edu)
and the DataVerse Network Project (http://thedata.org). Those datasets are
contributed and described manually by the researchers that collect them. In contrast,
our datasets are publicly accessible as web resources and their metadata can be
queried programmatically.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5 Conclusion</title>
      <p>We presented an approach to extract meaningful networks from Linked Data,
characterize them with network analysis algorithms, and export the networks and their
characterizations as Linked Data. LinkedDataLens demonstrates that Linked Data can
provide a useful substrate for the network science community. In the future, we aim
to expand the framework to deal with larger more heterogeneous data sets.
Acknowledgments. We would like to thank Varun Ratnakar for his feedback and
assistance with this work. This research was funded in part by the National Science
Foundation under grant number IIS-0948429.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Kobilarov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ; Cyganiak, R.; and
          <string-name>
            <surname>Ives</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          “
          <article-title>DBpedia: A Nucleus for a Web of Open Data.” 6th International Semantic Web Conference (ISWC), Busan</article-title>
          , Korea, (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bastian</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heymann</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jacomy</surname>
            <given-names>M. “</given-names>
          </string-name>
          <article-title>Gephi: an open source software for exploring and manipulating networks</article-title>
          .”
          <source>International AAAI Conference on Weblogs and Social Media</source>
          , (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Batagelj</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Mrvar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          “
          <article-title>Pajek. Analysis and visualization of large networks</article-title>
          .” In M. Junger, and P. Mutzel (eds),
          <source>Graph Drawing Software</source>
          , Springer, (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Brandes</surname>
            <given-names>U.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Erlebach</surname>
            <given-names>T.</given-names>
          </string-name>
          ,
          <source>“Network Analysis: Methodological Foundations”, Lecture Notes in Computer Science</source>
          , Vol.
          <volume>3418</volume>
          , Springer-Verlag,
          <article-title>(</article-title>
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          “
          <article-title>Linked Data - The Story So Far</article-title>
          .”
          <source>International Journal on Semantic Web and Information Systems</source>
          ,
          <volume>5</volume>
          (
          <issue>3</issue>
          ), (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Börner</surname>
            <given-names>K...</given-names>
          </string-name>
          <article-title>Plug-and-play macroscopes</article-title>
          .
          <source>Commun. ACM 54</source>
          , 3
          <fpage>60</fpage>
          -
          <lpage>69</lpage>
          , (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Börner</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanyal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Vespignani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <article-title>Network science</article-title>
          .
          <source>Annual Review of Information Science and Technology</source>
          ,
          <volume>41</volume>
          :
          <fpage>537</fpage>
          -
          <lpage>607</lpage>
          , (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Ereteo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buffa</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gandon</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corby</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          “
          <article-title>Analysis of a real online social network using semantic web frameworks</article-title>
          .
          <source>” 8th International Semantic Web Conference</source>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ratnakar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deelman</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehta</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Kim</surname>
          </string-name>
          . “
          <article-title>Wings for Pegasus: Creating Large-Scale Scientific Applications Using Semantic Representations of Computational Workflows,”</article-title>
          <source>Proceedings of the 19th Annual Conference on Innovative Applications of AI (IAAI)</source>
          , (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Groth</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ratnakar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Fritz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          “Expressive Reusable Workflow Templates.
          <source>” Proceedings of the Fifth IEEE International Conference on e-Science</source>
          , Oxford,
          <string-name>
            <surname>UK</surname>
          </string-name>
          , (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ratnakar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Fritz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          “
          <article-title>Assisting Scientists with Complex Data Analysis Tasks through Semantic Workflows</article-title>
          .”
          <source>In Proceedings of the AAAI Fall Symposium on Proactive Assistant Agents, Arlington</source>
          ,
          <string-name>
            <surname>VA</surname>
          </string-name>
          , (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Ratnakar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Gonzalez-Calero</surname>
            ,
            <given-names>P. A.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Groth</surname>
          </string-name>
          , P.; Moody, J.; and
          <string-name>
            <surname>Deelman</surname>
          </string-name>
          , E. “
          <article-title>Wings: Intelligent Workflow-Based Design of Computational Experiments</article-title>
          .
          <source>” IEEE Intelligent Systems</source>
          , Vol.
          <volume>26</volume>
          , No.
          <volume>1</volume>
          , (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Hassanzadeh</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kementsietsidis</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lim</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>RJ</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Wang</surname>
            <given-names>M. “</given-names>
          </string-name>
          <article-title>LinkedCT: A Linked Data Space for Clinical Trials</article-title>
          ,”
          <year>2009</year>
          , http://arxiv.org/abs/0908.0567.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Huisman</surname>
          </string-name>
          , M. and
          <string-name>
            <surname>van Duijn</surname>
            ,
            <given-names>M.A.J. “</given-names>
          </string-name>
          <article-title>A Reader's Guide to SNA Software</article-title>
          .” To appear in P.J. Carrington and
          <string-name>
            <given-names>J.</given-names>
            <surname>Scott</surname>
          </string-name>
          (Eds.)
          <article-title>Handbook of Social Network Analysis</article-title>
          .
          <source>SAGE</source>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deelman</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehta</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Ratnakar</surname>
          </string-name>
          . “
          <article-title>Provenance Trails in the Wings/Pegasus Workflow System,” Concurrency and Computation: Practice and Experience, Special Issue on the First Provenance Challenge</article-title>
          , Vol
          <volume>20</volume>
          ,
          <string-name>
            <surname>Issue</surname>
            <given-names>5</given-names>
          </string-name>
          ,
          <string-name>
            <surname>April</surname>
          </string-name>
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gutierrez</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          “
          <article-title>Representing, querying and transforming social networks with rdf/sparql</article-title>
          .” In: Aroyo,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Traverso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Ciravegna</surname>
          </string-name>
          ,
          <string-name>
            <surname>F</surname>
          </string-name>
          . (eds.) Semantic Web: Research and Applications. pp.
          <fpage>293</fpage>
          -
          <lpage>307</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          “Flink:
          <article-title>Semantic web technology for the extraction and analysis of social networks</article-title>
          .
          <source>” Journal of Web Semantics</source>
          <volume>3</volume>
          ,
          <fpage>211</fpage>
          -
          <lpage>223</lpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ; Elfring,
          <string-name>
            <surname>T.</surname>
          </string-name>
          ; and Groenewegen,
          <string-name>
            <surname>P.</surname>
          </string-name>
          “
          <article-title>Application of semantic technology for social network analysis in the sciences</article-title>
          ,
          <source>” Scientometrics</source>
          , vol.
          <volume>68</volume>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>27</lpage>
          ,
          <string-name>
            <surname>July</surname>
          </string-name>
          (
          <year>2006</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Möller</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heath</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Handschuh</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Domingue</surname>
          </string-name>
          , J.: “
          <article-title>Recipes for semantic web dog food: the eswc and iswc metadata projects</article-title>
          .” In: ISWC'07/ASWC'07: pp.
          <fpage>802</fpage>
          -
          <lpage>815</lpage>
          . SpringerVerlag, Berlin, Heidelberg (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Schmerl</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Garlan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Dwivedi</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Bigrigg</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ; and
          <string-name>
            <surname>Carley</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          “
          <article-title>SORASCS: A Case Study in SOA-based Platform Design for Socio-Cultural Analysis</article-title>
          .”
          <source>In Proceedings of 33rd International Conference on Software Engineering</source>
          , (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Scott</surname>
          </string-name>
          , J. “
          <source>Social Network Analysis: A Handbook</source>
          . 2nd Ed.”:
          <string-name>
            <surname>Sage</surname>
          </string-name>
          (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Taylor</surname>
          </string-name>
          , I.,
          <string-name>
            <surname>Deelman</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gannon</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shields</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , (Eds). “Workflows for e-Science”, Springer, (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ; Groth,
          <string-name>
            <surname>P. Measuring</surname>
          </string-name>
          <article-title>the dynamic bi-directional influence between content and social networks</article-title>
          .
          <source>The 9th International Semantic Web Conference 814-829</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Wishart</surname>
            <given-names>DS</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knox</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            <given-names>AC</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheng</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shrivastava</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tzur</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gautam</surname>
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hassanali</surname>
            <given-names>M. “</given-names>
          </string-name>
          <article-title>DrugBank: a knowledgebase for drugs, drug actions and drug targets</article-title>
          .
          <source>” Nucleic Acids Research</source>
          , Jan;
          <volume>36</volume>
          (Database issue):
          <fpage>D901</fpage>
          -6, (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>