Trying QuickStatements on wikibase.cloud
Overview I tried QuickStatements on wikibase.cloud, so here are my notes. I referred to the following article. https://qiita.com/higa4/items/10affb47215def42d8e0 Adding Data Following the article above, I imported a CSV file. However, the following error occurred. The cause was that the required properties were not registered on the independently set up wikibase instance. P r o p e r t y [ [ P r o p e r t y : P 1 8 1 4 | P 1 8 1 4 ] ] n o t f o u n d It turned out that properties (especially those with the same IDs as wikidata) need to be registered in advance using WikibaseSync or similar tools. ...