Skip to content

Instantly share code, notes, and snippets.

@egonw
Created March 25, 2009 16:37
Show Gist options
  • Select an option

  • Save egonw/85566 to your computer and use it in GitHub Desktop.

Select an option

Save egonw/85566 to your computer and use it in GitHub Desktop.
<rdf:RDF
xmlns:mw="http://metware.sf.net/onto/#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#" >
<rdf:Description rdf:about="urn:lsid:localhost:net.sf.metware.beans.MetidMetabolitesAddonPubchemBean:297">
<owl:sameAs rdf:resource="urn:lsid:localhost:net.sf.metware.beans.MetidMetabolitesBean:16"/>
<mw:PubChemCID>297</mw:PubChemCID>
<rdf:type rdf:resource="http://metware.sf.net/onto/#PubChemExtras"/>
</rdf:Description>
<rdf:Description rdf:about="urn:lsid:localhost:net.sf.metware.beans.MetidMetabolitesBean:16">
<mw:InChI>InChI=1/CH4/h1H4</mw:InChI>
<mw:Metabolite>16</mw:Metabolite>
<rdf:type rdf:resource="http://metware.sf.net/onto/#Metabolite"/>
</rdf:Description>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment