schemaHttpHonorificPrefix constant

IriTerm const schemaHttpHonorificPrefix

honorificPrefix from schema-http vocabulary [Expects: http://schema.org/Text]

An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.

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

Implementation

static const schemaHttpHonorificPrefix = IriTerm(
  'http://schema.org/honorificPrefix',
);