-- Cord Wiljes Semantic Computing Group Excellence Cluster - Cognitive Interaction Technology (CITEC) Bielefeld University www.sc.cit-ec.uni-bielefeld.de
welcome to the group! Great to hear from you. For examples, you might
want to see our paper on the topic:
www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0025513.
One important distinction is that the CHEMINF ontology is for chemical
*information* entities such as descriptors and other metadata.
Chemical entities are described in the ChEBI ontology
(http://www.ebi.ac.uk/chebi).
Various other projects are currently starting to use CHEMINF for
standardisation of their descriptors in the linked data space. Egon
Willighagen (also copied in the discussion group) may be able to tell
you more...
Best wishes
Janna
chebi:15377 :has-attribute _:id1 .A "boiling point descriptor" is a chemical information entity. So - if I understand the term "information entity" correctly - it refers not to the actual (real-life) boiling point of a substance but rather to the boiling point's (virtual) representation in a model (or a computer). So while a substance can have only one boiling point, it can have multiple boiling point descriptors (?) But then I don't understand why the boiling point descriptor can be connected directly to the substance instead of being connected to the substance's boiling point.
_:id1 rdf:type :boiling-point-descriptor .
_:id1 :has-value "373.15 Kelvin" .
_:id1 :has-value _:id2 .Please excuse if these questions may have been discussed before or might seem trivial or nitpicky. I am still quite at the beginning of understanding ontologies and the semantic web. So any help, hints or pointers would be greatly appreciated.
_:id2 ex:hasNumericalValue "373.15"^^xsd:float .
_:id2 ex:hasUnit ex:Kelvin .
Best wishes,
I am aggregating examples on this wiki page:
http://code.google.com/p/semanticchemistry/wiki/Examples
Some projects where I am (starting to) use CHEMINF:
- ChEMBL-RDF
- Blue Obelisk Descriptor Ontology (alignment; followed by CDK, Bioclipse)
Egon
--
Dr E.L. Willighagen
Postdoctoral Researcher
Department of Bioinformatics - BiGCaT
Maastricht University (http://www.bigcat.unimaas.nl/)
Homepage: http://egonw.github.com/
LinkedIn: http://se.linkedin.com/in/egonw
Blog: http://chem-bla-ics.blogspot.com/
PubList: http://www.citeulike.org/user/egonw/tag/papers
-- Cord Wiljes Semantic Computing Group Excellence Cluster - Cognitive Interaction Technology (CITEC) Bielefeld University Phone: +49 521 106 12036 Mail: cwi...@cit-ec.uni-bielefeld.de Web: http://www.sc.cit-ec.uni-bielefeld.de Room H-123 Morgenbreede 39 33615 Bielefeld
The first is something inherent to the entity (and can be 'measured'),
the second is calculated.
Calculated from molecular structure data? So using the "boiling point
descriptor" would imply that the the object of "has value" is not
measured but calculated?
Best wishes,
Cord
Yes...
Checking that Examples wiki page, it seems there are two 'has value' predicates:
SIO_000300 has value
CHEMINF_000012 has value
The first does not seem to have domain or range defined:
http://semanticscience.org/resource/SIO_000300
The CHEMINF one I do not fully understand at first sight:
http://semanticscience.org/resource/CHEMINF_000012
Janna, Michel ?
:water :isSubstanceToMolecule :waterMolecule .Best wishes,
:water a :substance .
:waterMolecule a :molecule .
Yes, a molecule is a single chemical structure, like a single benzene
molecule, as you describe below. Many (benzene) molecules form a
substance, a pure substance if consisting of one kind of molecule, a
mixed substance if consisting of two or more different molecules. A
boiling point is not a property of a single molecule, but the
temperature at which a bunch of molecules (a substance) goes from a
fluid phase to a gas phase.
> And could you imagine a way to
> connect them? Something like a property pair isMoleculeToSubstance /
> isSubstanceToMolecule
>
> :water :isSubstanceToMolecule :waterMolecule .
> :water a :substance .
> :waterMolecule a :molecule .
"part of" comes to mind... but I am not sure if we have a predicate
for that yet...
Janna, Michel, Nico, do we?
Egon
--
Dr E.L. Willighagen
Postdoctoral Researcher
Department of Bioinformatics - BiGCaT
Maastricht University (http://www.bigcat.unimaas.nl/)
Homepage: http://egonw.github.com/
LinkedIn: http://se.linkedin.com/in/egonw
Blog: http://chem-bla-ics.blogspot.com/
PubList: http://www.citeulike.org/user/egonw/tag/papers
water_molecule has_part hydrogen_atomsounds fine to me.
water_substance has_grain water_molecule
water_molecule has_property [a molecular_weight]
water_substance has_property [a freezing_point]