Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Representation of Observation metadata in the STA Model #182

Open
doublebyte1 opened this issue Apr 5, 2024 · 2 comments
Open

Representation of Observation metadata in the STA Model #182

doublebyte1 opened this issue Apr 5, 2024 · 2 comments

Comments

@doublebyte1
Copy link

We are using STA 1.1., to represent a series of neuroscience experiments. These experiments generate many datastreams with observations, but they also generate information which is not about the properties we want to measure, but about the actual measurements. They could be, for instance flags that tell us that a particular observation is important.

Does it make sense to represent these streams of metadata as datastreams?

datastream

Looking at the data model, it seems datastreams require properties such as UnitofMeasurement which don't really apply to these more abstract properties. Are there alternative ways in which this information could be captured?

Thanks in advance for your guidance.

@doublebyte1
Copy link
Author

@glopesdev @PascalLike feel free to add your thoughts to the discussion.

@humaidkidwai
Copy link
Collaborator

If the metadata is about each observation individually, the parameters attribute within the Observation entity can be used to store such information. You can also just use the properties attribute within the Datastream to store metadata for the whole collection of Observations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants