last week, during a meeting with @seltmann , @zedomel and @kristi-sara , @seltmann asked how to discover a more recent version for a preston archive with a known provenance hash.
turns out that preston supports this via the preston head --anchor [...] command.
suggesting that this version was created on 2024-09-01 (1 Sept 2024).
Note, however, that this result uses a non-verifiable traversal into the future, because from the perspective of the computer program, the future does not yet exist until questions are asked to the provenance graph locally, or retrieved remotely via https://linker.bio .
last week, during a meeting with @seltmann , @zedomel and @kristi-sara , @seltmann asked how to discover a more recent version for a preston archive with a known provenance hash.
turns out that
preston
supports this via thepreston head --anchor [...]
command.For instance, if you'd like to discover a more recent copy of GIB (GBIF iDigBio BioCase) dataset corpus as mentioned on https://linker.bio#use-case-3-studying-pine-pests-caused-by-weevils-curculionoidea (see attached screenshot) with anchor hash://sha256/37bdd8ddb12df4ee02978ca59b695afd651f94398c0fe2e1f8b182849a876bb2
producing, at time of writing 2024-10-01,
with
is
suggesting that this version was created on 2024-09-01 (1 Sept 2024).
Note, however, that this result uses a non-verifiable traversal into the future, because from the perspective of the computer program, the future does not yet exist until questions are asked to the provenance graph locally, or retrieved remotely via https://linker.bio .
See https://github.com/bio-guoda/preston/blob/main/docs/architecture.md#simplified-hexastore to see how
Preston
implement this traveling into the future feature.