Open
Description
Based on discussions at the NFDI4BIOIMAGE hackathons in Cologne and Bielefeld, a discussion in Wiesbaden with @muehlhaus, as well as the ARC symposium in Boppard:
- Add a module similar to idr_annotations which exports additional Process information
- Add a mechanism for excluding additional triples if necessary
- Always generate the base underlying triples (
image has annotation
) in case the additional triples are turned off
This will mean that in addition to triples such as:
example:1 a ome:Image.
example:2 a ome:Instrument.
example:3 a ome:MapAnnotation.
example:1 ome:instrument example2.
example:1 ome:annotation example:3.
example:3 ome:key "CellLine" ... # more sample information
we would also get something like:
example:4 a sdo:LabProcess.
example:4 sdo:result example:1.
example:4 sdo:executesProtocol example:2.
example:4 sdo:object example:3.
Metadata
Metadata
Assignees
Labels
No labels