Commit b0ab2a2d by Tom Laudeman

add name components

parent 718c28ee
...@@ -25,27 +25,43 @@ digraph States { ...@@ -25,27 +25,43 @@ digraph States {
"rr1" [label="resource relation(R)"]; "rr1" [label="resource relation(R)"];
root1 [pos="350,400!" label="identity root"]; root1 [pos="470,400!" label="identity root"];
place [pos="200,450!" label="related place(R)"]; place [pos="320,450!" label="related place(R)"];
an1 [pos="150,350!" ]; an1 [pos="270,350!" ];
usedate [pos="0,350!", label="use dates"]; pref [pos="120,410!" label="preferred"];
name_components [pos="0,290!", label="components"]; usedate [pos="120,350!", label="use dates"];
language [pos="20,250!", label="language"]; name_components [pos="140,300!", label="components"];
script [pos="40,200!", label="script"]; language [pos="150,250!", label="language"];
script [pos="180,200!", label="script"];
authorized_form [pos="210,140!", label="authorized\nform"];
an1 -> language; an1 -> language;
an1 -> script; an1 -> script;
an1 ->authorized_form;
an1 -> pref;
ed1 [pos="150,200!"]; name_components -> surname;
biog [pos="160,400!" label="biog hist"] ; name_components -> forename;
cr1 [pos="590,310!"]; name_components -> numeration;
et [pos="220,100!" label="entity type"]; name_components -> prefix;
occ1 [pos="430,250!"]; name_components -> suffix;
subject [pos="340,180!" label="topical subject(R)"];
rr1 [pos="600,200!"]; surname [pos="0,350!", label="surname(R)"];
src [pos="550,400!" label="source(R)"]; forename [pos="0,300!", label="forename(R)"];
citation [pos="570,450!" label="citation(R)"]; numeration [pos="0,250!", label="numeration"];
prefix [pos="0,200!", label="prefix(R)"];
suffix [pos="0,150!", label="suffix(R)"];
ed1 [pos="330,270!"];
biog [pos="280,400!" label="biog hist"] ;
cr1 [pos="730,310!"];
et [pos="340,100!" label="entity type"];
occ1 [pos="550,250!"];
subject [pos="460,180!" label="topical subject(R)"];
rr1 [pos="720,200!"];
src [pos="670,400!" label="source(R)"];
citation [pos="690,450!" label="citation(R)"];
root1 -> subject; root1 -> subject;
root1 -> citation; root1 -> citation;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment