query-d39a8016387b2cce06b3c1bb7f85301e

rq turtle/ttl

PropertiesEarly Modern Letters Online person ID (P1802)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
SELECT (COUNT(?emlolink) AS ?count) ?site
WHERE {
  ?entity wdt:P1802 ?emlolink.
  ?page schema:about ?entity; schema:isPartOf ?site
        } GROUP BY ?site
ORDER BY DESC(?count)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?count") v3("?emlolink"):::projected v2("?entity") v4("?page") v5("?site"):::projected v2 --"wdt:P1802"--> v3 v4 --"schema:about"--> v2 v4 --"schema:isPartOf"--> v5 bind1[/"count(?emlolink)"/] v3 --o bind1 bind1 --as--o v6