maxlath / wikibase-cli

read and edit a Wikibase instance from the command line
MIT License
226 stars 24 forks source link

Assign "unknown value" to a qualifier? #59

Closed jneubert closed 6 years ago

jneubert commented 6 years ago

Is there a way to assign "unknown value" to a qualifier (as in, e.g., PM20 ID/number of works for item G. Meir). QuickStatements obivously cannot do this.

maxlath commented 6 years ago

now, since v6.3.0, there is one!

wd add-qualifier 'Q42992$6AA17BBE-F8E1-44E8-8304-DBD0E8CACFDF' '{"snaktype":"novalue"}'
jneubert commented 6 years ago

Worked for me as documented here Thank you so much! Joachim