h-REA / hREA

A ValueFlows / REA economic network coordination system implemented on Holochain and with supplied Javascript GraphQL libraries
https://docs.hrea.io
Other
143 stars 15 forks source link

Implement a "measurement event" module for storing sensor data #128

Open pospi opened 4 years ago

pospi commented 4 years ago

This is to implement a facility for tracking arbitrary measurements against arbitrary characteristics of a resource (eg. tracking temperature in degrees celsius).

The implementation needs to manage provenance of the measurements as well as tracking multidimensional measurements against the same resource over time. The Semantic Sensor Ontology has been identified as a good candidate for the data structures and attribute name mappings.

See https://github.com/valueflows/valueflows/issues/603 for more info.

fosterlynn commented 4 years ago

The Semantic Sensor Ontology has been identified as a good candidate for the data structures and attribute name mappings.

Looks promising. They do a bit of mapping to prov, which has a similar process model to VF. https://www.w3.org/TR/vocab-ssn/#PROV_Alignment

fosterlynn commented 4 years ago

Looks like sosa:FeatureOfInterest would be our vf:EconomicResource.