Expand description
Core data model: entity types, relationships, and graph structure.
Structs§
- Account
- A subjective narrative fragment attributed to a source actor.
- Actor
- A character, faction, deity, organization, or creature.
- Concept
- An abstract idea: religion, technology, artifact, law, or tradition.
- Event
- Something that happened: a battle, discovery, political shift, etc.
- Event
State Change - Links a
StateChangeto the entity it affects within an event. - Participant
- An actor’s participation in an event, with role and emotional response.
- Place
- A settlement, region, dungeon, landmark, or ruin.
- Time
Span - A span of time. Both bounds are inclusive integer years. For point events, start == end.
- Validation
Config - Policy configuration for validation rules.
Enums§
- Actor
Type - Classification of an
Actor. - Concept
Type - Classification of a
Concept. - Entity
- A node in the chronicle graph.
- Event
Type - Classification of an
Event. - Fidelity
- How closely a subjective account matches the objective graph.
- Place
Type - Classification of a
Place. - Relationship
- An edge in the chronicle graph.
- Role
- The role an actor plays in an event.
- Sentiment
- How a participant feels about an event they were involved in.
- State
Change - A change to an entity’s state caused by an event.
- Status
- Current state of an entity, potentially changed by events.
Type Aliases§
- Entity
Id - Stable string identifier for any entity in the graph.