query-73ffa1fa2a0b1266b923f0b25ce7c753
Sekolah Menengah Atas di Indonesia
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:Map
SELECT ?item ?itemLabel ?geo
WHERE
{
?item wdt:P31 wd:Q97598588;
wdt:P17 wd:Q252;
wdt:P625 ?geo;
SERVICE wikibase:label { bd:serviceParam wikibase:language "id,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?geo"):::projected
v1("?item"):::projected
c7(["bd:serviceParam"]):::iri
c2(["wd:Q97598588"]):::iri
c4(["wd:Q252"]):::iri
c9(["id,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P17"--> c4
v1 --"wdt:P625"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end