query-8a9f15d19cdd833c22ba1c3ae02f1ea9
Propertiesinstance of (P31)inception (P571)dissolved, abolished or demolished date (P576)country of citizenship (P27)time period (P2348)locator map image (P242)image (P18)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?dynasty ?dynastyLabel ?start ?end (SAMPLE(?image) AS ?img) WHERE {
?dynasty wdt:P31 wd:Q50068795;
wdt:P571 ?start;
wdt:P576 ?end.
VALUES ?prop {wdt:P27 wdt:P2348}
OPTIONAL {?dynasty wdt:P242 ?image}
OPTIONAL {?thing wdt:P18 ?image;
?prop ?dynasty}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} GROUP BY ?dynasty ?dynastyLabel ?start ?end
ORDER BY ?start ?end
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?dynasty"):::projected
v2("?end"):::projected
v5("?image"):::projected
v7("?img")
v4("?prop")
v1("?start"):::projected
v6("?thing")
c8(["bd:serviceParam"]):::iri
c2(["wd:Q50068795"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v3 --"wdt:P31"--> c2
v3 --"wdt:P571"--> v1
v3 --"wdt:P576"--> v2
bind0[/VALUES ?prop/]
bind0-->v4
bind00(["wdt:P27"])
bind00 --> bind0
bind01(["wdt:P2348"])
bind01 --> bind0
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P242".-> v5
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v6 -."wdt:P18".-> v5
v6 -->v4--> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end
bind2[/"sample(?image)"/]
v5 --o bind2
bind2 --as--o v7