query-bc74465cee56691e4d4b6c207d1e00bf
Interesting for evaluation of a particular value
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
SELECT DISTINCT ?item WITH {
#SELECT ?cnt ?prs (COUNT(?prs) AS ?cntcnt) WHERE {
{
SELECT ?ref (COUNT(?pr) AS ?cnt) (GROUP_CONCAT(STRAFTER(STR(?pr), 'reference/'); separator=', ') AS ?prs) WHERE {
{
SELECT ?ref WHERE {
?ref pr:P143 wd:Q54919; pr:P813 [] . # Q1823134 LCSHÂ ; Q36578 GND; Q54919 VIAF; Q423048 ISNI; Q51711 Quora; Q37312 IMDb
}
}.
?ref ?pr [] .
?pr ^wikibase:reference [] .
} GROUP BY ?ref
}.
?statement prov:wasDerivedFrom ?ref .
?item ?any ?statement .
} LIMIT 100 #GROUP BY ?cnt ?prs ORDER BY DESC(?cnt)