query-1f6d640122f3c337a19a964845162134

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item ?start ?end WHERE { VALUES ?item { wd:Q1319364 } ?item wdt:P580|wdt:P571 ?start; wdt:P582|wdt:P576 ?end . }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?end"):::projected v1("?item"):::projected v2("?start"):::projected bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q1319364"]) bind00 --> bind0 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P571"--> v2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P580"--> v2 end union0r <== or ==> union0l end subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P576"--> v3 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P582"--> v3 end union1r <== or ==> union1l end