query-37bd6ef759057e89f57cb39b540487ae
Undeleted items missing from WDQSTask T341905PhabricatorTracked in shows no significant delay on any WDQS server. I have tried making a small change to one of the items, but it still does not show up. GrafanaI undeleted four items yesterday, and none of them are showing up in WDQS.
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?x ?p ?y {
VALUES ?x { wd:Q107642255 wd:Q115944718 wd:Q107456854 wd:Q107568498 }
?x ?p ?y .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?p"):::projected
v1("?x"):::projected
v3("?y"):::projected
bind0[/VALUES ?x/]
bind0-->v1
bind00(["wd:Q107642255"])
bind00 --> bind0
bind01(["wd:Q115944718"])
bind01 --> bind0
bind02(["wd:Q107456854"])
bind02 --> bind0
bind03(["wd:Q107568498"])
bind03 --> bind0
v1 -->v2--> v3