query-b14a06215eb8865becf95cc051f1d3df

rq turtle/ttl

Query for finding judicative powers

Use at

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 ?item ?itemLabel
WHERE {
  ?item wdt:P31 wd:Q105985; #instance of judicative
        wdt:P17 wd:Q733.    #located in paraguay
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at