query-daaf4fda23b49e7b45dd0d51a7572677
Official Website (P856) ⟩https://demokrati.bg/⟨ (P856)official website ⟩ (Q62808154)Democratic Bulgaria ⟨ ⟩https://promeni.bg/⟨ (P856)official website ⟩ (Q108601789)We Continue the Change ⟨ Query for all parties and coalitions in Bulgaria:
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 ?x ?xLabel {
{
?x wdt:P31 wd:Q43791339 .
}
UNION
{
?x wdt:P31 wd:Q6138528 .
?x wdt:P17 wd:Q219 .
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "bg,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?x"):::projected
c7(["bd:serviceParam"]):::iri
c5(["wd:Q219"]):::iri
c9(["bg,en"]):::literal
c2(["wd:Q43791339"]):::iri
c3(["wd:Q6138528"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P31"--> c3
v1 --"wdt:P17"--> c5
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P31"--> c2
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end