<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://chem-bla-ics.linkedchemistry.info/feed/by_tag/gist.xml" rel="self" type="application/atom+xml" /><link href="https://chem-bla-ics.linkedchemistry.info/" rel="alternate" type="text/html" /><updated>2026-08-31T19:33:33+00:00</updated><id>https://chem-bla-ics.linkedchemistry.info/feed/by_tag/gist.xml</id><title type="html">chem-bla-ics</title><subtitle>Chemblaics (pronounced chem-bla-ics) is the science that uses open science and computers to solve problems in chemistry, biochemistry and related fields.</subtitle><author><name>Egon Willighagen</name></author><entry><title type="html">Solubility Data in Bioclipse #3: Finding ChEBI IDs</title><link href="https://chem-bla-ics.linkedchemistry.info/2009/02/27/solubility-data-in-bioclipse-3-finding.html" rel="alternate" type="text/html" title="Solubility Data in Bioclipse #3: Finding ChEBI IDs" /><published>2009-02-27T00:00:00+00:00</published><updated>2009-02-27T00:00:00+00:00</updated><id>https://chem-bla-ics.linkedchemistry.info/2009/02/27/solubility-data-in-bioclipse-3-finding</id><content type="html" xml:base="https://chem-bla-ics.linkedchemistry.info/2009/02/27/solubility-data-in-bioclipse-3-finding.html"><![CDATA[<p>With the RDF functionality set up in <a href="http://www.bioclipse.net/">Bioclipse</a> (see
<a href="https://chem-bla-ics.linkedchemistry.info/2009/02/22/solubility-data-in-bioclipse-2-handling.html">Solubility Data in Bioclipse #2: handling RDF <i class="fa-solid fa-recycle fa-xs"></i></a>),
we can start mining the Chemical RDF space. Check out this mashup:</p>

<script src="https://gist.github.com/egonw/71677.js"></script>

<p>What happens in this script is the following:</p>

<ol>
  <li>Load the ONS Solubility data (line 4-5)</li>
  <li>ask for all owl:sameAs relations to navigate (line 8-14)</li>
  <li>load the RDF for the <a href="https://chem-bla-ics.linkedchemistry.info/2009/02/17/dbpedia-enters-rdfopenmoleculesnet.html">rdf.openmolecule.net <i class="fa-solid fa-recycle fa-xs"></i></a> resources (line 16-26)</li>
  <li>query for all solvents which have an <a href="http://www.ebi.ac.uk/chebi/">ChEBI</a> identifier (line 28-38)</li>
</ol>

<p>The output will look like the following (in the future this will be opened as spreadsheet in Bioclipse):</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>[[ethanol 40C, CHEBI:16236],
[acetonitrile, CHEBI:38472],
[chloroform, CHEBI:35255],
[methanol 30C, CHEBI:17790],
[THF, CHEBI:26911],
[ethanol, CHEBI:16236],
[ethanol 30C, CHEBI:16236],
[methanol 40C, CHEBI:17790],
[methanol, CHEBI:17790]]
</code></pre></div></div>

<p>Now, this example shows a simple yet powerful feature of how RDF is used nowadays: the ChEBI identifier was not part of the original
<a href="https://spreadsheets.google.com/ccc?key=plwwufp30hfq0udnEmRD1aQ&amp;hl=en">Solubility spreadsheet at Google Docs</a>. But, taking advantage
of the unique and <em>resolvable</em> URIs for molecules, when can simply look them up.</p>

<p>Nice, isn’t it?</p>]]></content><author><name>Egon Willighagen</name></author><category term="gist" /><category term="sparql" /><category term="rdf" /><category term="chebi" /><summary type="html"><![CDATA[With the RDF functionality set up in Bioclipse (see Solubility Data in Bioclipse #2: handling RDF ), we can start mining the Chemical RDF space. Check out this mashup:]]></summary></entry></feed>