build_graph
Construct a provenance-stamped entity graph for a person using prior findings or a verified sweep, then export GraphML, Cypher, and summary statistics.
Instructions
Build a provenance-stamped entity graph for a person.
If ``findings`` (a list of Finding dicts from a prior sweep) is given, the
graph is built from those — no new collection. Otherwise a verified
``person_sweep`` is run first. Returns the graph plus GraphML + Cypher
exports and summary stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| name | Yes | ||
| depth | No | quick | |
| No | |||
| phone | No | ||
| state | No | ||
| maiden | No | ||
| consent | No | ||
| married | No | ||
| findings | No | ||
| nicknames | No |