query-f20b7eb19a2cb785956807d1bf5a394d

rq turtle/ttl

Doctorats existantsEnsemble des entités wikidata existantes pour des honoris Causa délivrés par des institutions françaises :

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 ?DHC ?DHCLabel
WHERE
{
  ?DHC wdt:P279 wd:Q11415564.
  ?DHC wdt:P17 wd:Q142.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} order by ?DHCLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?DHC"):::projected v1("?DHCLabel"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q11415564"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal c4(["wd:Q142"]):::iri v2 --"wdt:P279"--> c2 v2 --"wdt:P17"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end