query-6d5e990bcd8c0d22b032c8d9be034e99
request to set preferred rank to population - Quebec (2021-01-20) YanikB: Request date: 21 January 2021, byLink to discussions justifying the requestTask description to "Preferred rank" for items of this request. thx (P1082)population Change
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?item
WHERE {
{?item wdt:P31/wdt:P279* wd:Q3327873} UNION {?item wdt:P31 wd:Q81066200}
?item p:P1082 [ ps:P1082 ?population; pq:P459 wd:Q29051383; pq:P585 ?date ] .
FILTER (?date >= "2020-07-01T00:00:00Z"^^xsd:dateTime )
}
LIMIT 1500
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?date")
v2("?item"):::projected
v3("?population")
a1((" "))
a2((" "))
c4(["wd:Q3327873"]):::iri
c8(["wd:Q29051383"]):::iri
c5(["wd:Q81066200"]):::iri
f0[["?date >= '2020-07-01T00:00:00Z^^xsd:dateTime'"]]
f0 --> v1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"p:direct/P31"--> c5
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"p:direct/P31"--> a1
a1 --"p:direct/P279"--> c4
end
union0r <== or ==> union0l
end
a2 --"p:statement/P1082"--> v3
a2 --"p:qualifier/P459"--> c8
a2 --"p:qualifier/P585"--> v1
v2 --"p:P1082"--> a2