Annotate that generated SED-ML files were computationally-generated from CellML files
Closed this issue · 2 comments
jonrkarr commented
See #10. I'm not sure if this was implemented. isDerivedFrom
doesn't appear in a search of the code.
bilalshaikh42 commented
Might not have been pushed at the time
biosimulations-physiome/biosimulations_physiome/process_projects.py
Lines 597 to 607 in 9fdb566
jonrkarr commented
This should be added to the predecessors
key rather than the other
key.
The generated RDF will be similar because the predecessors
key is mapped to the same predicate (isDerivedFrom
), and BioSimulators-utils will parse it the same (to the predecessors
key). To make it easier to understand how the exported metadata will be interpreted, it would be helpful to move this to the predecessors
key.