<!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>Linking Open Drug Data to Cheminformatics and Proteochemometrics</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Egon L. Willighagen</string-name>
          <email>egon.willighagen@farmbio.uu.se</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jarl E.S. Wikberg</string-name>
          <email>jarl.wikberg@farmbio.uu.se</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Uppsala University, Department of Pharmaceutical Biosciences</institution>
          ,
          <addr-line>Box 591, SE-751 24 Uppsala</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Semantic Web technologies have made great steps forward in data exchange in health care and life sciences in the past years. The work presented here focuses to a some extent on making drug discovery related data available as RDF, and even more so on the integration of RDF approaches with data analysis of molecular information in drug discovery elds like cheminformatics and proteochemometrics. We here show how the chem- and bioinformatics workbench Bioclipse and the Chemistry Development Kit can be used to this purpose.</p>
      </abstract>
      <kwd-group>
        <kwd>Bioclipse</kwd>
        <kwd>cheminformatics</kwd>
        <kwd>Resource Description Framework</kwd>
        <kwd>Chemistry Development Kit</kwd>
        <kwd>proteochemometrics</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Molecular chemometrics is the eld that nds patterns in molecular information
and combines methods from statistics and machine learning, cheminformatics,
and also includes semantic technologies for lossless exchange of data [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. While
past research in this eld focused mostly on the former two, the latter is at least
as important: the success of the rst two depends very much on the ability to
link created models to independent information for validation purposes, and the
ability to make assumptions on the (chemical) validness of ones training data
and models, numerically [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] as well as visually [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
      </p>
      <p>
        Semantic technologies thus play an important role, and the Chemical Markup
Language (CML) has met this need in chemistry recently [
        <xref ref-type="bibr" rid="ref4 ref5">4, 5</xref>
        ]. The use of
ontologies and reasoning has, however, been studied earlier than that; For example,
Gordon used ontologies and reasoning for chemical inference [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Bridging semantic data exchange with computation is a current research area,
and is acknowledged as important components to improve cheminformatics. The
lack of Open Data (training and test data), Open Source (open box software),
and Open Standards (understanding what the data means) are useful solutions
here, and is promoted by, for example, the Blue Obelisk movement [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        Clearly, Resource Description Framework (RDF) and derived technologies,
including the Web Ontology Language (OWL) and the SPARQL query language,
are extremely useful Open Standards. Additionally, the amount of Open Source
software that can use these standards have greatly risen over the past 10 years;
these tools now provide the crucial building blocks to handle chemical data
expressed in RDF and include Jena [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] and Virtuoso [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
1.1
      </p>
      <sec id="sec-1-1">
        <title>The Chemistry behind Drugs</title>
        <p>
          A tremendous e ort has been ongoing in recent years to make drug-related data
available as RDF using Open Data licenses or by placing it in the public domain,
allowing modi cation and redistribution of the data [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. The Linking Open Drug
Data Project [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] and Bio2RDF [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] are two such projects.
        </p>
        <p>Understanding patterns in drug data is important in drug design, where
molecular data is linked to chemical and physical properties and biochemical
knowledge including binding a nities and ADMETox properties. The
statistical modeling of molecular properties requires an e cient representation of the
molecular structures, and this is the point where cheminformatics meets the
semantic web technologies.</p>
        <p>
          Proteochemometrics is the application of statistics for modeling ligand-protein
interactions. It models the binding interaction as function of both the molecular
structure of the ligands and the protein sequences. It has been used for many
biochemical activities now, including HIV proteases [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ], P450 enzymes [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], and
G-protein coupled receptors [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. This modeling approach pulls in a wide variety
of data, where semantic technologies help us verify assumption (by explicit facts
and strong metadata), validate models (by pulling in validation data) and allows
mapping of models onto related data.
        </p>
        <p>
          Research is therefore ongoing to further integrate semantic web technologies
with cheminformatics and chemometrics, and this paper shows the integration
of RDF technologies with several Open Source bio- and cheminformatics
platforms: the Chemistry Development Kit (CDK) [
          <xref ref-type="bibr" rid="ref16 ref17">16, 17</xref>
          ], Bioclipse [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ], Jmol [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]
and JChemPaint [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. These four libraries provide an extensive set of
cheminformatics functionality. The CDK is a chem- and bioinformatics library providing
both a universal data model as well as many low level cheminformatics
algorithms, including calculation of unique identi ers, calculation of similarity
between molecules, substructure search, structure diagram generation for making
2D diagrams, a 3D geometry generator, and (molecular) descriptor calculations.
Jmol is a well-known 3D visualization tool, while JChemPaint allows drawing
and editing of 2D diagrams.
        </p>
        <p>
          Bioclipse integrates these tools (and other libraries) into a graphical
workbench, and was recently extended by scripting support [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. The latter makes
is possible to share scripts, for example, via social web sites such as
MyExperiment.org [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. Scripts uploaded to this social website as work ow can be
downloaded directly into Bioclipse again using the Bioclipse MyExperiment plugin.
We believe this improves reproducibility of studies. This paper takes advantage
of that functionality and gives a few example scripts that use the here presented
new RDF functionality. Currently, Bioclipse supports a JavaScript environment
into which additional functionality is injected, allowing the functionality in
Bioclipse itself to be used directly from the JavaScript environment.
The applications in this paper give a few examples of the integration of RDF with
cheminformatics. The rst example shows the use of the IUPAC International
Chemical Identi er (InChI) as unique identi er for molecular structures. This
is followed by two examples where data from the Linked Open (Drug) Data
network is interpreted and visualized in Bioclipse. The last example shows how
RDF is being integrated into the CDK as a new, semantic IO format for its data
model, as well as the output of molecular descriptor calculations.
Chemical structures can be represented in various ways, but the chemical graph
is the most popular in cheminformatics, being a fair trade-o between complexity
and information content. However, comparing chemical graphs is
computationally expensive, which is why identi ers are more commonly used instead. The
SMILES [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] is a popular identi er used in the LODD network, but its identi ers
are not unique. The InChI, however, is unique and increasingly used [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. Even
though it is not applicable to all chemical compound classes, it covers the major
part of drugs on the market.
        </p>
        <p>The InChI has a format that includes a InChI= pre x, but it is still not
in the URI format. To aid the adoption of the InChI in RDF data sets, we
have set up a website that provides a one-to-one link between the InChI and a
URI, moreover a URI that is dereferenceable, making it suitable for LinkedData
networks. For example, Figure 1 shows the URI-based identi er for methane,
http://rdf.openmolecules.net/?InChI=1/CH4/h1H4. The website does not
primarily provide new data, but looks up information from other resources and
links to those. The website provides autogenerated RDF content for any InChI.
The existence of this website makes it possible for any data set to use owl:sameAs
triples pointing to these URIs to mark the chemical identity of molecules.
Currently, the website acts as a hub in the Linked Data network: links are provided
to ChEBI, NMRShiftDB, and DBPedia.
2.2</p>
      </sec>
      <sec id="sec-1-2">
        <title>Visualization: 2D diagrams</title>
        <p>An obvious integration of the RDF network with cheminformatics toolkits is the
visualization of 2D diagrams of the involved drugs. Bioclipse integrates the CDK
and JChemPaint for these purposes and allows data from the LODD network to
be read and visualized.</p>
        <p>
          The following Bioclipse script shows this use case, and uses the SPARQL end
point of DBPedia [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ] as starting point. The script queries all entries which have
a SMILES, because those are far more abundant than InChIs in Wikipedia, and
uses the CDK to create an MDL SD le, while storing the DBPedia resource
URI as property. Clearly, any chemical property can be calculated on the y,
or looked up via additional RDF sources. The results are then opened in a
JChemPaint-based molecule table functionality in Bioclipse 2.2 [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ], as shown
in Figure 2.
        </p>
        <p>The full Bioclipse script for this application is given below, which is also
available from MyExperiment.org at http://www.myexperiment.org/workflows/
927. It shows how Bioclipse integrates RDF resources via the new rdf manager.
The script rst queries a remote SPARQL end point using the rdf.sparqlRemote(sparql)
call, after which it iterates of all returned hits, extracts the ?compound and
?smiles elds for each hit as identi ed in the SPARQL. For each SMILES, the
CDK is used to translate the SMILES into a chemical graph and stored in a list.
The list is nally saved as MDL SD le:
var sparql = "\
PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; \
PREFIX dbpedia: &lt;http://dbpedia.org/ontology/&gt; \
PREFIX dbprop: &lt;http://dbpedia.org/property/&gt; \
\
SELECT DISTINCT ?compound ?smiles WHERE { \
?compound dbprop:section ?section . \
?section dbprop:smiles ?smiles . \
} ORDER BY ?compound LIMIT 10 OFFSET 0 \
";
var hits = rdf.sparqlRemote("http://dbpedia.org/sparql", sparql);
var compounds = cdk.createMoleculeList()
for (var i=0; i&lt;hits.size(); i++) {
var hit = hits.get(i);
var smiles = hit.get(0);
smiles = smiles.replaceAll("\\s","");
if (smiles.endsWith("@en")) {</p>
        <p>smiles = smiles.substring(0, smiles.lastIndexOf('@'));
}
var resource = hit.get(1);
var mol = cdk.fromSMILES(smiles);
mol.setProperty("DBPedia", resource);
compounds.add(mol);
}
cdk.saveSDFile("/Virtual/dbpediaHits.sdf", compounds)
ui.open("/Virtual/dbpediaHits.sdf")
2.3</p>
      </sec>
      <sec id="sec-1-3">
        <title>Visualization: 3D geometries</title>
        <p>
          Likewise, Bioclipse can visualize 3D geometries too, using the plugin for Jmol [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ].
The following script uses a SPARQL end point for the Bio2RDF data [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], and
looks up protein structures which have a title containing HIV. The PDB
identier is extracted and used for a webservice call against the PDB database, and
opened in the 3D editor.
        </p>
        <p>The script is available at http://www.myexperiment.org/workflows/928,
and queries a remote SPARQL end point nds all PDB identi ers which have
the string HIV in its title. The found identi ers are then used to download the
entry from the PDB database and opened in a Jmol viewer with a ui.open() call:
var sparql = "\
select distinct ?i where { \
?s &lt;http://purl.org/dc/elements/1.1/title&gt; ?o . \
?s &lt;http://purl.org/dc/elements/1.1/identifier&gt; ?i . \
FILTER regex(?o, \"HIV\") . \
FILTER regex(?i, \"pdb\") .} \
LIMIT 10";
var hits = rdf.sparqlRemote("http://quebec.bio2rdf.org/sparql", sparql);
for (var i=0; i&lt;hits.size(); i++) {
var hit = hits.get(i);
var pdbID = hit.get(0);
pdbID = pdbID.substring(pdbID.indexOf(":")+1);
}
protein = webservices.downloadPDBAsFile(pdbID)
ui.open(protein)
2.4</p>
      </sec>
      <sec id="sec-1-4">
        <title>Molecular Properties and Descriptors</title>
        <p>The two previous scripts serve as a starting point for proteochemometrics, and
provides links between disease, protein sequences and drugs. The next
integration step is to express data created with cheminformatics as RDF too, and in
particular the expression of calculated molecular descriptors. For this purpose
the data models used by the CDK as well as the Blue Obelisk Descriptor
Ontology (BODO) are being expressed as OWL ontologies. This makes it possible
to make calculation results part of the Linked Data network.</p>
        <p>The following example shows protonated methanol serialized as Notation3
using the OWL-based CDK data model. It de nes a molecule with two atoms,
one of which is positively charged. Hydrogens are implicitly de ned, as commonly
done in SMILES too. The bond links to the bound atoms and is of a certain
prede ned bond order class. The resources in the RDF representation match Java
Objects in the CDK library. These objects are typically not identi ed by URIs,
causing the use of example.com in the below example. The current code that
creates the RDF, however, allows to use an arbitrary domain, and we anticipate
that pure URI elds for all Objects in the CDK will become available when
the RDF representation becomes more popular. The Dublin Core namespace is
reused for the name of the molecule, and an owl:sameAs triple linking to the
aforementioned OpenMolecule RDF website is given:
&lt;http://example.com/model1/atom1&gt;
a cdk:Atom ;
cdk:hasFormalCharge "1" ;
cdk:symbol "O" .
&lt;http://example.com/model1/atom2&gt;
a cdk:Atom ;
cdk:symbol "C" .
&lt;http://example.com/model1/mol1&gt;
a cdk:Molecule ;
dc:title "Methanol" ;
owl:sameAs &lt;http://rdf.openmolecules.net/?InChI=1/CH4O/c1-2/h2H,1H3&gt; ;
cdk:hasAtom &lt;http://example.com/model1/atom2&gt; ,</p>
        <p>&lt;http://example.com/model1/atom1&gt; ;
cdk:hasBond &lt;http://example.com/model1/bond1&gt; .
&lt;http://example.com/model1/bond1&gt;
a cdk:Bond ;
cdk:bindsAtom &lt;http://example.com/model1/atom1&gt; ,</p>
        <p>&lt;http://example.com/model1/atom2&gt; ;
cdk:hasOrder cdk:SingleBond .</p>
        <p>The OWL-based CDK data model resembles the actually used data model,
with its less common hierarchy. Nevertheless, the CDK is used for many
different type of cheminformatics studies, showing that it does cover the domain
quite su ciently. The below subset of classes and properties shows the basic
components for the representation of a chemical graph:
cdk:Atom
a owl:Class ;
rdfs:subClassOf cdk:AtomType .
cdk:Bond
a owl:Class ;
rdfs:subClassOf cdk:ElectronContainer .
cdk:AtomContainer
a owl:Class ;
rdfs:subClassOf cdk:ChemObject .
cdk:hasSymbol
a owl:DatatypeProperty ;
rdfs:domain cdk:Element ;
rdfs:range &lt;xsd:string&gt; .
cdk:hasAtom
a owl:ObjectProperty ;
rdfs:domain cdk:AtomContainer ;
rdfs:range cdk:Atom .
cdk:binds
a owl:ObjectProperty ;
rdfs:domain cdk:Bond ;
rdfs:range cdk:Atom .</p>
        <p>The here presented CDK data model ontology introduces yet another
ontology, whereas the reuse of existing ontologies should be encouraged. However, an
exact match of the internal CDK model has the advantage that one knows that
documents using the ontology exactly express what is in the CDK data model.
At the same time, it leaves the opportunity to use external ontological mappings
to express class correspondence for use with reasoning engines. While the above
example does not show this, 2D and 3D coordinates can easily be embedded in
the RDF document too, thus demonstrating a simple example of how
cheminformatical calculation results, 2D diagrams or 3D models in this case, can be
represented as RDF triples.</p>
        <p>
          Additionally, being expressed in RDF, it enables full chemical graphs to be
embedded in HTML using XHTML+RDFa [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ], for example to be used by user
scripts [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. It should also be noted that Bioclipse is capable of extracting RDF
from XHTML+RDFa documents, making it a fully supported chemical format.
        </p>
        <p>
          Calculated molecular descriptors can also be added to such RDF documents,
and an extension has been written to the above RDF input/output library for
the CDK to serialize those descriptors. Such semantic serialization of
descriptors has been proposed earlier to use the Chemical Markup Language [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ], and
this approach is now extended to directly link to the Blue Obelisk Descriptor
Ontology (which is expressed in OWL too), as well as to support listing what
algorithm parameter values have been used in the descriptor calculation:
&lt;http://example.com/model1/mol1&gt;
a cdk:Molecule ;
bodo:hasDescriptorValue
[ a bodo:DescriptorValue ;
bodo:hasPart
[ a bodo:DescriptorValuePoint ;
bodo:hasValue "0.0"^^xsd:double ;
bodo:valuePointFor
[ a bodo:Descriptor ;
        </p>
        <p>rdfs:label "TopoPSA"^^xsd:string
]
] ;
bodo:isCalculatedBy
[ a bodo:DescriptorImplementation ;
&lt;http://purl.org/dc/elements/1.1/identifier&gt;</p>
        <p>"$Id$"^^xsd:string ;
&lt;http://purl.org/dc/elements/1.1/title&gt;
"org.openscience.cdk.qsar.descriptors. ...</p>
        <p>molecular.TPSADescriptor"^^xsd:string ;
bodo:hasVendor "The Chemistry Development Kit"^^xsd:string ;
bodo:instanceOf &lt;bodo:tpsa&gt;;
] ;
bodo:isCalculatedWithParameter
[ a bodo:ParameterValue ;
bodo:hasValue "false"^^xsd:boolean ;
bodo:valueFor
[ a bodo:Parameter ;</p>
        <p>rdfs:label "checkAromaticity"
] .</p>
        <p>]</p>
        <p>]</p>
        <p>
          This example shows the result of calculating the TPSA descriptor using the
Chemistry Development Kit, in the RDF representation used by the Blue Obelisk
Descriptor Ontology. The algorithm has one parameter which indicates if
aromaticity should be detected before the descriptor is calculated, which was set
to false. The triple graph also links to an external dictionary of descriptors that
also uses Blue Obelisk Descriptor Ontology; in particular, it refers to the entry
describing the TPSA algorithm (bodo:instanceOf bodo:tpsa), allowing
interoperability as described in the Blue Obelisk paper [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. The descriptor listing and
the underlying ontology are currently found in a single OWL document [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ].
Bioclipse accepts further documents de ning additional descriptors. Research is
ongoing to how use this RDF in webservices using XMPP [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] and SADI [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ].
3
        </p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Conclusion</title>
      <p>This paper shows how RDF data can be integrated with cheminformatics and
proteochemometrics using the Chemistry Development Kit and Bioclipse. While
ontologies are not new in chemistry in itself, many current cheminformatics
libraries do not yet have an RDF interface even though it addresses the important
area of interoperability in the eld. Our examples show how to go back and forth
between a few common cheminformatics representations, including the SMILES,
InChI and chemical graphs. The applications show how this link can be used
to visualize chemical graphs present online in a line notation in the Linked
Open Drug Data. The last example highlighted how cheminformatics calculation
results can be represented in RDF. This opens up a world of possibilities for
integrating cheminformatical computation into the RDF world, such as proposed
by the SADI framework.</p>
      <p>
        What this work does not address is the lack of Open Standard ontologies in
chemistry; instead it introduces a new ontology. It is not anticipated that the
here used ontologies are nal, except perhaps for the CDK data model ontology,
which is xed to the CDK library design. Instead, we explore synchronization
with other ontologies, such as ChemAxiom [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ]. Additionally, ongoing research is
exploring how this work can be linked to MetWare [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ], an SKOS-based ontology
for metabolomics experiments, focusing on metabolite identi cation.
Acknowledgments. This research was funded by a KoF grant from Uppsala
University (KoF 07) and the Swedish VR-M (04X-05957).
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wehrens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buydens</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Molecular Chemometrics</article-title>
          .
          <source>Crit. Rev. Anal. Chem</source>
          .
          <volume>36</volume>
          (
          <year>2006</year>
          )
          <volume>189</volume>
          {
          <fpage>198</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Denissen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wehrens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buydens</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>On the use of 1H and 13C NMR spectra as QSPR descriptors</article-title>
          .
          <source>Journal of Chemical Information and Modelling</source>
          <volume>46</volume>
          (
          <issue>2</issue>
          ) (
          <year>2006</year>
          )
          <volume>487</volume>
          {
          <fpage>494</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wehrens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Melssen</surname>
          </string-name>
          , W., de Gelder, R.,
          <string-name>
            <surname>Buydens</surname>
            ,
            <given-names>L.M.C.</given-names>
          </string-name>
          :
          <article-title>Supervised self-organizing maps in crystal property and structure prediction</article-title>
          .
          <source>Crystal Growth &amp; Design</source>
          <volume>7</volume>
          (
          <issue>9</issue>
          ) (
          <year>September 2007</year>
          )
          <volume>1738</volume>
          {
          <fpage>1745</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          :
          <article-title>Processing CML conventions in Java</article-title>
          .
          <source>Internet Journal of Chemistry</source>
          <volume>4</volume>
          (
          <year>2001</year>
          ) 4+
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Murray-Rust</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rzepa</surname>
            ,
            <given-names>H.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williamson</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          :
          <article-title>Chemical markup, xml, and the world wide web. 5. applications of chemical metadata in rss aggregators</article-title>
          .
          <source>J Chem Inf Comput Sci</source>
          <volume>44</volume>
          (
          <issue>2</issue>
          ) (
          <year>2004</year>
          )
          <volume>462</volume>
          {
          <fpage>469</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Gordon</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          :
          <article-title>Chemical inference. 3. formalization of the language of relational chemistry: ontology and algebra</article-title>
          .
          <source>Journal of Chemical Information and Computer Sciences</source>
          <volume>28</volume>
          (
          <issue>2</issue>
          ) (May
          <year>1988</year>
          )
          <volume>100</volume>
          {
          <fpage>115</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Guha</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Howard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hutchison</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murray-Rust</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rzepa</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steinbeck</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wegner</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>The Blue Obelisk - interoperability in chemical informatics</article-title>
          .
          <source>Journal of Chemical Information and Modelling</source>
          <volume>46</volume>
          (
          <year>2006</year>
          )
          <volume>991</volume>
          {
          <fpage>998</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>McBride</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Jena: A semantic web toolkit</article-title>
          .
          <source>IEEE Internet Computing</source>
          <volume>6</volume>
          (
          <issue>6</issue>
          ) (
          <year>2002</year>
          )
          <volume>55</volume>
          {
          <fpage>59</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Software</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Virtuoso</surname>
          </string-name>
          Open-Source. http://www.openlinksw.com/dataspace/ dav/wiki/Main/VOSRDF
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Ruttenberg</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bug</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Samwald</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doherty</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Forsberg</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kashyap</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kinoshita</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luciano</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marshall</surname>
            ,
            <given-names>M.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ogbuji</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rees</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stephens</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wong</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaccagnini</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hongsermeier</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herman</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cheung</surname>
            ,
            <given-names>K.H.</given-names>
          </string-name>
          :
          <article-title>Advancing translational research with the semantic web</article-title>
          .
          <source>BMC Bioinformatics 8(Suppl 3)</source>
          (
          <year>2007</year>
          )
          <article-title>S2+</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jentzsch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>The Linking Open Drug Data Project</article-title>
          . http:// sourceforge.net/projects/loddproject/
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Belleau</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nolin</surname>
            ,
            <given-names>M.A.A.</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</source>
          (
          <issue>5</issue>
          ) (
          <year>October 2008</year>
          )
          <volume>706</volume>
          {
          <fpage>716</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lapins</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eklund</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spjuth</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prusis</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wikberg</surname>
          </string-name>
          , J.:
          <article-title>Proteochemometric modeling of hiv protease susceptibility</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>9</volume>
          (
          <issue>1</issue>
          ) (
          <year>April 2008</year>
          )
          <volume>181</volume>
          +
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kontijevskis</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Komorowski</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wikberg</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          :
          <article-title>Generalized proteochemometric model of multiple cytochrome p450 enzymes and their inhibitors</article-title>
          .
          <source>Journal of chemical information and modeling</source>
          <volume>48</volume>
          (
          <issue>9</issue>
          ) (
          <year>September 2008</year>
          )
          <year>1840</year>
          {
          <fpage>1850</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Lapinsh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prusis</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lundstedt</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wikberg</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          :
          <article-title>Proteochemometrics modeling of the interaction of amine G-protein coupled receptors with a diverse set of ligands</article-title>
          .
          <source>Molecular pharmacology 61(6)</source>
          (
          <year>June 2002</year>
          )
          <volume>1465</volume>
          {
          <fpage>1475</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Steinbeck</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Han</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horlacher</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luttmann</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>The Chemistry Development Kit (CDK): an open-source Java library for Chemoand Bioinformatics</article-title>
          .
          <source>J Chem Inf Comput Sci</source>
          <volume>43</volume>
          (
          <issue>2</issue>
          ) (
          <year>2003</year>
          )
          <volume>493</volume>
          {
          <fpage>500</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Steinbeck</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoppe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Floris</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guha</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          :
          <article-title>Recent developments of the Chemistry Development Kit (CDK) - an open-source java library for chemo- and bioinformatics</article-title>
          .
          <source>Current pharmaceutical design</source>
          <volume>12</volume>
          (
          <issue>17</issue>
          ) (
          <year>2006</year>
          )
          <volume>2111</volume>
          {
          <fpage>2120</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Spjuth</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Helmus</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eklund</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wagener</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rust</surname>
            ,
            <given-names>P.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steinbeck</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wikberg</surname>
          </string-name>
          , J.:
          <article-title>Bioclipse: An open source workbench for chemoand bioinformatics</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>8</volume>
          (
          <issue>1</issue>
          ) (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Howard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Fast and Scriptable Molecular Graphics in Web Browsers without Java3D</article-title>
          .
          <source>Nature Precedings</source>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Krause</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steinbeck</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>JChemPaint - using the collaborative forces of the internet to develop a free editor for 2D chemical structures</article-title>
          .
          <source>Molecules</source>
          <volume>5</volume>
          (
          <year>2000</year>
          )
          <volume>93</volume>
          {
          <fpage>98</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Spjuth</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alvarsson</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berg</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eklund</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Masak,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Torrance</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Wagener</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Willighagen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Steinbeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Wikberg</surname>
          </string-name>
          , J.:
          <article-title>Bioclipse 2: A scriptable integration platform for the life sciences</article-title>
          .
          <source>Submitted</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>De Roure</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goble</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stevens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>The design and realisation of the myexperiment virtual research environment for social sharing of work ows</article-title>
          .
          <source>Future Generation Computer Systems</source>
          <volume>25</volume>
          (
          <issue>5</issue>
          ) (May
          <year>2009</year>
          )
          <volume>561</volume>
          {
          <fpage>567</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Weininger</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>SMILES, a Chemical Language and Information System. 1. Introduction to Methodology and Encoding Rules</article-title>
          .
          <source>Journal of Chemical Information and Computer Sciences</source>
          <volume>28</volume>
          (
          <year>1988</year>
          )
          <volume>31</volume>
          {
          <fpage>36</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heller</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tchekhovski</surname>
            ,
            <given-names>D.:</given-names>
          </string-name>
          <article-title>An open standard for chemical structure representation - The IUPAC Chemical Identi er</article-title>
          .
          <source>In: Nimes International Chemical Information Conference Proceedings</source>
          . (
          <year>2003</year>
          )
          <volume>131</volume>
          {
          <fpage>143</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kobilarov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ives</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>DBpedia: A Nucleus for a Web of Open Data</article-title>
          . (
          <year>2008</year>
          )
          <volume>722</volume>
          {
          <fpage>735</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Adida</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birbeck</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCarron</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pemberton</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Rdfa in xhtml: Syntax and processing</article-title>
          . http://www.w3.org/TR/rdfa-syntax/
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Willighagen</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>O'Boyle</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gopalakrishnan</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiao</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guha</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steinbeck</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wild</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Userscripts for the Life Sciences</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>8</volume>
          (
          <issue>1</issue>
          ) (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Willighagen</surname>
          </string-name>
          , E.:
          <article-title>descriptor-algorithms</article-title>
          .owl. http://qsar.svn.sf.net/viewvc/ qsar/trunk/qsar-dicts/descriptor-algorithms.owl?revision=HEAD&amp;view= markup
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Wagener</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spjuth</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wikberg</surname>
            ,
            <given-names>J.E.S.:</given-names>
          </string-name>
          <article-title>XMPP for cloud computing in bioinformatics supporting discovery and invocation of asynchronous Web services</article-title>
          .
          <source>BMC Bioinformatics</source>
          <volume>10</volume>
          (
          <year>September 2009</year>
          )
          <volume>279</volume>
          +
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Wilkinson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vandervalk</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCarthy</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Sadi - semantic automated discovery and integration</article-title>
          . http://sadiframework.org/
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Adams</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cannon</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Murray-Rust</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Chemaxiom an ontological framework for chemistry in science</article-title>
          .
          <source>Nature Precedings</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Willighagen</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van</surname>
            <given-names>Ham</given-names>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          : Metware. http://www.metware.org/
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>