% This file is public domain. See the "Examples" chapter
% in the bib2gls user manual for a more detailed description
% of this file.

% Encoding: UTF-8

@entry{duck,
  name={duck},
  description={a waterbird with webbed feet},
  identifier={animal}
}

@entry{parrot,
  name={parrot},
  description={mainly tropical bird with bright plumage},
  identifier={animal}
}

@entry{goose,
  name={goose},
  plural={geese},
  description={a large waterbird with a long neck, short legs,
   webbed feet and a short broad bill},
  identifier={animal}
}

@entry{swan,
  name={swan},
  description={a large waterbird with a long flexible neck, 
   short legs, webbed feet and a broad bill},
  identifier={animal}
}

@entry{chicken,
  name={chicken},
  description={a domestic fowl},
  identifier={animal}
}

@entry{aardvark,
  name={aardvark},
  description={nocturnal African burrowing mammal},
  identifier={animal}
}

@entry{zebra,
  name={zebra},
  description={wild African horse with black-and-white stripes},
  identifier={animal}
}

@entry{armadillo,
  name={armadillo},
  description={nocturnal insectivore with large claws},
  identifier={animal}
}

@entry{zander,
  name={zander},
  description={large freshwater perch},
  identifier={animal}
}

@entry{hedgehog,
  name={hedgehog},
  description={small nocturnal mammal with a spiny coat and 
   short legs},
  identifier={animal}
}

@entry{seal,
  name={seal},
  description={sea-dwelling fish-eating mammal with flippers},
  identifier={animal}
}

@entry{sealion,
  name={sea lion},
  description={a large type of \gls{seal}},
  identifier={animal}
}

