query-eed00a97c8728489bf7202f241143b74
Propertiesgiven name (P735)author (P50)cites work (P2860)
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?count ?name ?nameLabel ?nameDescription {
{ SELECT (COUNT(*) AS ?count) ?name { ?name wdt:P735 wd:Q16428906 ; ^wdt:P50 / ^wdt:P2860 [] } GROUP BY ?name }
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
}
ORDER BY DESC(?count)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?count"):::projected
v2("?name"):::projected
a2((" "))
a1((" "))
c6(["bd:serviceParam"]):::iri
c2(["wd:Q16428906"]):::iri
c8(["de,en"]):::literal
v2 --"wdt:P735"--> c2
a1 --"wdt:P50"--> v2
a2 --"wdt:P2860"--> a1
bind1[/"count(*)"/]
bind1 --as--o v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end