numberOfPlayers constant

IriTerm const numberOfPlayers

IRI for schemahttp:numberOfPlayers [Expects: http://schema.org/QuantitativeValue]

Indicate how many people can play this game (minimum, maximum, or range).

Can be used on: http://schema.org/Game, http://schema.org/VideoGameSeries

Implementation

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