query-84f941e2e215f2954dcba9212ced153c
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * { { ?st wikibase:timeCalendarModel wd:P1985727 } UNION { ?st wikibase:timeCalendarModel wd:P1985786 } }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?st"):::projected
c2(["wd:P1985727"]):::iri
c3(["wd:P1985786"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wikibase:timeCalendarModel"--> c3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wikibase:timeCalendarModel"--> c2
end
union0r <== or ==> union0l
end