query-92b2dd692a9453870ec7dc96d2352e34
PropertiesElectronic Enlightenment ID (P3429)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?person ?personLabel ?personDescription (COUNT(?ee) AS ?eelinks)
WHERE {
?person wdt:P3429 ?ee
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,fr,de,es" }
} GROUP BY ?person ?personLabel ?personDescription
ORDER BY DESC(?eelinks) ?ee
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?ee"):::projected
v4("?eelinks")
v3("?person"):::projected
c3(["bd:serviceParam"]):::iri
c5(["#91;AUTO_LANGUAGE#93;,en,fr,de,es"]):::literal
v3 --"wdt:P3429"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end
bind1[/"count(?ee)"/]
v2 --o bind1
bind1 --as--o v4