query-ddc39cba7d4a5248a37f9c4ba6f874a6

rq turtle/ttl

qualifier (P1480)sourcing circumstances Calendar model does not match

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?statement ?pred ?qualLabel ?calendarLabel WHERE {
  VALUES (?qual ?calendar) {
    (wd:Q26877139 wd:Q1985786)
    (wd:Q26877143 wd:Q1985727)
  } .
  ?statement pq:P1480 ?qual; ?pred ?node .
  ?node wikibase:timeCalendarModel ?calendar .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?calendar") v5("?node") v4("?pred"):::projected v1("?qual") v3("?statement"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?calendar ?qual/] bind0-->v1 bind0-->v2 bind00(["wd:Q26877139"]) bind00 --> bind0 bind01(["wd:Q1985786"]) bind01 --> bind0 bind02(["wd:Q26877143"]) bind02 --> bind0 bind03(["wd:Q1985727"]) bind03 --> bind0 v3 --"pq:P1480"--> v1 v3 -->v4--> v5 v5 --"wikibase:timeCalendarModel"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end