docs(examples): optional children extension in wiki_data, and Beta classifier - #158
Merged
Merged
Conversation
Three commented blocks adding a to-many link (wdt:P40) on top of the existing to-one one: a context term, a LinkList field, and a read. Verified in both states against the live endpoint - as shipped, and with all three uncommented, where Conway Berners-Lee's two children resolve in one call. Q80 records no children of his own, so the read is on the father, which is the side that carries them.
Contributor
Release previewNo version bump from the current commits (stays at Changelog preview (truncated)Preview via python-semantic-release and conventional commits. |
Contributor
📊 Benchmark ResultsClick to see benchmark comparisonThreshold: 1.3x (30% slower triggers a regression warning) Note: Benchmarks are informational only and won't fail the build. 💡 Tip: Download the |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Development Status :: 3 - Alpha->4 - Beta, now that the binding has shipped in v1.0.0examples/wiki_data.py: three commented blocks marked "Extension, step N of 3" that add a to-many link (children, wdt:P40) on top of the existing to-onefather- a context term, aLinkListfield, and a readVerified against the live endpoint in both states. As shipped it is unchanged. With all three uncommented:
The read is on
father, not on Q80: Tim Berners-Lee records no P40 of his own, his father records two.OoldField()carries norange=- the annotation names the target andx-oold-rangeis derived from it.