query-c02a3a4d9e82adf52852652ea9af3c2f
Docteurs Honoris CausaDocteurs Honoris Causa avec leur université de rattachement (dans le cas de l'utilisation de
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?person ?personLabel ?universityLabel (YEAR(?date) AS ?annee)
WHERE
{
{
?person p:P166 ?distinction.
?distinction (ps:P166/(wdt:P279*)) wd:Q209896 .
?distinction pq:P1027 ?university
OPTIONAL { ?distinction pq:P585 ?date }
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
order by ?universityLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?annee")
v5("?date"):::projected
v3("?distinction")
v2("?person"):::projected
v4("?university")
v1("?universityLabel"):::projected
a1((" "))
c8(["bd:serviceParam"]):::iri
c4(["wd:Q209896"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"p:P166"--> v3
v3 --"p:statement/P166"--> a1
a1 --"p:direct/P279"--> c4
v3 --"p:qualifier/P1027"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."p:qualifier/P585".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end
bind0[/"year-from-dateTime(?date)"/]
v5 --o bind0
bind0 --as--o v6