term_status constant

IriTerm const term_status

IRI for vs:term_status

the status of a vocabulary term, expressed as a short symbolic string; known values include 'unstable','testing', 'stable' and 'archaic'

Can be used on all classes in this vocabulary

Implementation

static const term_status = IriTerm.prevalidated(
  'http://www.w3.org/2003/06/sw-vocab-status/ns#term_status',
);