OPB Ontology

class OPB : public semsim::Ontology

Class for the Ontology of Physics for Biology.

Public Static Functions

static Resource get(OntologyTerm t)

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

// returns "https://identifiers.org/opb/OPB_00154" (fluid volume)
Resource r = OPB::get(154);
Return

The correct full URI for the resource in OPB.

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