-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
support custom datatypes #179
Labels
Comments
maxlath
changed the title
Question: add claim about property with custom datatype?
support custom datatypes
Aug 3, 2023
Hi! That's the first time I encounter that problem, so it had not been considered until now for this lib, I'm afraid ^^ The problem comes from wikibase-edit, which doesn't know how to validate and format that unknown datatype |
Hi @maxlath Thank you - good to know! Do you have plans to support this feature? Or do you know of a workaround? |
Different possibilities:
|
Hi @maxlath Thank you, much appreciated! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Thanks for this library - very helpful! :)
I'm trying to add a claim ("P1") to an entity ("Q1") in a Wikibase instance. This instance has its own, custom datatype for "P1" (named "urix").
If I run e.g.
wb add-claim Q1 P1 "test"
... then the response is:
unsupported datatype: urix. Please open an issue at ...
How can I use this library for custom datatypes?
The text was updated successfully, but these errors were encountered: