query-90305be5308cd87d9491c1f3a53da6f5

rq turtle/ttl

Image gallery of the most notable people with a CBDB ID

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:ImageGrid{"hide": "?sites"}
SELECT ?person ?personLabel ?personDescription (URI(CONCAT("http://db1.ihp.sinica.edu.tw/cbdbc/cbdbkmeng?~~AAA",SAMPLE(?cbdb))) AS ?x_cbdb_url) ?image (COUNT(?site) AS ?sites) WHERE {
?person wdt:P497 ?cbdb;
    wdt:P18 ?image.
?site schema:about ?person.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} GROUP BY ?person ?personLabel ?personDescription ?image ORDER BY DESC(?sites) LIMIT 200

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?cbdb") v4("?image"):::projected v2("?person"):::projected v5("?site"):::projected v7("?sites") v6("?x_cbdb_url") c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"wdt:P497"--> v3 v2 --"wdt:P18"--> v4 v5 --"schema:about"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end bind2[/"concat('http://db1.ihp.sinica.edu.tw/cbdbc/cbdbkmeng?~~AAA',)"/] null --o bind2 bind2 --as--o v6 bind3[/"count(?site)"/] v5 --o bind3 bind3 --as--o v7