-
When looking at Wikibase schema fields, I wanted to type column names in order to add them to my statement. I didn't initially realize they needed to be dragged (see arrow).
-
[Here](https://query.wikidata.org/#SELECT%20%0A%20%20DISTINCT%20%3Fitem%20%3FitemLabel%20%0AWHERE%20%7B%0A%20%20%7B%20%20%20%0A%20%20%20SELECT%20%3Fitem%20%20WHERE%20%7B%0A%20%20%20%20SERVICE%20wikiba…
-
Is this workflow possible for the workshop?
1. User builds a visual query in wikidata: See paintings, Bavarian Collections, 1590 - 1750 >> https://w.wiki/6KRQ
2. Move query to Graph builder https…
-
```sparql
SELECT DISTINCT ?property ?propertyLabel ?context ?contextLabel WHERE {
VALUES ?person { wd:Q20980928 }
VALUES ?inverse_direct_property {
wdt:P98 # Editor
wdt:P5769 # Edi…
-
This would complement #336 , which does not provide timelines.
I don't see a way to do this for arbitrary queries, but for each property,
https://www.wikidata.org/wiki/Template:Property_uses
kee…
-
Full list is here: https://github.com/molybdenum-99/reality/blob/master/data/wikidata-predicates.yaml
Add reasonable number of interesting ones.
Code for checking how much of entities uses predicate…
-
OpenRefine started off with Wikidata support, and is now also increasingly supporting arbitrary Wikibases and now also Wikimedia Commons (yay!)
This is great, but our [Wikibase documentation](https…
-
They are now all mapped in Wikidata with Kulturminnes ID
```
# churches NB
SELECT ?item ?kulturminneid ?itemLabel
WHERE
{
?item wdt:P31 wd:Q16970 .
?item wdt:P758 ?kulturminneid .
SERVICE…
-
It would be cool if there was a CLI option rather than a global to select where to import data from.
This would be useful so that users can import from alternative wikibases without having to poke …
-
For some queries the server timeouts, but `wdq` dies with rather obscure message about failure to parse JSON. Failcase:
```sparql
SELECT ?item ?smiles ?itemLabel
WHERE { ?item wdt:P31 wd:Q1117…