-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user I want a method on al entities, forms and senses that gives me the URI to the entity #516
Comments
Does #537 help you? |
Only partly. Does it support sense and form URLs also? |
I'm trying to find out more information about the url entity for the declaration/meaning/form and whether it is perennial. |
I don't understand. Did you see my implementation? |
LeMyst
added a commit
that referenced
this issue
Apr 30, 2023
* Add get_entity_url() Close #516 * Ignore unsupported mypy Check python/mypy#6185
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example if I download a lexeme with lexeme.get() and iterate through the forms of a lexeme I want to be able to call form.uri and get e.g. http://www.wikidata.org/wiki/Lexeme:L1#F1 as a string.
This should of course use the wikibase config to generate the uri
The text was updated successfully, but these errors were encountered: