digraph Biberdata {
  compound = true;
  edge [ arrowhead=open ];
  graph [ style=filled, rankdir=LR ];
  node [
    fontsize=10,
    fillcolor=white,
    style=filled,
    shape=box ];

  subgraph "cluster_section0/Alexander_Aphrodisias" {
    fontsize="10";
    label="Alexander_Aphrodisias (BOOKINJOURNAL)";
    tooltip="Alexander_Aphrodisias (BOOKINJOURNAL)";
    fillcolor="#a0d0ff";

    "section0/Alexander_Aphrodisias/author" [ label="AUTHOR" ]
    "section0/Alexander_Aphrodisias/bookineditor" [ label="BOOKINEDITOR" ]
    "section0/Alexander_Aphrodisias/journaltitle" [ label="JOURNALTITLE" ]
    "section0/Alexander_Aphrodisias/number" [ label="NUMBER" ]
    "section0/Alexander_Aphrodisias/pages" [ label="PAGES" ]
    "section0/Alexander_Aphrodisias/title" [ label="TITLE" ]
    "section0/Alexander_Aphrodisias/volume" [ label="VOLUME" ]
    "section0/Alexander_Aphrodisias/year" [ label="YEAR" ]
  }




}
