query-9462e4dc5c682eeb73a95dce2f08a4d4
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:P2093 [pq:P1545 ?interval ; pq:P1932 [] ] .
} } ?item p:P50 [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:P2093"--> a1
a3 --"p:qualifier/P1545"--> v1
v2 --"p:P50"--> a3