statType constant

IriTerm const statType

IRI for schema:statType [Expects: https://schema.org/Property, https://schema.org/Text, https://schema.org/URL]

Indicates the kind of statistic represented by a {StatisticalVariable}, e.g. mean, count etc. The value of statType is a property, either from within Schema.org (e.g. {median}, {marginOfError}, {maxValue}, {minValue}) or from other compatible (e.g. RDF) systems such as DataCommons.org or Wikidata.org.

Can be used on: https://schema.org/StatisticalVariable

Implementation

static const statType = IriTerm.prevalidated('https://schema.org/statType');