You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure, if this is the right place. Feel free to move this issue.
When loading the ro-crate-metadata.json into a RDF Graph to query using SPARQL. I can't connect Sources to Samples. This is because, the RO-Crate has one Process with n inputs and n outputs, expecting those to be well-ordered. However, the graph loads those inputs and outputs in an unordered manner. So there is no way for me of matching inputs to outputs.
One way to fix this issue would be to put n processes into the processSequence, each having one input and one output. That way it would be feasible to match Sources and Samples, regardless of order. Otherwise an additionalProperty "derivedFrom" or similar could also solve this issue.
Maybe I'm overlooking something. Otherwise, I'm curious to hear your opinions on this.
The text was updated successfully, but these errors were encountered:
Not sure, if this is the right place. Feel free to move this issue.
When loading the ro-crate-metadata.json into a RDF Graph to query using SPARQL. I can't connect Sources to Samples. This is because, the RO-Crate has one Process with n inputs and n outputs, expecting those to be well-ordered. However, the graph loads those inputs and outputs in an unordered manner. So there is no way for me of matching inputs to outputs.
One way to fix this issue would be to put n processes into the processSequence, each having one input and one output. That way it would be feasible to match Sources and Samples, regardless of order. Otherwise an additionalProperty "derivedFrom" or similar could also solve this issue.
Maybe I'm overlooking something. Otherwise, I'm curious to hear your opinions on this.
The text was updated successfully, but these errors were encountered: