greaterOrEqual constant
IriTerm
const greaterOrEqual
IRI for schema:greaterOrEqual [Expects: https://schema.org/QualitativeValue]
This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.
Can be used on: https://schema.org/QualitativeValue
Implementation
static const greaterOrEqual = const IriTerm(
'https://schema.org/greaterOrEqual',
);