docs(pelagios): registration runbook + emit DB pleiades_id#76
Merged
Conversation
Prep for Pelagios/Peripleo registration. Registration is a community/hosting
action with prerequisites that aren't met yet, documented honestly in
docs/PELAGIOS_REGISTRATION.md:
- the live origin 404s on void.ttl and pelagios.jsonld (the feed lives only
in this repo's non-deployed FastAPI, not the Vercel API);
- item URIs don't content-negotiate to JSON-LD;
- void.ttl counts are stale (advertises 11,361; live corpus is 5,932).
Generated the full feed from the live corpus to validate: 5,932 well-formed
Web Annotations, 301 with PeriodO temporal, 307 with GeoJSON points — but 0
Pleiades bodies, because inscription_to_jsonld resolved Pleiades only from the
findspot→id YAML and ignored the row's pleiades_id column. Fixed: fall back to
inscription.pleiades_id so already-linked rows emit their Pleiades URI. Test
added.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prep for the "register with Pelagios/Peripleo" goal.
Honest status: not yet registerable
Registration is a community/hosting action, blocked on prerequisites the live deployment doesn't meet.
docs/PELAGIOS_REGISTRATION.mddocuments them in order:void.ttlandpelagios.jsonld— the feed exists only in this repo's non-deployed FastAPI, not the Vercel API.void.ttlcounts are stale (advertises 11,361; live corpus is 5,932).Validation + one fix
Generated the feed from the live corpus: 5,932 valid Web Annotations, 301 with PeriodO temporal, 307 with GeoJSON points — but 0 Pleiades bodies, because
inscription_to_jsonldresolved Pleiades only from the findspot→id YAML and ignored the row'spleiades_idcolumn (DB reports 408 linked). Fixed with a fallback toinscription.pleiades_id; test added.What I can't do
The submission itself is external/authenticated and needs the feed live first — documented, not faked.
🤖 Generated with Claude Code