query-e330c7e22ad545bdbf0c57d50ea4cdf0

rq turtle/ttl

The top 10 heaviest humans The top 10 heaviest humans The top 10 heaviest humans The top 10 heaviest humans The top 10 heaviest humans Top 10 des humains les plus lourds The top 10 heaviest humans The top 10 heaviest humans The top 10 heaviest humans 最も重い人トップ10 De top 10 zwaarste mensen The top 10 heaviest humans Topp 10 tyngsta människorna The top 10 heaviest humans The top 10 heaviest humans The top 10 heaviest humans

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:BubbleChart
#TEMPLATE={ "template": "The top 10 heaviest ?type ", "variables": { "?type": { "query": "SELECT DISTINCT ?id WHERE { ?i wdt:P2067 ?v. ?i wdt:P31 ?id}" } } }
SELECT ?item ?itemLabel ?mass ?image WHERE {
  BIND(wd:Q5 AS ?type)
  ?item wdt:P31 ?type;
        p:P2067/psn:P2067/wikibase:quantityAmount ?mass.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,es,fr,de" }
}
ORDER BY DESC(?mass)
LIMIT 10

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v1("?mass"):::projected v2("?type") a1((" ")) a2((" ")) c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en,es,fr,de"]):::literal bind0[/"'wd:Q5'"/] bind0 --as--o v2 v3 --"p:direct/P31"--> v2 v3 --"p:P2067"--> a1 a1 --"p:statement/value-normalized/P2067"--> a2 a2 --"wikibase:quantityAmount"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end