query-2d401242bfd6ae19caa5a37796d98ef9
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
select ?item ?interval where
{
values ?item {wd:Q43768915} # remove before use as a complex contraint!
?item p:P50 [pq:P1545 ?interval ; pq:P1932 [] ] .
?item p:P2093 [pq:P1545 ?interval] .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?interval"):::projected
v1("?item"):::projected
a2((" "))
a1((" "))
a3((" "))
bind0[/VALUES ?item/]
bind0-->v1
bind00(["wd:Q43768915"])
bind00 --> bind0
a1 --"p:qualifier/P1545"--> v2
a1 --"p:qualifier/P1932"--> a2
v1 --"p:P50"--> a1
a3 --"p:qualifier/P1545"--> v2
v1 --"p:P2093"--> a3