docs: catalog vocab_labels.parquet (#148)#151
Merged
rdhyee merged 1 commit intoisamplesorg:mainfrom Apr 30, 2026
Merged
Conversation
Add vocab_labels.parquet to the supplementary parquet catalog in three places: - SERIALIZATIONS.md: new "vocabulary labels" tier row + DAG note - data.qmd: quick-pick table row + §3.6 join recipe - how-to-use.qmd: pre-aggregated helpers row + tutorial-usage matrix entry Sources from isamplesorg/vocabularies TTLs (537 SKOS concepts, 58 KB), consumed by the Interactive Explorer to render facet URIs as human-readable prefLabels. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ee66766 to
b68626f
Compare
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.
Summary
Adds
vocab_labels.parquet(537 SKOS concepts, 58 KB, served fromdata.isamples.org) to the three places that catalog supplementary parquet files:Sourced from
isamplesorg/vocabulariesTTLs byscripts/build_vocab_labels.py. Already consumed by the Interactive Explorer to render facet URIs as prefLabels (#148 step 2, merged in #149 and a1f13d4).The §3.6 join snippet was verified against the live data — returns prefLabels like "Organic material" for OPENCONTEXT/MVZ samples.
Test plan
quarto render data.qmd how-to-use.qmdsucceedsdata.isamples.organd returns labeled rows🤖 Generated with Claude Code