query-79240f5f5687cae596f0f019ca8c56c6
Indonesian Political Parties
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#>
#defaultView:Table
SELECT ?parpol ?parpolLabel ?berdiri ?bubar
WHERE {
?parpol wdt:P31 wd:Q7278;
wdt:P17 wd:Q252;
wdt:P571 ?berdiri.
OPTIONAL {
?parpol wdt:P576 ?bubar
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],id,en". }
}
ORDER BY ASC(?berdiri) ASC(?bubar)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?berdiri"):::projected
v2("?bubar"):::projected
v3("?parpol"):::projected
c8(["bd:serviceParam"]):::iri
c2(["wd:Q7278"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,id,en"]):::literal
c4(["wd:Q252"]):::iri
v3 --"wdt:P31"--> c2
v3 --"wdt:P17"--> c4
v3 --"wdt:P571"--> v1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P576".-> v2
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end