Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsc-ontologies/rsc-cmo
Chemical Methods Ontology
https://github.com/rsc-ontologies/rsc-cmo
chemical-methods-ontology chromatography obo obofoundry ontology owl
Last synced: 25 days ago
JSON representation
Chemical Methods Ontology
- Host: GitHub
- URL: https://github.com/rsc-ontologies/rsc-cmo
- Owner: rsc-ontologies
- License: cc-by-4.0
- Created: 2015-08-24T15:02:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T10:27:58.000Z (12 months ago)
- Last Synced: 2024-09-08T00:03:11.092Z (3 months ago)
- Topics: chemical-methods-ontology, chromatography, obo, obofoundry, ontology, owl
- Homepage:
- Size: 5.34 MB
- Stars: 12
- Watchers: 11
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chemical-data - Chemical Methods Ontology - ontologies/rsc-cmo?style=social)](https://github.com/rsc-ontologies/rsc-cmo) ![GitHub last commit](https://img.shields.io/github/last-commit/rsc-ontologies/rsc-cmo?style=social) (Schemas/Ontologies / Analytical methods)
README
# CHMO
The Chemical Methods Ontology contains more than 3000 classes and describes methods used to:
* collect data in chemical experiments, such as mass spectrometry and electron microscopy
* prepare and separate material for further analysis, such as sample ionisation, chromatography, and electrophoresis
* synthesise materials, such as epitaxy and continuous vapour deposition
It also describes the instruments used in these experiments, such as mass spectrometers and chromatography columns and their outputs.The OWL file is generated from the OBO file, but both can be edited in Protege (http://protege.stanford.edu/).
You can browse the ontology here: http://www.ebi.ac.uk/ols/ontologies/chmo
## Steps for release
1. You will need to obtain a tool to convert OBO to OWL (or _vice versa_ if you're editing the OWL), for example ROBOT, which is available here: http://robot.obolibrary.org/
2. `java -jar robot.jar convert --input rsc-cmo/chmo.obo --output rsc-cmo/chmo.owl`
3. Check that the resulting file doesn't violate DL: `java -jar robot.jar validate-profile --input rsc-cmo/chmo.owl --profile DL --output rsc-cmo/dl.txt`Colin Batchelor
2019-08-16