Looking for help!
NAME
SemanticWeb::Schema::Observation - Instances of the class Observation are used to specify observations about an entity (which may or may not be an instance of a StatisticalPopulation )
VERSION
version v9.0.0
DESCRIPTION
Instances of the class Observation are used to specify observations about an entity (which may or may not be an instance of a StatisticalPopulation), at a particular time. The principal properties of an Observation are observedNode, measuredProperty, measuredValue (or median, etc.) and observationDate (measuredProperty properties can, but need not always, be W3C RDF Data Cube "measure properties", as in the lifeExpectancy example). See also StatisticalPopulation, and the data and datasets overview for more details.
ATTRIBUTES
margin_of_error
marginOfError
A marginOfError for an Observation.
A margin_of_error should be one of the following types:
Str
_has_margin_of_error
A predicate for the "margin_of_error" attribute.
measured_property
measuredProperty
The measuredProperty of an Observation, either a schema.org property, a property from other RDF-compatible systems e.g. W3C RDF Data Cube, or schema.org extensions such as GS1's.
A measured_property should be one of the following types:
_has_measured_property
A predicate for the "measured_property" attribute.
measured_value
measuredValue
The measuredValue of an Observation.
A measured_value should be one of the following types:
_has_measured_value
A predicate for the "measured_value" attribute.
observation_date
observationDate
The observationDate of an Observation.
A observation_date should be one of the following types:
Str
_has_observation_date
A predicate for the "observation_date" attribute.
observed_node
observedNode
The observedNode of an Observation, often a StatisticalPopulation.
A observed_node should be one of the following types:
_has_observed_node
A predicate for the "observed_node" attribute.
SEE ALSO
SemanticWeb::Schema::Intangible
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2020 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)