schemaVariableMeasured constant

IriTerm const schemaVariableMeasured

variableMeasured from schema vocabulary [Expects: https://schema.org/Property, https://schema.org/PropertyValue, https://schema.org/StatisticalVariable, https://schema.org/Text]

The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue, or more explicitly as a {StatisticalVariable}.

Can be used on: https://schema.org/Dataset, https://schema.org/Observation

Implementation

static const schemaVariableMeasured = IriTerm.prevalidated(
  'https://schema.org/variableMeasured',
);