credentialCategory constant

IriTerm const credentialCategory

IRI for schemahttp:credentialCategory [Expects: http://schema.org/DefinedTerm, http://schema.org/Text, http://schema.org/URL]

The category or type of credential being described, for example "degree”, “certificate”, “badge”, or more specific term.

Can be used on: http://schema.org/EducationalOccupationalCredential

Implementation

static const credentialCategory = IriTerm.prevalidated(
  'http://schema.org/credentialCategory',
);