query-c0689be5d939e352dc7a2952631bee03

rq turtle/ttl

الأشياء المصورة في الأعمال الفنية Depicted objects in art work Depicted objects in art work Zobrazené předměty v uměleckém díle Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work Objets représentés dans les œuvres d’art Depicted objects in art work Depicted objects in art work Depicted objects in art work Oggetti rappresentati in opere d'arte Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work Afgebeelde objecten in kunstwerken Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work Avbildade objekt i konstverk Depicted objects in art work Depicted objects in art work Depicted objects in art work Depicted objects in art work 艺术品中描绘的对象(总数排名)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?depicts (SAMPLE(?dL) AS ?depictsLabel) (COUNT(DISTINCT ?item) AS ?count)
WHERE
{
  ?item wdt:P180 ?depicts .
  OPTIONAL { ?depicts rdfs:label ?dL FILTER (lang(?dL) = "en") }
}
GROUP BY ?depicts
ORDER BY DESC(?count) ?depictsLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?count") v3("?dL"):::projected v5("?depicts"):::projected v6("?depictsLabel") v4("?item"):::projected v4 --"wdt:P180"--> v5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v5 -."rdfs:label".-> v3 end bind2[/"sample(?dL)"/] v3 --o bind2 bind2 --as--o v6 bind3[/"count(?item)"/] v4 --o bind3 bind3 --as--o v6