CHEBI Ontology

class CHEBI : public semsim::Ontology

Class for the Chemical Entities of Biological Interest (CHEBI) database.

Public Static Functions

static Resource get(OntologyTerm t)

Get the full URI of an ontology term given its numeric value.

// returns "https://identifiers.org/CHEBI:17234" (glucose)
Resource r = CHEBI::get(17234);
Return

The correct full URI for the resource in ChEBI.

Parameters
  • t: The numeric value of the ontology term.