query-13085d2310643847877a8fa708a6e263
Propertiesinstance of (P31)country (P17)grants (P5460)
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 DISTINCT ?country ?countryLabel ?university ?universityLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
?university wdt:P31 wd:Q3918 .
?university wdt:P17 ?country .
?university wdt:P5460 wd:Q950900 . # master of science
}
ORDER BY ?universityLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?country"):::projected
v2("?university"):::projected
v1("?universityLabel"):::projected
c2(["bd:serviceParam"]):::iri
c9(["wd:Q950900"]):::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"--> v3
v2 --"wdt:P5460"--> c9