German-BioImaging / omero-rdf

A plugin for exporting RDF from OMERO
GNU General Public License v2.0
4 stars 5 forks source link

Add ARC export plugin #11

Open joshmoore opened 2 months ago

joshmoore commented 2 months ago

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:

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.