query-70c21a01dbb4982ea325bf601bb2d1e4

rq turtle/ttl

Propertiesinstance of (P31)country (P17)

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 DISTINCT ?university ?universityLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  ?university wdt:P31 wd:Q3918. #instance of university
  ?university wdt:P17 wd:Q712. #country Fiji
}
ORDER BY ?universityLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?university"):::projected v1("?universityLabel"):::projected c2(["bd:serviceParam"]):::iri c8(["wd:Q712"]):::iri c4(["en"]):::literal c6(["wd:Q3918"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P31"--> c6 v2 --"wdt:P17"--> c8