query-90ec87920e87e93411d505b372c8979d
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
select ?item ?interval where
{
{
select ?item ?interval where
{
?item p:P50 [pq:P1545 ?interval ; pq:P1932 [] ] .
} LIMIT 50000 } ?item p:P2093 [pq:P1545 ?interval] .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?interval"):::projected
v2("?item"):::projected
a2((" "))
a1((" "))
a3((" "))
a1 --"p:qualifier/P1545"--> v1
a1 --"p:qualifier/P1932"--> a2
v2 --"p:P50"--> a1
a3 --"p:qualifier/P1545"--> v1
v2 --"p:P2093"--> a3