Edge Properties
Table of contents
Edges (or relationships) contain important properties with details about the relationships between nodes. They also serve as useful parameters for constructing customized queries on the CHCD. Below is information on the properties available for edges. When constructing queries, it is important to remember that not all edges will have all properties listed below.
Edge Properties
KEY | NOTE | TYPE |
---|---|---|
rel_type | A short descriptor detailing the relationship between the two nodes. No standard format, but the descriptor follows the directionality of the relationship (e.g., (Matteo Ricci)-[Superior]->(Vice-Province of China), etc.). | STRING |
start_day | Start day of relationship. | INTEGER |
start_month | Start month of relationship. | INTEGER |
start_year | Start year of relationship. | INTEGER |
end_day | End day of relationship. | INTEGER |
end_month | End month of relationship. | INTEGER |
end_year | End year of relationship. | INTEGER |
notes | Additional information about individual. No standard format. | STRING |
source | Source(s) of information. Separated by semicolons. See documentation on CHCD Sources for more information. | STRING |