Skip to content

glx evidence

Show all evidence for a property, grouped by value

Synopsis

Display every assertion for one person+property side-by-side, grouped by value, with the supporting citations and confidence for each.

Where "glx analyze" emits a one-line conflict warning and "glx proof" summarizes a resolved question, "glx evidence" is for questions still in active research: it lays out the conflicting answers so you can weigh them. For each value it shows the supporting reports (citation and source), counts them, and reports the best confidence; the closing line highlights the best-supported value, or notes when the leading values tie.

The person argument can be an exact entity ID (e.g., person-jane-webb) or a name to search for (e.g., "Jane Miller"). If the name matches multiple persons, all matches are listed for disambiguation. The property is matched exactly, with a case-insensitive fallback when no exact match exists. Place, person, and event reference values resolve to the referenced entity's name.

glx evidence <person> <property> [flags]

Examples

  # All recorded values for a birthplace property, by ID
  glx evidence person-jane-webb born_at

  # Look the person up by name
  glx evidence "Jane Miller" residence

  # Machine-readable output
  glx evidence person-jane-webb born_at --format json

  # Specify archive path
  glx evidence person-jane-webb occupation --archive my-archive

Options

  -a, --archive string   Archive path (directory or single file) (default ".")
      --format string    Output format: text or json (default "text")
  -h, --help             help for evidence

Options inherited from parent commands

  -q, --quiet   Suppress non-error output (where supported)

SEE ALSO

  • glx - GENEALOGIX CLI - Manage and validate genealogy archives

Licensed under Apache License 2.0