maxlath
maxlath
did you have a look at [`wb generate-template`](https://github.com/maxlath/wikibase-cli/blob/master/docs/read_operations.md#wb-generate-template)? ```sh wd generate-template Q4115189 --create-mode --json | wb create-entity -v -s "Test: Copy [[Item:Q1234]]" ```
`v15.11.0` now offers to download the text version from EntitySchema (via the `/wiki/Special:EntitySchemaText`, ex: https://www.wikidata.org/wiki/Special:EntitySchemaText/E233) by running `wd data E233`. I played with bit with the [`shex` module](https://github.com/shexSpec/shex.js) to see...
> Is there a good way to fetch one or multiple properties for a (potentially long) list of QIDs For one property, `wd convert` seems to do the job, but...
I'm very grateful that you posted those jq commands, I use jq a lot but never encountered those `as` before, quite powerful ^^
I pushed more commits on that branch: now `echo Q3572332 Q98407233 Q10428420 | wd data --props claims.P6375 --format csv` outputs ```csv id,claims.P6375 Q3572332,Eläintarhantie 1 Q3572332,Siltasaarenkatu 18 Q98407233,Agricolankatu 1-3 Q10428420,Viides linja...
on [inventaire.io](https://inventaire.io), you have two way to access wikidata data: - by a text search, which uses the [wikidata search api](https://www.wikidata.org/w/api.php?action=help&modules=wbsearchentities) to find entities. For instance, you can [search for...
seems that the two possible workaround on that CORS problem are either [using JSONP](https://www.mediawiki.org/wiki/API:Cross-site_requests) instead of (I have never used is so I can't tell more on that) or, indeed,...
I wonder if that's not going to had more maintenance work (to keep the examples up-to-date), while we could instead maybe have sort of a gallery, where we could link...
what could work is that you could go on to create those examples, and then there could be a link to those from the list of resources (the "gallery") I...
new version without the `types`: `v7.0.8`