Rebuild the NVDA sample without the label-term collision - #78
Merged
Conversation
The sample refreshed in #77 was built on xbrlkit 0.7.2, which bound `label` to `rs:label` — a duplicate key in its canonical context silently shadowing the `rdfs:label` that was already there. It went live with the 06:13Z deploy, so the file the viewer opens to show what a holon *is* has been disagreeing with every platform-written holon about what one of its terms means. Rebuilt on xbrlkit main with that fixed (xbrlkit #37): `label` is `rdfs:label` again and the standard-role label is `standardLabel`, XBRL's own name for it. Only the term changes — same 1,425 elements, 1,219 facts, 382 networks. The viewer itself was never affected: it names concepts by `rs:internalId`, so it rendered correctly throughout. What was wrong is what a third party reading the file as JSON-LD would resolve, which is precisely what a reference sample invites someone to do. Built from the merged fix rather than a published version — a 0.7.3 would make this reproducible from a pin.
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.
The sample refreshed in #77 was built on xbrlkit 0.7.2, which bound
labeltors:label— a duplicate key in its canonical context silently shadowing therdfs:labelthat was already there. It went live with the 06:13Z deploy, so the file the viewer opens to show what a holon is has been disagreeing with every platform-written holon about what one of its terms means.Rebuilt on xbrlkit main with that fixed (xbrlkit #37):
Only the term changes — same 1,425 elements, 1,219 facts, 382 networks as #77.
The viewer was never affected. It names concepts by
rs:internalId, so it rendered correctly throughout; all 51 tests passed before and after. What was wrong is what a third party reading the file as JSON-LD would resolve — which is exactly what a reference sample invites someone to do.One caveat worth stating: this is built from the merged fix rather than a published version. A 0.7.3 would make the sample reproducible from a pin.
🤖 Generated with Claude Code
https://claude.ai/code/session_01EiGTpXmxwZjxzaRoVs4VxB