query-ced92f683593087168fdf51f403100ce

rq turtle/ttl

قصائد ملحمية حسب عدد العلامات Epic poems by label count Epic poems by label count Epické básně podle počtu štítků Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Poèmes épiques triés par nombre de libellés Epic poems by label count Epic poems by label count Epic poems by label count Poesie epiche per numero di etichette Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Epische gedichten per labeltelling Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Episka dikter efter antalet etiketter Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count Epic poems by label count

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?s ?desc (COUNT(DISTINCT ?label) as ?labelcount)
WHERE
{
  ?s wdt:P31 wd:Q37484 .
  ?s rdfs:label ?label .
  OPTIONAL {
     ?s rdfs:label ?desc FILTER (lang(?desc) = "en").
   }
 } GROUP BY ?s ?desc ORDER BY DESC(?labelcount)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?desc"):::projected v4("?label"):::projected v5("?labelcount") v3("?s"):::projected c3(["wd:Q37484"]):::iri v3 --"wdt:P31"--> c3 v3 --"rdfs:label"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."rdfs:label".-> v2 end bind1[/"count(?label)"/] v4 --o bind1 bind1 --as--o v5