blob: bd52fcef1f0a3d7168221fb92506dddd8c563ab9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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" ]
}
}
|