boolean constant

IriTerm const boolean

IRI for xsd:boolean

Boolean datatype (true/false)

Implementation

static const boolean = IriTerm.prevalidated(
  'http://www.w3.org/2001/XMLSchema#boolean',
);