\documentclass{article}
\usepackage[margin=20mm]{geometry}
\usepackage{integramme}
\pagestyle{empty}
\begin{document}
\begin{center}
\begin{integramme}[cell-size=7mm]
  \IntegrammeCategory{person}{Person}{
    alice={Alice},bruno={Bruno},clara={Clara}
  }
  \IntegrammeCategory{drink}{Drink}{
    tea={Tea},coffee={Coffee},juice={Juice}
  }
  \IntegrammeCategory{pet}{Pet}{
    cat={Cat},dog={Dog},rabbit={Rabbit}
  }
  \IntegrammeIndices{%
    \item Alice does not drink tea.
    \item The rabbit owner drinks coffee.
    \item Clara does not own the dog.
  }
\end{integramme}
\end{center}
\end{document}
