Colour Relationships
colour_relationshipsWhat is this archive record connected to, and why? One-hop lookup over Colour Memory's stored relationship graph -- today populated for PigmentLineage, whose 348 design_combination nodes are Wada's 1933 Dictionary of Color Combinations plates. Returns edges in separate blocks by relationship_class so a caller can never mistake a computed colour distance for something a historical source actually said: SOURCE_ASSERTED (the source itself states the relationship, e.g. 'this colour was assigned to numbered combination 176') versus DETERMINISTIC_STRUCTURAL (a mechanical fact about the source object, e.g. 'printed on this plate'). Every edge carries its own 'does_not_mean' caveat inline -- e.g. membership in the same Wada combination does not assert that any specific pair within it was individually intended as a pairing. Not every record_id has relationships yet; an empty result is a true negative, not an error. Get record_id values from archive_search or colour_card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes | Stable record id, e.g. from archive_search or colour_card. | |
| include_computed | No | Include computed (not source-asserted) relationships where available. Default true. | |
| include_unresolved | No | Include same-name candidates across sources -- the cheapest, easiest-to-misread-as-evidence edge in the system. Default false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| record_id | No | ||
| structural | No | Mechanical facts about the source object (plate layout etc.), kept separate from source_asserted on purpose. | |
| source_asserted | No | Edges the source itself states, grouped by predicate. |