query-0b3c867f6d561d1c3f014965261ff4e8

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select ?item (group_concat (?nom;separator=" ;;") as ?noms) {
  ?item wdt:P1813 ?nom .

} group by ?item having (count(?nom) > 2) limit 5

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?_anon_d00291b7e9a143df8ec0be8c8ebd714c3261") v1("?item"):::projected v2("?nom"):::projected v4("?noms") a1((" ")) f0[[" > '2^^xsd:integer'"]] f0 --> a1 v1 --"wdt:P1813"--> v2 bind3[/"count(?nom)"/] v2 --o bind3 bind3 --as--o v3 bind4[/"?nom"/] v2 --o bind4 bind4 --as--o v4