User:SixTwoEight/Animal collective nouns

SELECT ?animal ?collective ?animalLemma ?collectiveLemma WHERE {
  ?animal wdt:P6571 ?collective;
          wikibase:lemma ?animalLemma.
  ?collective wikibase:lemma ?collectiveLemma.
  ?collective dct:language ?lang.
  FILTER(?lang = wd:Q1860)
}
Try it!