Verified claims and their manual rulings live in two linked tables: a claim record holds the canonical assertion, its normalized form, provenance flags (parametric versus grounded, and whether it is human-locked), a verdict, and revision metadata scoped to a property and brand; a ruling record logs each human decision against a claim with its author, note, and timestamp.

Withheld — proprietary.

erDiagram
    PROPERTY ||--o{ CLAIM : owns
    BRAND ||--o{ CLAIM : associates
    CLAIM ||--o{ RULING : receives
    ACCOUNT ||--o{ RULING : authors