-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time series of RICentity political life #54
Comments
-> les règles de priorité des types de liens, en cas de double statut on prend la priorité la plus haute. translate_link_type = {
"Became part of" : {"slug":"part","priority":2},
"Became colony of": {"slug":"col","priority":3},
"Became possession of": {"slug":"poss","priority":3},
"Claimed by": {"slug":"claim","priority":0},
"Became protectorate of": {"slug":"prot","priority":3},
"Became associated state of": {"slug":"assoc","priority":0},
"Occupied by": {"slug":"occ","priority":1},
"Leased to": {"slug":"leas","priority":0},
"Became neutral or demilitarized zone of": {"slug":"neut","priority":0},
"Mandated to": {"slug":"mand","priority":0},
"Sovereign": {"slug":"SOV","priority":4},
"Unincorporated territory": {"slug":"uninc","priority":0},
"Autonomous constituent country of": {"slug":"autonom","priority":0},
"Sovereign (unrecognised)": {"slug":"SOV_U","priority":0},
"Sovereign (limited)": {"slug":"SOV_L","priority":1},
"Protected area of": {"slug":"protected","priority":0},
"Unknown": {"slug":"N/A","priority":0}
} |
We select one country (either from RCIentity or in COW).
The layout is organised vertically:
In case of multiple status in time => stack and see.
The text was updated successfully, but these errors were encountered: