query-dc5bdd20a604fc657dd0a5e43c0094a9

rq turtle/ttl

People in CBDB who has more than 1 CBDB ID

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel (COUNT(?id) as ?count) WHERE {
  ?item wdt:P497 ?id
        SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } 
} GROUP BY ?item ?itemLabel ?count
HAVING (?count >= 2)
ORDER BY DESC (?count)

Query found at