Modèle:Infobox Organisation2/Wikidata Query
Aller à la navigation
Aller à la recherche
Enregistrement d'une requête utilisée pour trouver des éléments utiles pour les tests.
SELECT ?organisation ?organisationLabel ?sitelink
# ?fondateurLabel
# ?recteurLabel
# ?présidentLabel
?présidentDHonneurLabel
?début
?fin
WHERE
{
# ?organisation wdt:P31 wd:Q43229 ; # organisation
?organisation wdt:P31/wdt:P279* wd:Q43229 ; # organisation
# ?organisation wdt:P31 wd:Q15911314 ; # association
# ?organisation wdt:P31 wd:Q3918 ; # université
# wdt:P112 ?fondateur .
# wdt:P488 ?président .
# wdt:P1075 ?recteur .
p:P2828 [
ps:P2828 ?présidentDHonneur;
pq:P39 wd:Q1300660 ;
# pq:P580 ?début
# pq:P582 ?fin
# pq:P39 ?fonction
].
# ?fondateur wdt:P21 wd:Q6581072 . #fondatrice
# ?fondateur wdt:P21 wd:Q6581097 . #fondateur
# ?président wdt:P21 wd:Q6581072 . #présidente
# ?président wdt:P21 wd:Q6581097 . #président
# ?recteur wdt:P21 wd:Q6581072 . #rectrice
# ?recteur wdt:P21 wd:Q6581097 . #recteur
?sitelink schema:about ?organisation;
schema:isPartOf <https://fr.wikipedia.org/>.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
}
}
#ORDER BY ?organisation
limit 100