URI

class Relation

A relation is the predicate part of an RDF triple. SemSim uses the BioModels biology qualifiers for describing model elements.

Public Functions

Relation(const URI &uri)

Construct from URI.

Parameters
  • uri: The URI of the ontology term

const URI &getURI() const

Return

the URI for this relation.

std::string humanize() const

Return a humanreadable representation of the annotation information. Ontology terms will be replaced with human-readable names.

bool operator==(const Relation &other) const

Comparison operator.