MeasurementVariableTrait uses trait:short
Measurement variable metric properties.
The pair every measured thing carries — the technique and its method — comes from MeasurementTechniqueTrait ; what follows is what a variable adds to it : the property it measures, the denominator it is a ratio of, and the qualification the figure is read under.
Table of Contents
Properties
- $measuredProperty : string|Property|array<string|int, mixed>|null
- The measuredProperty of an Observation, typically via its StatisticalVariable. There are various kinds of applicable Property: a schema.org property, a property from other RDF-compatible systems, e.g. W3C RDF Data Cube, Data Commons, Wikidata, or schema.org extensions such as GS1's.
- $measurementDenominator : null|array<string|int, mixed>|StatisticalVariable
- Identifies the denominator variable when an observation represents a ratio or percentage.
- $measurementMethod : string|array<string|int, mixed>|DefinedTerm|MeasurementMethodEnum|null
- A subproperty of measurementTechnique that can be used for specifying specific methods, in particular via MeasurementMethodEnum.
- $measurementQualifier : string|array<string|int, mixed>|DefinedTerm|Enumeration|null
- Provides additional qualification to an observation. For example, a GDP observation measures the Nominal value.
- $measurementTechnique : string|array<string|int, mixed>|DefinedTerm|MeasurementMethodEnum|null
- A technique, method or technology used in an Observation, StatisticalVariable or Dataset (or DataDownload, DataCatalog), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using variableMeasured; for Observation, a StatisticalVariable). Often but not necessarily each variableMeasured will have an explicit representation as (or mapping to) an property such as those defined in Schema.org, or other RDF vocabularies and "knowledge graphs".
Properties
$measuredProperty
The measuredProperty of an Observation, typically via its StatisticalVariable. There are various kinds of applicable Property: a schema.org property, a property from other RDF-compatible systems, e.g. W3C RDF Data Cube, Data Commons, Wikidata, or schema.org extensions such as GS1's.
public
string|Property|array<string|int, mixed>|null
$measuredProperty
$measurementDenominator
Identifies the denominator variable when an observation represents a ratio or percentage.
public
null|array<string|int, mixed>|StatisticalVariable
$measurementDenominator
$measurementMethod
A subproperty of measurementTechnique that can be used for specifying specific methods, in particular via MeasurementMethodEnum.
public
string|array<string|int, mixed>|DefinedTerm|MeasurementMethodEnum|null
$measurementMethod
$measurementQualifier
Provides additional qualification to an observation. For example, a GDP observation measures the Nominal value.
public
string|array<string|int, mixed>|DefinedTerm|Enumeration|null
$measurementQualifier
$measurementTechnique
A technique, method or technology used in an Observation, StatisticalVariable or Dataset (or DataDownload, DataCatalog), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using variableMeasured; for Observation, a StatisticalVariable). Often but not necessarily each variableMeasured will have an explicit representation as (or mapping to) an property such as those defined in Schema.org, or other RDF vocabularies and "knowledge graphs".
public
string|array<string|int, mixed>|DefinedTerm|MeasurementMethodEnum|null
$measurementTechnique
In that case the subproperty of variableMeasured called measuredProperty is applicable.