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

Add ARC export plugin #11

Open
joshmoore opened this issue Apr 16, 2024 · 0 comments
Open

Add ARC export plugin #11

joshmoore opened this issue Apr 16, 2024 · 0 comments

Comments

@joshmoore
Copy link
Member

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.
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

1 participant