<!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>Analysis of Cancer Omics Data In A Semantic Web Framework</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Matthew E. Holford</string-name>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>James P. McCusker</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kei-Hoi Cheung</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael Krauthammer</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Center for Medical Informatics</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Department of Genetics Yale University New Haven</institution>
          ,
          <addr-line>CT</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Department of Pathology</institution>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Interdepartmental Program in Computational Biology &amp; Bioinformatics</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Our work concerns the elucidation of the cancer (epi)genome, transcriptome and proteome to better understand the complex interplay between a cancer cell's molecular state and its response to anti-cancer therapy. To study the problem, we have previously focused on data warehousing technologies and statistical data integration. In this paper, we present recent work on extending our analytical capabilities using Semantic Web technology. A key new component presented here is a SPARQL endpoint to our existing data warehouse. This endpoint allows the merging of observed quantitative data with existing data from semantic knowledge sources such as Gene Ontology (GO). We show how such variegated quantitative and functional data can be integrated and accessed in a universal manner using Semantic Web tools. We also demonstrate how Description Logic (DL) reasoning can be used to infer previously unstated conclusions from existing knowledge bases. As proof of concept, we illustrate the ability of our setup to answer complex queries on resistance of cancer cells to Decitabine, a demethylating agent.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The Yale Specialized Program in Research Excellence (SPORE) in skin cancer
is a large translational cancer project, which aims at rapidly moving biological
insights from the “bench to bedside”. As part of the effort, the SPORE collects
skin cancer samples from mostly malignant melanoma patients and performs a
multitude of Omics studies, probing the melanoma genome, epigenome,
transcriptome and proteome. The idea is to integrate this data with clinical outcome
information to derive prognostic and predictive biomarkers, i.e. genomic markers
that predict patient survival and drug therapy effectiveness, respectively.
Conventionally, these markers are either derived statistically in an unbiased fashion
[
        <xref ref-type="bibr" rid="ref33">33</xref>
        ], or by prior knowledge and candidate (gene) selection [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. We are interested
in combining these approaches, and are developing means for unbiased
assessment of Omics data using existing knowledge on cellular processes that affect
drug effectiveness. In particular, we are employing Semantic Web technology to
create RDF graphs that define the genomic state of cancer cells and the
functional annotation of the cells’ molecular entities (i.e. genes or proteins). We use
SPARQL to query these graphs to better understand the molecular basis of drug
resistance and sensitivity.
      </p>
      <p>
        We start by retrieving quantitative data from a large relational database,
a component of the Corvus architecture [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], storing melanoma Omics data.
We do this by providing a new semantic component of Corvus, a SPARQL
endpoint which relies upon Hibernate 1 for Object Relational Mapping (ORM).
Through this endpoint, we can dynamically create RDF graphs of the data stored
within. We then merge such graphs with SKOS-converted Gene Ontology (GO)
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] information to annotate genomic elements with functional data, such as their
involvement in certain cellular processes.
      </p>
      <p>
        As a case study, we used the new Corvus SPARQL endpoint to create an RDF
graph with data representing drug response to Decitabine, a demethylating agent
that has been shown to be clinically active in melanoma [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Using SPARQL, we
queried Corvus for melanoma samples with information on promoter methylation
status and gene expression before and after Decitabine treatment. The resulting
graph is augmented with functional annotations from GO. It is then interrogated
for the molecular mechanisms explaining why some samples have better response
to Decitabine treatment than others.
2
      </p>
      <p>
        Methods
To attain these goals, we needed to build a model that integrated quantitative
Omics data with functional information. Our model incorporates gene expression
and methylation data for seven melanoma cell lines [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]; it also contains Gene
Ontology (GO) annotations for the whole of the human genome. Expressing this
model as an RDF triple store affords us a number of advantages. First, it provides
a way for others to borrow from and build upon our work. It allows us to use the
standardized SPARQL interface to perform queries that bridge quantitative and
functional knowledge. It also gives us the capability to infer previously unstated
information by reasoning over the data with a Semantic Web aware Description
Logic (DL) reasoner. We attempted wherever possible to borrow terms from
wellestablished OBO ontologies [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. Doing so places our work under the auspices of
community defined best practice and allows our model to be used in conjunction
with similarly designed knowledge bases. Building the model involved the use of
a variety of cutting-edge Semantic Web technologies and required the creation
of several novel tools. The work proceeded along two major lines: (i). Conversion
of relational data from melanoma cell lines to RDF/OWL and (ii). Integration
of specific gene annotations with the Gene Ontology.
      </p>
      <p>
        The issue of integrating quantitative and functional biological information to
infer relevant new information has been frequently explored. A notable example
1 http://www.hibernate.org
is HyBrow, a tool for the generation and evaluation of biological hypotheses [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
The user can derive hypotheses from HyBrow’s knowledge base of functional
biological information and test them against various high-throughput data sources.
BioBIKE offers an environment for users to integrate a wide variety of
experimental and genomic data to reach new conclusions [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Originally released as
a LISP interactive library [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], the software is now web-based to accommodate
users lacking in programming expertise. When combined with the BioDeducta
module, it enables automated reasoning [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. Although both HyBrow and
BioBIKE make extensive use of ontologies, neither is Semantic Web enabled. Recent
efforts by the National Cancer Institute as part of the caBIG initiative [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] have
focused on addressing the integration issue though the use of an
ExtractionTransform-Load (ETL) strategy. Notably, the caIntegrator2 2 project uses ETL
to integrate quantitative Omics data from caArray [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and functional biological
data from caBio [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. The Bio2RDF project is notable for providing normalized
URIs for a wealth of identifiers and relationships from functional biology in the
hopes of allowing easier integration of diverse data sets [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
2.1
      </p>
      <p>
        Quantitative Data From Melanoma Cell Lines
We examined data derived from seven melanoma cell lines (WW165, YUMAC,
YUGEN8, YUSAC2, YUSIT1, YULAC and YURIF). These lines have been
experimentally classified using IC50 values from dose-response analysis as being
either sensitive to (YUMAC, YUSAC2, YULAC, YUSIT1, YUGEN8) or resistant
to (WW165, YURIF) decitabine (5-Aza-2’-deoxy-cytidine, Aza), a DNA
methyltransferase inhibitor. Specifically we looked at relative methylation values prior
to administration of AZA and the ratio of gene expression following
administration of AZA to before. The methylation values were obtained from a Nimblegen
promoter array using the Methyl-DNA immunoprecipitation (MeDIP) technique
[
        <xref ref-type="bibr" rid="ref22 ref23">22, 23</xref>
        ]. Gene expression ratios were obtained using a custom 2-channel
Nimblegen array. Data from both arrays are available for download through
ArrayExpress 3. We used the Gene Element Ontology (GELO) to align the array probes
to RefSeq identifiers [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ].
      </p>
      <p>Rationale for building a SPARQL endpoint These data were stored in
a relational database component of Corvus, a data warehouse for
experimental data, which currently holds over 4 million observations from diverse Omics
experiments across melanoma cell lines. Presently, Corvus exists as a Java
library with object-relational mapping (ORM) accomplished through Hibernate.
Quantitative cancer omics data is stored in a standard database schema
specified by the ORM. We present here a new semantic interface to Corvus which
retrieves data in the form of RDF triples. Unfortunately, the sheer volume of
data contained within our local Corvus database would result in a triple store of
such size as to be untenable for the purposes of DL reasoning. What was needed
2 http://cabig.nci.nih.gov/tools/caIntegrator2
3 http://www.ebi.ac.uk/arrayexpress/
instead was a way to retrieve a subset of the Corvus model containing only the
information essential to the problem at hand. Ideally this could be accomplished
in a dynamic fashion.</p>
      <p>
        Integration of traditional relational databases with RDF has been extensively
explored in recent years [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Typically the approach is to create a generic
mapping between relational and RDF schema. This has been done either through
automatic mappings, where relational tables correspond to RDFS classes and
relational columns to RDF predicates [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], or with domain-specific semantics [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ].
Some tools, such as d2rq [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], provide for both and allow user customization for
complex cases such as when mappings are not one-to-one. Mappings may be
stored in a variety of formats, ranging from XML configuration files to custom
languages such as R2O [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. These mapping artifacts can then be used to
dynamically generate SQL queries to the relational database based upon queries
expressed according to the RDF schema, usually using SPARQL.
      </p>
      <p>
        We experimented directly with the d2rq framework, which allows a relational
database to be queried like a triple store using SPARQL. Using a configuration
file to map Corvus database fields to RDF properties, we were able to generate
SPARQL queries that retrieved a manageable subset of the Corvus database.
However, we found that the SQL generated by the tool to query the relational
database was inefficient and data retrieval took longer than expected. We
decided instead to leverage the Hibernate mappings already part of the Corvus
model to interact with the relational database. We wrote a SPARQL interface
to the Corvus model which interacts directly with the Java library, taking
advantage of Hibernate’s ability to optimize and cache relational queries. To the
best of our knowledge, although the issue of mapping SPARQL to object
oriented representations such as Hibernate has been discussed [
        <xref ref-type="bibr" rid="ref15 ref7">7, 15</xref>
        ], no tools for
doing this have been released to the public. Our approach is to create wrapper
classes around the Hibernate mapping classes which map the property getters to
RDF predicates. Indirect mappings make possible situations in which the RDF
and relational schemas do not correspond one to one. Though this approach is
not necessarily a universal solution, we felt that given Corvus’ ability to
represent such a broad swathe of Omics data, the performance gain offered by these
customized mappings more than justified the up-front expense of their creation.
Corvus model to RDF mapping We mapped fields from the Corvus database
to classes and relationships from OBO ontologies. In particular, we employed
terms from Information Artifact Ontology (IAO) 4 and Ontology for Biomedical
Investigations (OBI) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. In addition to being actively developed, these
ontologies are notable for building upon the foundation Basic Formal Ontology (BFO)
5 and the OBO Relation Ontology (RO) [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] which were specially designed to
be extensible by any biomedical ontology. This allows our modeled Corvus data
to be incorporated with other OBO ontologies with relative ease. It should be
4 http://code.google.com/p/information-artifact-ontology
5 http://www.ifomis.org/bfo
noted that we are simply borrowing terms from these ontologies, not
incorporating them in their entirety as doing so would have a significant deleterious
effect on reasoning performance. This does not pose a hindrance to our goals
as we do not need to make inferences across the whole hierarchy of terms in
these ontologies. By using the terms, however, we provide an entry point for
others who may wish to explore this type of inferencing in the future.
Quantitative data storage in the Corvus model is centered around the Observation
class. Instances of this class represent individual data points in a collection of
data, such as an array. They contain the numerical value of the data as well as
pointers to other classes indicating the type and provenance of the data. These
other classes include Dataset, which holds metadata on experimental conditions,
Measure, which specifies details about the type of data being measured, Sample,
which describes the cell line being measured and Reporter, the genomic feature
(typically a gene) for which data is being reported. We mapped Measurement to
the IAO class measurement datum and used the IAO data property has
measurement value to associate numerical data values. Dataset was linked to the IAO
class data set. Individual Observations can be specified as belonging to a Dataset
using the RO property part of. Samples were declared as instances of the OBI
class cell culture. Association of an Observation with a Sample was done using
IAO’s is about property. Reporter was linked to the Genomic Region class from
the GELO ontology. This class is defined as a superclass of the OBO Sequence
Ontology’s (SO) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] biological region class and it attaches properties to assign a
reference location for a genomic element within the genome. For the purposes of
our data, Reporter s were made instances of SO’s transcript class, as the reference
sequence (RefSeq) was used. We used the Uniform Resource Identifiers (URIs)
for RefSeq sequences provided by the Bio2RDF project. Using this normalized
identifier allows us to easily link with other resources describing the same genes.
To capture information from the Corvus Measure class, instead of mapping to
an instance of a class, we forwarded two of Measure’s fields to properties in the
domain of measurement datum. These were the IAO is quality measurement of
property and the IAO has measurement unit label property. Finally, we used
the Dublin Core [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] annotation properties title and identifier to assign names
for Samples, Dataset s and Reporters and reference identifiers to Reporters. A
detailed view of this model is provided in figure 1.
      </p>
      <p>Querying the Corvus SPARQL endpoint To retrieve a subset of our Corvus
database that was sufficient for our ultimate querying purposes, we issued a
SPARQL query that would retrieve all relevant information for the seven cell
lines mentioned above. We used a SPARQL DESCRIBE query which simply
returns all relevant properties for a type into an RDF graph. Our query retrieves
all Observations associated with the cell lines and pulls in information on the
lines and experimental conditions from the Sample and Dataset tables and all
genes with values from the Reporter table. We issued the following SPARQL
query for each of the seven cell lines:
PREFIX obo: &lt;http://purl/obolibrary.org/obo/&gt;</p>
    </sec>
    <sec id="sec-2">
      <title>PREFIX dc: &lt;http://purl.org/dc/elements/1.1/&gt; PREFIX ro: &lt;http://www.obofoundry.org/ro/ro.owl#&gt;</title>
    </sec>
    <sec id="sec-3">
      <title>DESCRIBE ?rep ?obs ?data ?samp</title>
      <p>WHERE {
?samp dc:title ‘‘YUMAC’’ .
# IAO_0000136 = ’is_about’
?obs obo:IAO_0000136 ?samp .
?obs ro:part_of ?data .</p>
      <p>?obs obo:IAO_0000136 ?rep .
}
Retrieval of a populated RDF graph containing the approximately 120,000
observation for a cell line using our Hibernate-based mapping typically took between
one and two minutes.</p>
      <p>
        Annotated GO Terms
To include functional information about genes, we decided to incorporate the
well-known Gene Ontology (GO). GO is presented in the OBO format, a simple
model for expressing hierarchies of terms and the relationships between them.
Although significantly less powerful for inferencing than a fully DL-compatible
language like OWL, the OBO language makes it straightforward to declare
relationships between classes of object. We found an effective compromise to be the
use of the Simple Knowledge Organization System (SKOS) [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. In this
ontology, written in OWL, terms such as those in OBO taxonomies are expressed as
instances of a Concept class. Class subsumption is handled though OWL object
properties that describe Concepts as broader or narrower than other Concept s.
In this system, properties can be assigned easily to class-like terms without
violating the strictures of OWL-DL. This approach offers significant advantages
for querying and reasoning, as the common alternative, creation of restrictions
on classes, is computationally expensive while still requiring the creation of
individual instantiations to infer properties. Using the OBO to SKOS conversion
tools developed at University of Manchester 6, we created a GO-SKOS
ontology which converts GO terms to instances of Concept and is a relationships to
broader relationships.
      </p>
      <p>We downloaded the standard human genome annotations provided by the
Gene Ontology consortium. In order to easily merge with our Corvus graph, we
converted the GO annotation file’s HUGO symbols to RefSeq identifiers using
conversion tables made available from Entrez 7 and used the Bio2RDF
normalized URIs. In fitting with the Corvus model, we cast individual refseqs as
instances of the SO:transcript class. We then used three basic relationships from
RO to link the gene to its appropriate term in whichever of GO’s three main
hierarchies. Genes annotated with a Biological Process term were linked using
participates in; those labeled as expressing a Molecular Function were linked
using has function and genes marked as being located in a particular Cellular
Component were linked using part of. We also wished for the properties assigned
to genes to propagate up the chain of hierarchy. In other words, if a particular
gene participates in a specific biological process, we wanted the reasoner to be
able to infer that it also participates in the more generic process. For example,
genes participating in apoptosis also participate in the more general process of
cell death and in biological processes in general. To accomplish this, we used an
OWL property chain, a new feature in OWL 2, to associate participates in with
broader, stating that if A participates in B and C is a broader concept than B,
then A participates in C as well. This type of inference is possible because the
isa (subsumption) relationship between SKOS concepts is a relationship between
individuals rather than between classes. The relationship is illustrated in figure
2. We made the same declarations for the has function and part of properties.</p>
      <p>With these declarations in place we were able to run the ontology through
a DL reasoner and create a greatly expanded set of RDF triples with all
infer6 http://www.cs.man.ac.uk/ sjupp/skos
7 http://www.ncbi.nlm.nih.gov/Entrez
ences spelled out (i.e. all annotation properties propagated along the hierarchy).
There is a trade-off here as we gain faster query times by precomputing all
inferences at the expense of additional storage space and less flexibility, as we
need to recompile when the underlying data changes. Creation of the fully
entailed GO annotation RDF graph took approximately five minutes on our Linux
workstation using 8 GB of memory.</p>
      <p>Merging of RDF graphs The GO annotation model could at this point be
merged with the Corvus quantitative data model, the points in common being
the instances of SO transcript representing individual RefSeqs/genes. Because
we use identical URIs from the Bio2RDF namespace to describe these instances,
we can assure that we are referring to the same gene in the two sources. This
merged model could now be queried using SPARQL. The full architecture of
our setup for creating an RDF graph from Corvus and merging it with the GO
graph is shown in figure 3.</p>
      <p>
        The Corvus SPARQL endpoint Application Programming Interface (API)
was written in Java making extensive use of the Jena API for RDF manipulation
and the closely related ARQ API for SPARQL processing 8. The GO
Annotation pre-processing was handled by a Java program making use of the OWLAPI
OWL2 library [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and the Pellet DL reasoner for Semantic Web data [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ].
Merging of the ontologies was also handled by Java code using first the ARQ API to
issue the SPARQL query on the relational Corvus store and then OWLAPI to
perform the actual merge. The merged dataset was loaded into an instance of TDB,
an RDF triple store employing the Jena libraries. It was then loaded into a
running instance of Joseki, a web application allowing execution of SPARQL queries
over HTTP. Joseki also uses the Jena libraries extensively. An endpoint for the
merged dataset is available at http://doppio.med.yale.edu:2020/sparql.
3
      </p>
      <p>Results and Discussion
We wanted to show that it was possible to use Corvus to execute arbitrarily
complex queries incorporating information across varied knowledge domains. To this
end, we tried to verify cell lines that were resistant or sensitive to Decitabine, a
demethylating agent used for melanoma therapy. Our formulated query asks for
genes involved in apoptosis with high methylation values prior to Decitabine
administration and increased gene expression following. We use values from
two datasets obtained from the Corvus SPARQL endpoint, relative methylation
values prior to treatment and ratio of gene expression post- to pre-treatment.
Apoptosis-related genes were found using the merged triples from the GO
annotations. Our SPARQL query was as follows:
PREFIX dc: &lt;http://purl.org/dc/elements/1.1/&gt;
PREFIX ro: &lt;http://www.obofoundry.org/ro/ro.owl#&gt;
8 http://jena.sourceforge.net</p>
      <sec id="sec-3-1">
        <title>PREFIX obo: &lt;http://purl.obolibrary.org/obo/&gt;</title>
      </sec>
      <sec id="sec-3-2">
        <title>PREFIX go: &lt;http://purl.org/obo/owl/GO#&gt;</title>
      </sec>
      <sec id="sec-3-3">
        <title>SELECT distinct ?rep ?samp</title>
        <p>WHERE {
?ds dc:title "Methylation Relative" .
?obs ro:part_of ?ds .
# IAO_0000004 = ’has_measurement_value’
?obs obo:IAO_0000004 ?obsVal .
# IAO_0000136 = ’is_about’
?obs obo:IAO_0000136 ?rep .
?obs obo:IAO_0000136 ?samp .
# OBI_0100060 = ’cell celture’
?samp a obo:OBI_0100060 .
?ds2 dc:title "AZA Pre-Post Treatment Ratios" .
?obs2 ro:part_of ?ds2 .
?obs2 obo:IAO_0000136 ?rep .
?obs2 obo:IAO_0000136 ?samp .
?obs2 obo:IAO_0000004 ?obsVal2 .
?rep ro:participates_in go:0006915 .</p>
        <p>FILTER ( ?obsVal &gt; 2 ) .</p>
      </sec>
      <sec id="sec-3-4">
        <title>FILTER ( ?obsVal2 &gt; 1 ) }</title>
        <p>This query returns the URIs of genes and cell lines that match the
aforementioned criteria. Using features from the recently standardized SPARQL 1.1, we
can aggregate genes by cell line to get a count of highly expressed genes per cell
line. The slightly modified SPARQL query is:</p>
      </sec>
      <sec id="sec-3-5">
        <title>PREFIX dc: &lt;http://purl.org/dc/elements/1.1/&gt;</title>
      </sec>
      <sec id="sec-3-6">
        <title>PREFIX ro: &lt;http://www.obofoundry.org/ro/ro.owl#&gt;</title>
      </sec>
      <sec id="sec-3-7">
        <title>PREFIX obo: &lt;http://purl.obolibrary.org/obo/&gt;</title>
      </sec>
      <sec id="sec-3-8">
        <title>PREFIX go: &lt;http://purl.org/obo/owl/GO#&gt;</title>
      </sec>
      <sec id="sec-3-9">
        <title>SELECT (count(?rep) as ?repcount) ?samp</title>
        <p>WHERE {
?ds dc:title "Methylation Relative" .
?obs ro:part_of ?ds .
# IAO_0000004 = ’has_measurement_value’
?obs obo:IAO_0000004 ?obsVal .
# IAO_0000136 = ’is_about’
?obs obo:IAO_0000136 ?rep .
?obs obo:IAO_0000136 ?samp .
# OBI_0100060 = ’cell celture’
?samp a obo:OBI_0100060 .
?ds2 dc:title "AZA Pre-Post Treatment Ratios" .</p>
        <p>?obs2 ro:part_of ?ds2 .
?obs2 obo:IAO_0000136 ?rep .
?obs2 obo:IAO_0000136 ?samp .
?obs2 obo:IAO_0000004 ?obsVal2 .
?rep ro:participates_in go:0006915 .</p>
        <p>FILTER ( ?obsVal &gt; 2 ) .</p>
        <p>FILTER ( ?obsVal2 &gt; 1 )
} GROUP BY (?samp)</p>
        <p>
          We can compare these counts to what we know from experimental data
regarding the level of sensitivity/resistance of various cell lines [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. The
results are shown in the following table: The sensitive cell lines with low IC50
Cell Line Gene Count IC50 (nM)
YUMAC 22 34
YUSAC 7 91
YULAC 9 110
YUSIT1 2 132
YUGEN8 6 139
WW165 2 239
        </p>
        <p>
          YURIF 0 255
values (YUMAC, YUSAC and YULAC) had the three highest gene counts,
whereas the two most resistant lines (WW165 and YURIF) had the lowest.
As the mechanism of Decitabine action is demethylation of gene promoters, and
(re)expression of the corresponding genes, these results give rise to the
following hypothesis: Decitabine targets apoptosis-related gene promoters
predominantly in Decitabine-sensitive cell lines, thus conveying its cytotoxic effect by
activating the apoptosis pathway. The following validation steps are warranted
to strengthen the hypothesis: First, one might want to independently test in
vitro both the demethylation of the implicated gene promoters, as well as the
re-expression of the corresponding genes. Also, the finding should be repeated
in a larger cohort of melanoma samples. A current limitation of our SPARQL
query is that we only interrogate for fold change after Decitabine treatment. As
shown in prior work, the absolute change in expression values after treatment
should also be taken into account [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ].
4
        </p>
        <p>Conclusion
Our proof of concept query illustrates how easily data from various sources can
be integrated using the common framework of OWL/RDF. It reveals some of the
power of Semantic Web reasoning and querying tools for inferring and elucidating
discovered knowledge. It also shows the importance of customization in mapping
non-semantic data to RDF. While generic tools mapping relational data to RDF
have recently emerged, our experience with d2rq has shown that there are still
areas where direct mapping is significantly more efficient and flexible. Our work
also makes a strong case for the benefits of using linked data, as use of the
Bio2RDF normalized URI for RefSeqs made integration of the two branches of
our ontology a breeze.</p>
        <p>
          The flexibility of the Corvus model will allow us to incorporate quantitative
Omics data from a variety of modalities. In the future, this could include cancer
data from caArray or caIntegrator or data obtained directly from ArrayExpress
using MAGETab2RDF [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. Essentially, Corvus functions as a contextualized
observation repository and we intend to incorporate information from other
contexts including clinical data and generic provenance data. We hope to use the
new semantic access point to Corvus to integrate this data with other types of
information such as pathway and pharmacological data. The simplicity and
elegance of the integrated Semantic Web approach also suggests its usefulness as
an access point to making sense of variegated data for researchers unequipped
with the programming or mathematical expertise to work with traditional data
mining tools.
        </p>
        <p>Acknowledgments. This work has been supported by the National Cancer
Institute (Yale SPORE in skin cancer - 5P50CA121974) and the National
Library of Medicine (Yale Biomedical Informatics Research Training Program
5T15LM007056).</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ball</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blake</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Botstein</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Butler</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cherry</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolinski</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dwight</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eppig</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , et al.:
          <article-title>Gene ontology: tool for the unification of biology</article-title>
          .
          <source>Nature genetics 25(1)</source>
          ,
          <fpage>25</fpage>
          -
          <lpage>29</lpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Barrasa</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corcho</surname>
            ,
            <given-names>O´.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Go´</surname>
          </string-name>
          mez-P´
          <article-title>erez, A.: R2O, an extensible and semantically based database-to-ontology mapping language</article-title>
          .
          <source>In: SWDB</source>
          . vol.
          <volume>3372</volume>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bechhofer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lord</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Cooking the Semantic Web with the OWL API</article-title>
          .
          <article-title>The SemanticWeb-ISWC</article-title>
          <year>2003</year>
          pp.
          <fpage>659</fpage>
          -
          <lpage>675</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Belleau</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nolin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tourigny</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rigault</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morissette</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Bio2RDF: Towards a mashup to build bioinformatics knowledge systems</article-title>
          .
          <source>Journal of biomedical informatics 41(5)</source>
          ,
          <fpage>706</fpage>
          -
          <lpage>716</lpage>
          (
          <year>2008</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>Seaborne</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>D2RQ-treating non-RDF databases as virtual RDF graphs</article-title>
          .
          <source>In: Proceedings of the 3rd International Semantic Web Conference (ISWC2004)</source>
          .
          <source>Citeseer</source>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>RDF-based schema mediation for database grid</article-title>
          .
          <source>In: Proceedings of the 5th IEEE/ACM International Workshop on Grid Computing</source>
          . pp.
          <fpage>456</fpage>
          -
          <lpage>460</lpage>
          . IEEE Computer Society (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Corno</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corcoglioniti</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Celino</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Della</given-names>
            <surname>Valle</surname>
          </string-name>
          , E.:
          <article-title>Exposing heterogeneous data sources as SPARQL endpoints through an object-oriented abstraction</article-title>
          .
          <source>The Semantic</source>
          Web pp.
          <fpage>434</fpage>
          -
          <lpage>448</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Courtot</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bug</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gibson</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lister</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malone</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schober</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brinkman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruttenberg</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>The owl of biomedical investigations</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          . vol.
          <volume>432</volume>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Covitz</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hartel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaefer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Coronado</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fragoso</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sahni</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gustafson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buetow</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>caCORE: a common infrastructure for cancer informatics</article-title>
          .
          <source>Bioinformatics</source>
          <volume>19</volume>
          (
          <issue>18</issue>
          ),
          <volume>2404</volume>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Eilbeck</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yandell</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Durbin</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The Sequence Ontology: a tool for the unification of genome annotations</article-title>
          .
          <source>Genome biology</source>
          <volume>6</volume>
          (
          <issue>5</issue>
          ),
          <source>R44</source>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Elhai</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taton</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Massar</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Myers</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Travers</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Casey</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Slupesky</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shrager</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>BioBIKE: A Web-based, programmable, integrated biological knowledge base</article-title>
          .
          <source>Nucleic Acids Research</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Fenstermacher</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Street</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McSherry</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nayak</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Overby</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feldman</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The Cancer Biomedical Informatics Grid (caBIG¡ sup</article-title>
          ¿ TM¡/sup¿).
          <source>In: Engineering in Medicine and Biology Society</source>
          ,
          <year>2005</year>
          . IEEE-EMBS
          <year>2005</year>
          . 27th Annual International Conference of the. pp.
          <fpage>743</fpage>
          -
          <lpage>746</lpage>
          . IEEE (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Halaban</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krauthammer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pelizzola</surname>
          </string-name>
          , M., Cheng, E.,
          <string-name>
            <surname>Kovacs</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sznol</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ariyan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Narayan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bacchiocchi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molinaro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , et al.:
          <article-title>Integrative analysis of epigenetic modulation in melanoma cell response to decitabine: clinical implications</article-title>
          .
          <source>PLoS One</source>
          <volume>4</volume>
          (
          <issue>2</issue>
          ),
          <volume>4563</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Heiskanen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lorenz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bian</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Madhavan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gustafson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muju</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neuberger</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Settnek</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hartel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , et al.:
          <article-title>Cancer microarray informatics (caArray) data management and analysis tools at the National Cancer Institute (NCI) Center for Bioinformatics</article-title>
          .
          <source>Proceedings of the American Association for Cancer Research</source>
          <year>2005</year>
          (
          <volume>1), 7</volume>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Hillairet</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bertrand</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lafaye</surname>
          </string-name>
          , J.:
          <article-title>Rewriting Queries by Means of Model Transformations from SPARQL to OQL and Vice-Versa</article-title>
          .
          <source>Theory and Practice of Model</source>
          Transformations pp.
          <fpage>116</fpage>
          -
          <lpage>131</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Jabbour</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Issa</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia-Manero</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kantarjian</surname>
          </string-name>
          , H.:
          <article-title>Evolution of decitabine development</article-title>
          .
          <source>Cancer</source>
          <volume>112</volume>
          (
          <issue>11</issue>
          ),
          <fpage>2341</fpage>
          -
          <lpage>2351</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Koga</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pelizzola</surname>
          </string-name>
          , M., Cheng, E.,
          <string-name>
            <surname>Krauthammer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sznol</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ariyan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Narayan</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molinaro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halaban</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weissman</surname>
          </string-name>
          , S.:
          <article-title>Genome-wide screen of promoter methylation identifies novel markers in melanoma</article-title>
          .
          <source>Genome research 19(8)</source>
          ,
          <volume>1462</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Massar</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Travers</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elhai</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shrager</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>BioLingua: a programmable knowledge environment for biologists</article-title>
          .
          <source>Bioinformatics</source>
          <volume>21</volume>
          (
          <issue>2</issue>
          ),
          <volume>199</volume>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>McCusker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Phillips</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Beltra´n,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Finkelstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Krauthammer</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Semantic web data warehousing for caGrid</article-title>
          .
          <source>BMC bioinformatics 10(Suppl</source>
          <volume>10</volume>
          ),
          <source>S2</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>McCusker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Provenance of High Throughput Biomedical Experiments</article-title>
          . In: International Provenance and Annotations
          <string-name>
            <surname>Workshop</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Miles</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Matthews</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Brickley</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          : SKOS Core:
          <article-title>Simple knowledge organisation for the web</article-title>
          .
          <source>In: Proceedings of the International Conference on Dublin Core and Metadata Applications</source>
          . vol.
          <volume>5</volume>
          , pp.
          <fpage>12</fpage>
          -
          <lpage>15</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Paik</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shak</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cronin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baehner</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Watson</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , et al.:
          <article-title>A multigene assay to predict recurrence of tamoxifen-treated, node-negative breast cancer</article-title>
          .
          <source>New England Journal of Medicine</source>
          <volume>351</volume>
          (
          <issue>27</issue>
          ),
          <volume>2817</volume>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Pelizzola</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koga</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Urban</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krauthammer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weissman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halaban</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Molinaro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>MEDME: an experimental and analytical methodology for the estimation of DNA methylation levels based on microarray derived MeDIP-enrichment</article-title>
          .
          <source>Genome research</source>
          <volume>18</volume>
          (
          <issue>10</issue>
          ),
          <volume>1652</volume>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Racunas</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Albert</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fedoroff</surname>
          </string-name>
          , N.:
          <article-title>HyBrow: a prototype system for computer-aided hypothesis evaluation</article-title>
          .
          <source>Bioinformatics</source>
          <volume>20</volume>
          (
          <issue>Suppl 1</issue>
          ),
          <year>i257</year>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Rubinstein</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tran</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halaban</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krauthammer</surname>
          </string-name>
          , M.:
          <article-title>Genome-wide methylation and expression profiling identifies promoter characteristics affecting demethylation-induced gene up-regulation in melanoma</article-title>
          .
          <source>BMC Medical Genomics</source>
          <volume>3</volume>
          (
          <issue>1</issue>
          ),
          <volume>4</volume>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Sahoo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rutter</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Skinner</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>An ontology-driven semantic mashup of gene and biological pathway information: Application to the domain of nicotine dependence</article-title>
          .
          <source>Journal of biomedical informatics 41(5)</source>
          ,
          <fpage>752</fpage>
          -
          <lpage>765</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Sahoo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halb</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Idehen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thibodeau</surname>
            Jr,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sequeda</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ezzat</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A survey of current approaches for mapping of relational databases to RDF. W3C RDB2RDF Incubator Group report (</article-title>
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Shrager</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Waldinger</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stickel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Massar</surname>
          </string-name>
          , J.:
          <article-title>Deductive biocomputing</article-title>
          .
          <source>PloS one 2(4)</source>
          ,
          <volume>339</volume>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Sirin</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalyanpur</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Katz</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Pellet: A practical owl-dl reasoner</article-title>
          .
          <source>Web Semantics: science, services and agents on the World Wide Web</source>
          <volume>5</volume>
          (
          <issue>2</issue>
          ),
          <fpage>51</fpage>
          -
          <lpage>53</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bug</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldberg</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eilbeck</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ireland</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , et al.:
          <article-title>The OBO Foundry: coordinated evolution of ontologies to support biomedical data integration</article-title>
          .
          <source>Nature</source>
          biotechnology
          <volume>25</volume>
          (
          <issue>11</issue>
          ),
          <fpage>1251</fpage>
          -
          <lpage>1255</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klagges</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kohler</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lomax</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neuhaus</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rector</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Relations in biomedical ontologies</article-title>
          .
          <source>Genome biology</source>
          <volume>6</volume>
          (
          <issue>5</issue>
          ),
          <source>R46</source>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Szpakowski</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCusker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krauthammer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Using Semantic Web Technologies to Annotate and Align Microarray Designs</article-title>
          .
          <source>Cancer Informatics</source>
          <volume>8</volume>
          ,
          <fpage>65</fpage>
          -
          <lpage>73</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Van't</surname>
          </string-name>
          , V.,
          <string-name>
            <surname>Laura</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hongyue</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Van De Vijver,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Hart</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , et al.:
          <article-title>Gene expression profiling predicts clinical outcome of breast cancer</article-title>
          .
          <source>Nature</source>
          <volume>415</volume>
          (
          <issue>6871</issue>
          ),
          <fpage>530</fpage>
          -
          <lpage>536</lpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Weibel</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>The Dublin Core: a simple content description model for electronic resources</article-title>
          .
          <source>Bulletin of the American Society for Information Science and Technology</source>
          <volume>24</volume>
          (
          <issue>1</issue>
          ),
          <fpage>9</fpage>
          -
          <lpage>11</lpage>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>