schemahttpGender constant

IriTerm const schemahttpGender

gender from schemahttp vocabulary [Expects: http://schema.org/GenderType, http://schema.org/Text]

Gender of something, typically a {Person}, but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The {gender} property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender {SportsTeam} can be indicated with a text value of "Mixed".

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

Implementation

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