Add missing mapping #84

Open
mih wants to merge 1 commit from short-link into main
Owner
No description provided.
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
712dcde1c8
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.
mih force-pushed short-link from 3e575f80fb
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 29s
Model checks / lint (pull_request) Successful in 1m54s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 16m5s
to 296fc03fef
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 23s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 15m25s
Model checks / lint (pull_request) Failing after 15m27s
2025-06-12 10:53:49 +00:00
Compare
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 23s
Validate examples and verify unmodified conversion / lint (pull_request) Failing after 15m25s
Model checks / lint (pull_request) Failing after 15m27s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin short-link:short-link
git switch short-link

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff short-link
git switch short-link
git rebase main
git switch main
git merge --ff-only short-link
git switch short-link
git rebase main
git switch main
git merge --no-ff short-link
git switch main
git merge --squash short-link
git switch main
git merge --ff-only short-link
git switch main
git merge short-link
git push origin main
Sign in to join this conversation.
No description provided.