<!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>Computing Identity Co-Reference Across Drug Discovery Datasets</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Christian Y A Brenninkmeijer</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ian Dunlop</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Carole Goble</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alasdair J G Gray</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Steve Pettifer</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Robert Stevens</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Heriot-Watt University</institution>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Computer Science, University of Manchester</institution>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents the rules used within the Open PHACTS (http://www.openphacts.org) Identity Management Service to compute co-reference chains across multiple datasets. The web of (linked) data has encouraged a proliferation of identi ers for the concepts captured in datasets; with each dataset using their own identi er. A key data integration challenge is linking the co-referent identi ers, i.e. identifying and linking the equivalent concept in every dataset. Exacerbating this challenge, the datasets model the data di erently, so when is one representation truly the same as another? Finally, di erent users have their own task and domain speci c notions of equivalence that are driven by their operational knowledge. Consumers of the data need to be able to choose the notion of operational equivalence to be applied for the context of their application. We highlight the challenges of automatically computing co-reference and the need for capturing the context of the equivalence. This context is then used to control the co-reference computation. Ultimately, the context will enable data consumers to decide which co-references to include in their applications.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Within the life sciences there has been a proliferation of databases published,
with the 2013 NAR database issue listing over 1,500 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. An increasing number
of these are being published as linked data { either directly, e.g. the recent
publication of RDF data by the EBI3 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] or through projects such as Bio2RDF
[
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] { forming a web of linked data. A key data integration challenge is identifying
the \same" concept across these datasets.
      </p>
      <p>
        While there have been attempts to provide global identi ers for a concept,
e.g. with life sciences identi ers [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], these have not gained widespread use.
Consequently, there is no global, or life sciences, identi er scheme used by all datasets
to identify a given concept; each dataset uses their own identi er scheme, leading
to a proliferation of identi ers for (notionally) the same concept [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        Then there is the problem of what does it mean to be the same; just
representing the truth is not a tenable position. As demonstrated by Halpin et al [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]
      </p>
    </sec>
    <sec id="sec-2">
      <title>3 http://www.ebi.ac.uk/rdf/ accessed November 2013</title>
      <p>there are many interpretations of the owl:sameAs relationships that exist in the
data. Life sciences datasets contain complimentary and overlapping data,
modelled with di erent levels of granularity depending upon the purpose of the data
capture. Therefore, when we refer to the data being about the \same" concept,
we are not looking for identical representations but rather saying that these two
complimentary records can be treated as being operationally equivalent.
However, the notion of operational equivalence depends upon the use to which the
data will be put and thus can only be decided by the user or the application
they use.</p>
      <p>
        Linked data allows a user to navigate their way through the web of data by
following links from one resource to a related resource. Consequently not every
pair of datasets are linked since you can navigate your way through the web
of data. However there are many scenarios where you need to know all of the
equivalent URIs. For example, to power a linked data integration platform such
as the drug discovery platform being developed by the Open PHACTS project
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Co-reference services such as sameas.org [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] and BridgeDb [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] provide a
look-up service for discovering equivalent identi ers. However, they are a melting
pot of equivalence as they do not consider the context of why two things are
equivalent. For example, a search on sameas.org with the URI for the UniProt
record for \Insulin Receptor (homo-sapien)"4 results in 30,866 equivalent URIs;
the rst 1,292 of which are for DBPedia gene entries. Clearly these cannot all
be equivalent, particularly since the UniProt record is a protein and not a gene.
      </p>
      <p>In order for scientists to trust mappings, they need to understand the context
of the equivalence claim and who is making the claim. By providing the context
{ in scienti c terms { together with the provenance of the mapping { how it
was made and by whom { the scientist can understand the notion of equivalence
captured and make an informed decision about whether to include it in their
application.</p>
      <p>In this paper we
{ Identify the challenges of identity co-reference across datasets (Section 2);
{ Discuss the metadata required to describe a dataset and capture the context
of its links to other datasets (Section 3);
{ Present the rules used to control co-reference computation and their usage
in the Open PHACTS Identity Management Service (IMS) (Section 4).
2</p>
      <sec id="sec-2-1">
        <title>Multiple Identi ers, but are they the same?</title>
        <p>
          Information relevant for drug discovery research is sourced from a variety of
overlapping datasets. For example, information about drugs can be retrieved
from DrugBank [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ], while data about the chemical compounds that compose
the drug are available from ChEMBL [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], ChemSpider [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] and DrugBank,
and details of the target { typically a protein { that the drug interacts with
are available from ChEMBL and UniProt [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. Since each of these datasets is
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4 http://www.uniprot.org/uniprot/P06213 accessed September 2013</title>
      <p>modelled with a di erent focus, and have their own identi er scheme, when can
we say that two records are truely equivalent? In some cases it is straightforward.
An entry in ChemSpider and an entry in ChEMBL that share the same InChI
will report about the same chemical, e.g. \imatinib mesylate". However, when
we consider the drug entry in DrugBank, e.g. \Gleevec", there can be multiple
InChI entries associated, e.g. the \gleevec" entry contains the InChI for both
\imatinib" and \imatinib mesylate". In this case, are the records the \same".
For a scientist interested in \gleevec" they would be, but for someone interested
only in \imatinib mesylate" perhaps not.</p>
      <p>
        Many datasets contain links to other related datasets. For example, UniProt
includes links to several related datasets. However the nature of these links are
not captured; in the case of the RDF export of UniProt they are all stated as
rdfs:seeAlso. It is therefore hard to automatically reuse such links due to the
di ering natures of the datasets and meaning of the link. A case in point would
be the relationships stated between UniProt { a protein sequence dataset { and
Protein Data Bank (PDB) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] { a 3-dimensional protein structure dataset. Due
to the di erences in the representations and the data gathering techniques the
concepts in these datasets are not, in the strictest sense, equivalent, i.e. there is
not a 1:1 isomorphism between the data instances. In particular, the UniProt
record for the insulin receptor protein (P062135) links to 18 PDB entries. These
in turn map back to six UniProt entries; one of which is the insulin receptor
protein we started with.
      </p>
      <p>For users and applications to trust and reuse equivalence relationships, they
need to understand what notion of equivalence is being claimed. UniProt, in their
RDF export, weaken their links to rdfs:seeAlso to avoid making inaccurate
claims, but this reduces the knowledge conveyed. At the other extreme, the
datasets in the Linked Data Cloud tend to be very relaxed about their claims
of \equivalence" and widely use, or misuse, the predicate owl:sameAs; typically
they do not intend the strict semantics of owl:sameAs. As such, these links need
to be used with caution. Such context will enable applications to choose which
links to include. For example, for the vast majority of drug discovery research
{ almost all { it would be acceptable to use \equivalence" links between gene
entries in Entrez Gene and protein entries in UniProt as genes are often used
as proxies for the protein that they encode. For example, when searching for
data about a target, it is common to enter the gene name as the search term.
However, there are those who would require that such links are not included,
e.g. working in very niche specialisms or on edge cases.
3</p>
      <sec id="sec-3-1">
        <title>Describing Datasets and their Links</title>
        <p>For e ective linking between datasets, and to enable trust in their use in
applications, it is essential to understand what has been linked and how. This requires
descriptions of the datasets and the links themselves.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5 http://www.uniprot.org/uniprot/P06213 accessed Sept. 2013</title>
      <p>A dataset description is essential for data discovery and to enable consumers
to use the data. It is a means to provide core metadata about a dataset, e.g. its
title, description, and license information. It can also convey information about
how to access the dataset, e.g. a SPARQL endpoint location, how the data is
modelled, i.e. which vocabularies have been used, and key statistics about the
data, e.g. number of triples, number of subjects, etc.</p>
      <p>
        The Vocabulary of Interlinked Datasets (VoID) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] provides a vocabulary of
terms and a deployment model for dataset descriptions. Where possible, VoID
recommends re-using Dublin Core terms, e.g. for providing the title (dct:title)
and license (dct:license). VoID itself provides predicates for expressing access
and statistical information. A key feature of VoID is the ability to embed the
dataset description with the data. This is achieved by the data linking back to
its description using the void:inDataset predicate. VoID also introduces the
notion of a Linkset which is a collection of links between a pair of datasets.
The linkset description captures the context of the links, i.e. which datasets are
linked using what predicate. Some bene ts of providing separate linksets are that
the linksets can develop independently of the datasets and even be provided by
third-parties, as well as being used in co-reference services. Figure 1 illustrates
four example links for a ChemSpider entry to the DrugBank dataset. These links
are drawn from three distinct linksets published by di erent providers using a
variety of link relationships.
      </p>
      <p>
        However, VoID does not prescribe which properties must be provided and
those that are more optional. This makes the general re-use of VoID dataset
descriptions di cult as there is no guarantee that the information you need will
be provided. For example, for the pharmaceutical companies involved with Open
PHACTS it is essential to understand the licensing restrictions of the dataset,
but this information may not be present in the dataset description. There is also
no notion of capturing the version of a dataset, which is essential to know when
linking between datasets. To overcome these challenges in the Open PHACTS
project, we have de ned a checklist of properties that must be provided [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
We have also identi ed additional vocabulary terms for capturing the context of
the linkset, e.g. the Provenance, Authoring and Version vocabulary (PAV) [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] is
used to provide the version number of a dataset.
4
      </p>
      <sec id="sec-4-1">
        <title>Identity Co-Reference Computation</title>
        <p>
          For systems such as the Open PHACTS Discovery Platform (OPSDP) [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], links
are required between several datasets. However, it is not practical to require that
each pair of datasets is directly related. As such we propose that co-reference
identities can be transitively computed from those that are supplied. However,
care needs to be taken to avoid computing inaccurate co-references as may result
from a chain of links with varying meaning. In this section we detail some
alternative strategies, the problems with them, and outline the approach currently
adopted by the Open PHACTS Identity Mapping Service (IMS) [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ].
4.1
        </p>
        <sec id="sec-4-1-1">
          <title>Link Predicate</title>
          <p>A VoID linkset includes three key pieces of information: the dataset that is the
subject of the link triples, the dataset that is the object of the link triples, and
the predicate used in the links. Based on this information it is feasible to compute
transitive co-reference links based on the properties of the link predicate. For
example, given the linksets A p! B and B p! C which link the datasets
A and B, and B and C respectively, with the link predicate p, and let p be
the predicate owl:sameAs, then it follows through the properties of the link
predicate that we have the linkset A p! C which links datasets A and C.</p>
          <p>
            However, as shown by Halpin et al [
            <xref ref-type="bibr" rid="ref15">15</xref>
            ] when owl:sameAs links are used they
are often not truely equivalent. Additionally, as indicated in Section 2, many
different link predicates are in use in life sciences datasets. These predicates each
have di erent properties, e.g. rdfs:seeAlso is neither transitive nor symmetric.
As such, it is not possible to compute a complete network of co-reference
identi ers across the set of required datasets based on OWL reasoning over the link
predicates. Therefore we need a custom approach to computing the transitive
co-reference across datasets that requires more than just the link predicate as a
means of control.
4.2
          </p>
        </sec>
        <sec id="sec-4-1-2">
          <title>Linkset Justi cation</title>
          <p>The limitation of the linkset predicate approach stems from the generality of the
linking predicate and thus the lack of domain knowledge that it conveys. One</p>
          <p>Term Justi cation
Chemical entity The concepts linked represent the same chemical entity.
sio:SIO 010004
Gene The concepts linked are conceptually the same gene.
sio:SIO 010035
InChI Key The concepts linked have the same InChI Key.
cheminf:CHEMINF 000059
Protein The concepts linked are conceptually the same protein.
sio:SIO 010043
Protein coding gene A gene resource and a protein resource are being treated
sio:SIO 000985 as being equivalent
Table 1: A subset of the vocabulary terms used to capture the justi cation of
a linkset and the operational equivalence that is interpreted. sio represents the
Semantic Science Integrated Ontology namespace and cheminf the Chemical
Information Ontology namespace.
approach to overcome this, whilst still retaining the notion of a VoID linkset,
would be to mint a new linking predicate for each notion of equivalence; these
could be created as sub-properties of existing mapping predicates. However there
is a major social barrier to such an approach; gaining consensus on the required
linking predicates and updating the existing links in the datasets to use these
new link predicates. As such, it is unlikely to gain traction.</p>
          <p>Another alternative is to annotate the linkset descriptions with additional
contextual data; this enables the use of the existing links unchanged. We term
this the justi cation for the linkset; the notion captured is the scienti c
interpretation of the operational equivalence applied by the linkset. For example, two
chemical datasets, A and B, that are linked because they have the same InChI
string would express this relationship in the linkset VoID header with the triples
:A-B_Linkset void:linkPredicate skos:exactMatch ;</p>
          <p>
            bdb:linksetJustification cheminf:CHEMINF_000059 .
where :A-B_Linkset is the resource that describes the linkset, the link predicate
is declared to be skos:exactMatch, and the justi cation is speci ed using the
BridgeDb vocabulary namespace (bdb6) with the value taken from the Chemical
Information Ontology namespace (cheminf7). The linkset can be expressed as
A pj! B where the justi cation j is cheminf:CHEMINF 000059 and the link
predicate p is skos:exactMatch. The set of supported justi cations within the
Open PHACTS IMS can be found in [
            <xref ref-type="bibr" rid="ref13">13</xref>
            ]; a subset of which are included in Table
1. A key advantage of this approach is that it extends rather then changes the
existing data.
          </p>
          <p>Based on the justi cation of linksets, we can compute transitive linksets. For
example, we can generate a linkset between datasets A and C through some</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>6 http://vocabularies.bridgedb.org/ops to appear soon</title>
    </sec>
    <sec id="sec-6">
      <title>7 http://semanticscience.org/resource/CHEMINF_000059 accessed Sept. 2013</title>
      <p>intermediary dataset B if there is a linkset between A and B and one between B
and C such that both linksets have the same justi cation. De nition 1 formally
gives the rule for computing transitive linksets based on their linkset justi cation.
Note that we do not require that the linksets have the same link predicate. The
resulting transitive linkset is given the weaker of the two link predicates with a
hierarchy of
owl:sameAs
skos:exactMatch
skos:closeMatch
rdfs:seeAlso:
Thus, if p was the link predicate owl:sameAs and r the link predicate rdfs:seeAlso,
the computed linkset A rj ! C would have the link predicate rdfs:seeAlso.</p>
      <sec id="sec-6-1">
        <title>De nition 1 (Transitive computation based on linkset justi cation).</title>
        <p>Given datasets A, B, and C, linksets A pj! B and B rj ! C both with the
justi cation j and link predicates p and r respectively then we can generate the
linkset
{ A
{ A
j
r ! C if p
j
p! C if r
r;</p>
        <p>By iteratively applying the rule given in De nition 1 it is possible to compute
chains of linksets that use the same justi cation. However it is possible to enter
an in nite cycle; thus the IMS implementation prevents the same linkset being
used more than once in a chain. As part of the provenance of the computed
linkset, the linksets that are used to compute it are tracked.
4.3</p>
      </sec>
      <sec id="sec-6-2">
        <title>Permitting Cross-type Equivalence</title>
        <p>Within the life sciences it is common to use gene names as proxies for protein
names since gene names are shorter and more standardised. It is easy for a
human to distinguish when this is being done but impossible for a computer to
distinguish. A key requirement for the OPSDP is to permit a user to enter with
a gene name that is then resolved to a URI for that gene. However, it should
be possible to retrieve information about the target { a protein, or group of
proteins { for which the entered gene name is a proxy. This means that it must
be possible to state that a gene and a protein are operationally equivalent, i.e.
to have equivalence across semantic types.</p>
        <p>This is straightforward using the linkset justi cation approach. We introduce
a new justi cation for a protein coding gene (sio:SIO 000985), see Table 1.
The complication comes when computing the transitive linksets to enable a user
entered gene to relate to the protein information in each of the datasets. The
transitive computation now needs to support equivalence across semantic types
with di erent justi cations. In particular we want to support chains of one or
more protein linksets, a protein-gene linkset, and one or more gene linksets. It
is important to prevent the use of protein-gene linksets to go from a gene to a
protein and back again; this is to prevent a chain of links whereby we end up
with protein X being claimed to be the same as protein Y due to crossing the
semantic type boundary multiple times.</p>
        <p>
          Additional contextual information is required from the linkset description.
Speci cally, the semantic type of the data being linked. This needs to be
captured at the linkset level since datasets can contain multiple semantic types,
e.g. ChEMBL, DrugBank and Ensembl [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Two additional predicates are used
to capture the semantic type: bdb:subjectsType and bdb:objectsType. Note
that these mirror the VoID predicates for specifying the datasets that are linked.
        </p>
        <p>De nition 2 extends the co-reference transitive computation rule given in
De nition 1 to support cross-type mappings. Note that for simplicity we have
omitted the link predicate from the rules in De nition 2. These are derived in the
same way as for the rule given in De nition 1. The rst clause of De nition 2 is a
combination of the clauses in De nition 1, with the additional constraint that all
of the datasets involved are of the same semantic type. The second clause allows
for a linkset of the same semantic type and a linkset with a cross semantic type
justi cation to be combined, with the resulting linkset being given the cross-type
justi cation.</p>
      </sec>
      <sec id="sec-6-3">
        <title>De nition 2 (Cross-type transitive computation). Let A, B, and C be</title>
        <p>datasets, and 0 be semantic types with 6= 0, and j and j0 be linkset justi
cations such that j links datasets with the same type and j0 links datasets across
types. Then the following two rules hold for transitive linkset computation:
{ Same semantic type and justi cation</p>
        <p>A
j
! B</p>
        <p>A
^ B
j
! C
j
! C
{ Cross semantic type and justi cation</p>
        <p>A
j
! B
^ B
j0
! C 0
j0
! B 0 ^ B 0
j
! C 0
A
_
j0</p>
        <p>A
! C 0</p>
        <p>By iteratively applying De nition 2 it is possible to compute the co-reference
of URIs across proteins and genes. Note that the de nition only permits a single
cross-type link justi cation, e.g. \protein coding gene", to be used in any chain,
although arbitrary numbers of same type justi cations, e.g. \same protein" or
\same gene", can be applied. This is due to the consequence of the second rule
being given the cross-type link justi cation. Thus, a chain of links resulting in
inaccurate mappings is prevented.
5</p>
        <sec id="sec-6-3-1">
          <title>Open PHACTS IMS Implementation</title>
          <p>The Open PHACTS IMS implementation is an extended version of BridgeDb
to support cross-references over linked data sources, i.e. supporting the use
of URIs to represent records in datasets. The source code is available from
https://github.com/openphacts/IdentityMappingService and the service
is accessible through the Open PHACTS API, https://dev.openphacts.org/.</p>
          <p>The IMS has implemented the transitive co-reference computation rule given
in De nition 2. Computed linksets are created with dataset descriptions giving
full details of the datasets linked and the justi cation for the link. A screenshot
of the web interface to the IMS is shown in Figure 2 with the results for a look-up
for the UniProt insulin receptor URI.
5.1</p>
        </sec>
      </sec>
      <sec id="sec-6-4">
        <title>Result of Co-reference Computation</title>
        <p>
          For the 1.3 release of the OPSDP, the IMS was supplied with 104 linksets from
9 providers linking 37 datasets and containing 7,096,712 links. These are shown
in the visualisation in Figure 3a; nodes represent datasets and edges the linksets
between them, with the colour signifying the linkset justi cation. Note that
the large number of linksets is a consequence of splitting links based on their
semantic type { resulting in multiple linksets between some datasets { and in
the case of Ensembl the linksets were further split by species with 12 species
covered. The visualisation highlights the Open PHACTS design decision to use
a small number of datasets as mapping centres; chemical alignment is performed
through the Open PHACTS Chemical Registration Service [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] { OCS in the
gure { with a few through the Human Metabolome Database (HMDB) [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] {
Hm in the gure { proteins centre around UniProt { S in the gure { and genes
around Ensembl { En in the gure.
        </p>
        <p>Following the transitive co-reference computation, there are 883 linksets
containing a total of 17,383,846 links. These are shown in the visualisation in
Figure 3b. The left side of the visualisation is dominated by the linksets that match
InChIs via the Open PHACTS Chemical Registration Service while the right side
(a) Visualisation showing connectivity of the linksets provided as input to the IMS.
(b) Visualisation showing connectivity of the linksets after co-reference computation.
Legends</p>
        <p>Colour Justi cation URI
Red InChI cheminf:CHEMINF 000059
Purple Chemical entity sio:SIO 010004
Green Protein sio:SIO 010043
Orange Gene sio:SIO 010035
Blue Protein coding gene sio:SIO 000985
Light blue Pathway sio:SIO 001107</p>
        <p>Yellow Pathway name edam:data 2342
Code Dataset Code Dataset
AERS Adverse events reporting system Hm Human metabolite database
Bg BioGrid I InterPro
Ca Chemical abstracts service Ip International protein index
Chebi Chemical entities of biological interest L NCBI Gene
Ch.M ChEMBL molecule MGI Mouse genome informatics
Ch.T ChEMBL target MSH Medical subject headings
Ch.TC ChEMBL target components Pw Pathway ontology
Ck KEGG Compound Om Online mendelian inheritance in man
Cw ConceptWiki OCS OPS Chemical registration service
Cpc PubChem Compound Pd Protein databank
Cs ChemSpider Q NCBI Reference Sequence Database
D Saccharomyces genome database R Rat genome database
Db.D Drugbank drugs S UniProt
Db.T Drugbank targets Ug UniGene
Em European nucleotide archive Up UniParc
En Ensembl Wi Wikipedia
F FlyBase Wp Wikipathways
Hac HGNC accession number Z Zebra sh information network
Fig. 3: Visualisations showing connectivity of the linksets.
is dominated by protein coding genes due to the application of the cross-type
co-reference rule. The visualisation highlights a second Open PHACTS design
decision; to use ConceptWiki8 { Cw in the gure { as the source for text-to-URI
translation. This is shown by its connectivity to every other dataset; one of the
reasons for computing the co-references. As a consequence of these co-reference
computations, users of the OPSDP are able to enter with any chemical, protein,
or gene URI known to the IMS and retrieve information about chemicals or
targets.
5.2</p>
      </sec>
      <sec id="sec-6-5">
        <title>Evaluation of Co-reference Computation</title>
        <p>There are several bene ts to the co-reference computation approach that has
been implemented as part of the OPSDP IMS; not least of which is the increased
inter-connectivity across the datasets.</p>
        <p>First it eases the burden on the dataset providers; with only a small number of
additional metadata triples being required to provide justi cations and semantic
types. This allows systems such as the OPSDP to exploit the fact that many
datasets already contain links within their data to instances in other datasets;
particularly those who publish their data as RDF. However it cannot be expected
that they can link to every dataset that is required for every possible use case.
Thus, by applying the co-reference computation we are able to infer additional
connectivity across the data.</p>
        <p>Second the co-reference computation tightly controls what can be equated,
e.g. only chemical entities can be related through an InChI, and which
justications are allowed to cross semantic types, e.g. protein coding gene relating
genes and proteins. These safeguards ensure that the result of the co-reference
computation matches the expectations of the domain scientists.</p>
        <p>User evaluation of the results of the co-reference computation is on-going
with domain scientists. The IMS has been successfully deployed by the OPSDP
enabling the integration of data across the data sources shown in Figure 3.
6</p>
        <sec id="sec-6-5-1">
          <title>Related Work</title>
          <p>
            Identi ers.org [
            <xref ref-type="bibr" rid="ref18">18</xref>
            ] provide a linked data identi er for many life sciences datasets.
This consists of a URI constructed according to the rules of the identi er scheme
of the underlying dataset. However, they do not attempt to identify co-referent
identi ers. The Identi ers.org approach is complimentary to the co-reference
work reported here. The IMS accepts and returns the Identi ers.org form of
URI for each of the datasets.
          </p>
          <p>
            Bio2RDF [
            <xref ref-type="bibr" rid="ref5">5</xref>
            ] is another closely related approach. Bio2RDF republishes
existing datasets as RDF where the source data has been originally published as
database dumps or in other formats. Where the original datasets contain links
to other datasets these are published with the RDF. These links could be used
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>8 http://ops.conceptwiki.org/ accessed September 2013</title>
      <p>as a source of mapping information for the IMS and the IMS already returns the
Bio2RDF identi er as an alternative URI.</p>
      <p>
        BridgeDb [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] and sameas.org [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] are co-reference services similar to the
IMS. The goal of sameas.org is to ingest the links of as many linked data sources
as possible as such it has a much broader coverage of topics than the IMS.
It provides an API for returning all known equivalent URIs. However, there is
no curation of the links nor context for the data. Additionally, to the best of
our knowledge, there is no transitive computation across the co-referent URIs.
BridgeDb is a life sciences focused database identity cross-reference service.
However, it does not track the equivalent URIs for the database entries. It also does
not characterise the database cross-reference nor their context. The IMS is an
extension of BridgeDb to provide a URI look-up service that understands the
context of the links as well as the linking relationship.
      </p>
      <p>Another closely related area of research is focused on generating tools for
identifying links between pairs of datasets; either at the schema level Ontology
Matching or at the instance level. The latter of these is most relevant to the work
in this paper. Since 2009 there has been an instance matching track9 in the
annual ontology matching competition10 to compare such tools. The most recent
results are available from http://www.instancematching.org/oaei/imei2013/
results.html. The links generated by these instance matching tools could be
used as input to the IMS.
7</p>
      <sec id="sec-7-1">
        <title>Conclusions</title>
        <p>In this paper we presented the challenges for co-reference across life sciences
datasets that stem from each dataset using their own identi er scheme. We
have argued that there is not a one size ts all notion of equivalence across
concepts in these di erent datasets since they model the data at di erent levels
of granularity, e.g. should a drug entry be equated to an entry about the chemical
compound. Additionally, users of the data want to apply varying notions of
equivalence based on the task they are performing, e.g. should genes and proteins
always be equivalent. As such we have proposed that the notion of operational
equivalence should be captured in the linksets that relate a pair of datasets as
the justi cation for the linkset. The advantage of stating it as a justi cation
rather than a mapping predicate is that existing linksets can be easily extended.</p>
        <p>Due to the fact that each pair of datasets is not related in the web of data, we
have developed rules for transitively computing co-reference across datasets. To
support scenarios where genes and proteins should be equated, the co-reference
computation allows the crossing of semantic types. We presented a rule for
preventing undesired co-references being computed whilst ensuring that concepts
within a given type are completely covered. This has been implemented in the</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>9 http://www.instancematching.org/oaei/imei2013/results.html</title>
      <p>
        November 2013
10 http://oaei.ontologymatching.org/ accessed November 2013
accessed
Open PHACTS Identity Mapping Service. Details of how the IMS is used within
the OPSDP can be found in [
        <xref ref-type="bibr" rid="ref14 ref4">14,4</xref>
        ].
      </p>
      <p>
        As future work we will allow applications to apply di erent scienti c lenses
[
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] over the co-reference network to vary the notion of operational equivalence
being applied, i.e. to activate di erent combinations of linksets based on their
justi cation. These lenses depend upon the justi cations used to compute the
co-references.
      </p>
      <sec id="sec-8-1">
        <title>Acknowledgements</title>
        <p>The research leading to these results has received support from the Innovative
Medicines Initiative Joint Undertaking under grant agreement number 115191,
resources of which are composed of nancial contribution from the European
Union's Seventh Framework Programme (FP7/2007- 2013) and EFPIA
companies' in kind contribution.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alexander</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hausenblas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Describing Linked Datasets with the VoID Vocabulary</article-title>
          . Note,
          <source>W3C (Mar</source>
          <year>2011</year>
          ), http://www.w3.org/TR/void/
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Berman</surname>
            ,
            <given-names>H.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Westbrook</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feng</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gilliland</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhat</surname>
            ,
            <given-names>T.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weissig</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shindyalov</surname>
            ,
            <given-names>I.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bourne</surname>
            ,
            <given-names>P.E.</given-names>
          </string-name>
          :
          <article-title>The Protein Data Bank</article-title>
          .
          <source>Nucleic acids research 28(1)</source>
          ,
          <volume>235</volume>
          {42 (Jan
          <year>2000</year>
          ), http://www.pubmedcentral.nih.gov/articlerender. fcgi?artid=102472&amp;tool=pmcentrez&amp;rendertype=abstract
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Brenninkmeijer</surname>
            ,
            <given-names>C.Y.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Evelo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Groth</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pettifer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>A.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          :
          <article-title>Scienti c Lenses over Linked Data: An approach to support task speci c views of the data. A vision</article-title>
          .
          <source>In: Proceedings of 2nd International Workshop on Linked Science</source>
          <year>2012</year>
          (
          <article-title>LISC2012) Colocated 11th International Semantic Web Conference 2012</article-title>
          .
          <article-title>CEUR-WS</article-title>
          .org, Boston, MA, USA (
          <year>2012</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>951</volume>
          /paper5.pdf
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Brenninkmeijer</surname>
            ,
            <given-names>C.Y.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Groth</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loizou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pettifer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Including Co-referent URIs in a SPARQL Query</article-title>
          .
          <source>In: 4th International Workshop on Consuming Linked Data. Sydney, Australia (Jul</source>
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Callahan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Cruz-toledo, J.,
          <string-name>
            <surname>Ansell</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumontier</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Bio2RDF Release 2 : Improved Coverage , Interoperability</article-title>
          .
          <source>In: ESWC 2013</source>
          . pp.
          <volume>200</volume>
          {
          <fpage>212</fpage>
          . Springer, Montpellier, France (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Ciccarese</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soiland-Reyes</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belhajjame</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>PAV ontology: Provenance, Authoring and Versioning</article-title>
          . arXiv.
          <source>org (Apr</source>
          <year>2013</year>
          ), http://arxiv.org/abs/1304.7224, submitted to Journal of Biomedical Semantics
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liefeld</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Globally distributed object identi cation for biological knowledgebases</article-title>
          .
          <source>Brie ngs in bioinformatics 5(1)</source>
          ,
          <volume>59</volume>
          {70 (Mar
          <year>2004</year>
          ), http://www.ncbi.nlm.nih.gov/pubmed/15153306
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Fernandez-Suarez</surname>
            ,
            <given-names>X.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Galperin</surname>
          </string-name>
          , M.Y.:
          <article-title>The 2013 Nucleic Acids Research Database Issue and the online molecular biology database collection</article-title>
          .
          <source>Nucleic acids research</source>
          41(Database issue),
          <source>D1{7 (Jan</source>
          <year>2013</year>
          ), http://nar.oxfordjournals.org/ content/early/2012/11/30/nar.gks1297
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Flicek</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ahmed</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amode</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrell</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beal</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brent</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>CarvalhoSilva</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clapham</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coates</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fairley</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fitzgerald</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc aGiron</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gordon</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hourlier</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hunt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Juettemann</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <article-title>Kahari,</article-title>
          <string-name>
            <given-names>A.K.</given-names>
            ,
            <surname>Keenan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Komorowska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Kulesha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Longden</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Maurel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>McLaren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.M.</given-names>
            ,
            <surname>Mu</surname>
          </string-name>
          <string-name>
            <given-names>ato</given-names>
            , M.,
            <surname>Nag</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Overduin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Pignatelli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Pritchard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Pritchard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Riat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.S.</given-names>
            ,
            <surname>Ritchie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.R.S.</given-names>
            , Ru er, M.,
            <surname>Schuster</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Sheppard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Sobral</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Taylor</surname>
          </string-name>
          , K.,
          <string-name>
            <surname>Thormann</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trevanion</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>White</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilder</surname>
            ,
            <given-names>S.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aken</surname>
            ,
            <given-names>B.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birney</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cunningham</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dunham</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harrow</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herrero</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hubbard</surname>
            ,
            <given-names>T.J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johnson</surname>
          </string-name>
          , N.,
          <string-name>
            <surname>Kinsella</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parker</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spudich</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yates</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zadissa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Searle</surname>
            ,
            <given-names>S.M.J.: Ensembl</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>Nucleic acids research 41(Database issue</article-title>
          ),
          <source>D48{55 (Jan</source>
          <year>2013</year>
          ), http://www.pubmedcentral.nih.gov/articlerender.fcgi? artid=3531136&amp;tool=pmcentrez&amp;rendertype=abstract
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Gaulton</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bellis</surname>
            ,
            <given-names>L.J.</given-names>
          </string-name>
          , Bento,
          <string-name>
            <given-names>a.P.</given-names>
            ,
            <surname>Chambers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Davies</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Hersey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Light</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>McGlinchey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Michalovich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Al-Lazikani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Overington</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.P.:</surname>
          </string-name>
          <article-title>ChEMBL: a large-scale bioactivity database for drug discovery</article-title>
          .
          <source>Nucleic acids research</source>
          40(Database issue),
          <source>D1100{7 (Jan</source>
          <year>2012</year>
          ), http://www.pubmedcentral.nih.gov/ articlerender.fcgi?artid=3245175&amp;tool=pmcentrez&amp;rendertype=abstract
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Glaser</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ja</surname>
            <given-names>ri</given-names>
          </string-name>
          , A.,
          <string-name>
            <surname>Millard</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Managing Co-reference on the Semantic Web</article-title>
          .
          <source>In: WWW2009 Workshop: Linked Data on the Web (LDOW2009)</source>
          . Madrid, Spain (Apr
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevens</surname>
          </string-name>
          , R.:
          <article-title>State of the nation in data integration for bioinformatics</article-title>
          .
          <source>Journal of biomedical informatics 41(5)</source>
          ,
          <volume>687</volume>
          {93 (Oct
          <year>2008</year>
          ), http://www.ncbi. nlm.nih.gov/pubmed/18358788
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.G.</given-names>
          </string-name>
          :
          <article-title>Dataset descriptions for the Open Pharmacological Space</article-title>
          . Working draft,
          <string-name>
            <surname>Open</surname>
            <given-names>PHACTS</given-names>
          </string-name>
          (
          <year>Sep 2013</year>
          ), http://www.openphacts.org/specs/datadesc
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Gray</surname>
            ,
            <given-names>A.J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Groth</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loizou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Askjaer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brenninkmeijer</surname>
            ,
            <given-names>C.Y.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burger</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chichester</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Evelo</surname>
            ,
            <given-names>C.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harland</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pettifer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Waagmeester</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>A.J.:</given-names>
          </string-name>
          <article-title>Applying linked data approaches to pharmacology: Architectural decisions and implementation</article-title>
          . Semantic
          <string-name>
            <surname>Web</surname>
          </string-name>
          (
          <year>2014</year>
          ), http://iospress.metapress.com/index/J3J12776V103821U.pdf
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Halpin</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            ,
            <given-names>P.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCusker</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thompson</surname>
            ,
            <given-names>H.S.:</given-names>
          </string-name>
          <article-title>When owl:sameAs Isn't the Same: An Analysis of Identity in Linked Data</article-title>
          . In: International Semantic Web Conference (
          <volume>1</volume>
          ). LNCS, vol.
          <volume>6496</volume>
          , pp.
          <volume>305</volume>
          {
          <fpage>320</fpage>
          . Springer, Shanghai, China (Nov
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. van Iersel,
          <string-name>
            <given-names>M.P.</given-names>
            ,
            <surname>Pico</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.R.</given-names>
            ,
            <surname>Kelder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Ho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Hanspers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Conklin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.R.</given-names>
            ,
            <surname>Evelo</surname>
          </string-name>
          , C.T.:
          <article-title>The BridgeDb framework: standardized access to gene, protein and metabolite identi er mapping services</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>11</volume>
          (
          <issue>5</issue>
          ) (
          <year>Jan 2010</year>
          ), http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid= 2824678&amp;tool=pmcentrez&amp;rendertype=abstract
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Jupp</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malone</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bolleman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandizi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davies</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gaulton</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gehant</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laibe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Redaschi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wimalaratne</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Le</given-names>
            <surname>Novere</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Parkinson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Birney</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Jenkinson</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>The EBI RDF platform: Linked open data for the life sciences</article-title>
          .
          <source>Bioinformatics Application Note</source>
          (
          <year>2014</year>
          ),
          <article-title>accepted for publication November 2013</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Juty</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Le Novere</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laibe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Identi ers.org and MIRIAM Registry: community resources to provide persistent identi cation</article-title>
          .
          <source>Nucleic acids research</source>
          40(Database issue),
          <source>D580{6 (Jan</source>
          <year>2012</year>
          ), http://nar.oxfordjournals.org/ content/40/D1/D580
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Karapetyan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tkachenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Batchelor</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharpe</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>A.J.:</given-names>
          </string-name>
          <article-title>Rsc chemical validation and standardization platform: A potential path to qualityconscious databases</article-title>
          .
          <source>In: 245th American Chemical Society National Meeting and Exposition</source>
          . New Orleans, LA, USA (April
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Knox</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Law</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jewison</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ly</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frolkis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pon</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Banco</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mak</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neveu</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Djoumbou</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eisner</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>A.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wishart</surname>
            ,
            <given-names>D.S.:</given-names>
          </string-name>
          <article-title>DrugBank 3.0: a comprehensive resource for 'omics' research on drugs</article-title>
          .
          <source>Nucleic acids research</source>
          39(Database issue),
          <source>D1035{41 (Jan</source>
          <year>2011</year>
          ), http://www.pubmedcentral.nih.gov/ articlerender.fcgi?artid=3013709&amp;tool=pmcentrez&amp;rendertype=abstract
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Pence</surname>
            ,
            <given-names>H.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>A.J.:</given-names>
          </string-name>
          <article-title>ChemSpider: an online chemical information resource</article-title>
          .
          <source>Journal of Chemical Education</source>
          <volume>87</volume>
          (
          <issue>11</issue>
          ),
          <volume>10</volume>
          {
          <fpage>11</fpage>
          (
          <year>2010</year>
          ), http://pubs.acs.org/doi/ abs/10.1021/ed100697w
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <article-title>The UniProt Consortium: Update on activities at the Universal Protein Resource (UniProt</article-title>
          ) in
          <year>2013</year>
          .
          <article-title>Nucleic acids research 41(Database issue</article-title>
          ),
          <source>D43{ 7 (Jan</source>
          <year>2013</year>
          ), http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid= 3531094&amp;tool=pmcentrez&amp;rendertype=abstract
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Wishart</surname>
            ,
            <given-names>D.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tzur</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knox</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eisner</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>A.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Young</surname>
          </string-name>
          , N., Cheng, D.,
          <string-name>
            <surname>Jewell</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arndt</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sawhney</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fung</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolai</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coutouly</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Forsythe</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shrivastava</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jeroncic</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stothard</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amegbey</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Block</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hau</surname>
            ,
            <given-names>D.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wagner</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miniaci</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clements</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gebremedhin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duggan</surname>
            ,
            <given-names>G.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macinnis</surname>
            ,
            <given-names>G.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weljie</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dowlatabadi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bamforth</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clive</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Greiner</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marrie</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sykes</surname>
            ,
            <given-names>B.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vogel</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Querengesser</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>HMDB: the Human Metabolome Database</article-title>
          .
          <source>Nucleic acids research</source>
          35(Database issue),
          <source>D521{ 6 (Jan</source>
          <year>2007</year>
          ), http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid= 1899095&amp;tool=pmcentrez&amp;rendertype=abstract
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>