schemahttpMemberOf constant

IriTerm const schemahttpMemberOf

memberOf from schemahttp vocabulary [Expects: http://schema.org/MemberProgramTier, http://schema.org/Organization, http://schema.org/ProgramMembership]

An Organization (or ProgramMembership) to which this Person or Organization belongs.

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

Implementation

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