MassBank
MassBank is an open-source mass spectral library for the identification of small chemical molecules in metabolomics, exposomics, and environmental research. This RDF dataset provides MassBank data in RDF format.
Dataset statistics
- Triples
- 29889091
- Subjects
- 6277391
- Properties
- 37
- Objects
- 8444777
- Classes
- 5
SPARQL example queries
#List instruemtn types
PREFIX mbo: <http://www.massbank.jp/ontology/>
SELECT DISTINCT ?instrument_type
WHERE {
?s mbo:instrument_type ?instrument_type .
}