query-40d1258a9034b5622dbdc58ae982c2d5
Doctorats délivrés
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 ?item ?itemLabel ?DHCLabel
WHERE
{
?item wdt:P166 ?DHC.
?DHC wdt:P279 wd:Q11415564.
?DHC wdt:P17 wd:Q142.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?DHC")
v1("?item"):::projected
c7(["bd:serviceParam"]):::iri
c3(["wd:Q11415564"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c5(["wd:Q142"]):::iri
v1 --"wdt:P166"--> v2
v2 --"wdt:P279"--> c3
v2 --"wdt:P17"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end