statType constant
IriTerm
const statType
statType [Expects: http://schema.org/Property, http://schema.org/Text, http://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: http://schema.org/StatisticalVariable
Implementation
static const statType = const IriTerm('http://schema.org/statType');