Add derived_from property as a standard provenance aspect annotation #83

Merged
mih merged 1 commit from short-link into main 2025-06-12 09:03:28 +00:00

1 commit

Author SHA1 Message Date
712dcde1c8
Add derived_from property as a standard provenance aspect annotation
All checks were successful
Codespell / Check for spelling errors (pull_request) Successful in 30s
Model checks / lint (pull_request) Successful in 1m40s
Validate examples and verify unmodified conversion / lint (pull_request) Successful in 2m44s
As a breaking change, this replaces `specimen_of`, which served this
exact purpose, but only for `Subject`-`Subject` relationships.

It is now also added as a property to `DataItem`. This enables
describing the linkage between a `DataItem` and a `Subject` when
no information on the generating process is available (`generated_by`).
This avoid the requirement to introduce "empty" `StudyActivity` record
in order to express `DataItem`-`Subject` relationships in this case.
2025-06-12 09:16:16 +02:00