← Catalogue
World Models · legacy example

Encounter & Interaction

This meta-model describes meetings, transactions and encounters between agents: bounded interactions with two or more parties, the channel they used, what passed between them, the outcome they reached, and the mutually acknowledged record of it all. It is its own model, extending the generic occurrence (X1), because interactions are inherently multi-perspective: each party owns its own view, and the countersigned mutual record is a first-class artifact that no single-actor event model provides.

IDworld.x5-encounter-and-interaction
Version history0.2.0-legacy
CategoryReference example
IndustryCross-industry
Domainevents-phenomena
Tagsencounter, interaction
Data structure

Bundles and layers

Bundle

interaction

The encounter itself and its medium

Layers

interactionCore`: kind, bounds and status of the encounter · `channel`: in person, telephone, written or online medium

Bundle

parties

Who took part and how the record is shared

Layers

partyRoles`: each party's role and joining time · `mutuality`: countersigned records both sides acknowledge

Bundle

outcome

What came of it and what follows

Layers

outcomes`: agreed or observed results · `followUp`: links to continuing interactions

Findings

Catalogue-native findings must describe the information grouped by each layer. This legacy version does not declare them separately.

Questions & artifacts

Questions, artifact requirements and serial naming rules are required by Vercy vNext; they remain unassigned in this reference version.

Service layers

How this specification operates

Dimension & namespace

  • EXTEND `world.occurrenceEvent` (X1): an interaction is an occurrence with party-perspective and mutuality semantics added
  • REFERENCE `world.person` (H1): human parties in party roles
  • REFERENCE `world.organization` (O1): organizational parties and intermediaries
  • REFERENCE `world.addressLocationReferencing` (U7): meeting places and channel endpoints
  • REFERENCE `world.situationCondition` (X4): an ongoing relationship built from repeated encounters can be registered as a situation
  • REFERENCE `world.auditTrail` (S4): countersigning and disclosure actions are audited there
  • imports: w3c-prov (MIX-IN: attribution and derivation facets on records and exchanged items)
  • imports: schema-org (ALIGN: Action and Event typing)

Canon, patches & standards

  • EXTEND `world.occurrenceEvent` (X1): an interaction is an occurrence with party-perspective and mutuality semantics added
  • REFERENCE `world.person` (H1): human parties in party roles
  • REFERENCE `world.organization` (O1): organizational parties and intermediaries
  • REFERENCE `world.addressLocationReferencing` (U7): meeting places and channel endpoints
  • REFERENCE `world.situationCondition` (X4): an ongoing relationship built from repeated encounters can be registered as a situation
  • REFERENCE `world.auditTrail` (S4): countersigning and disclosure actions are audited there
  • imports: w3c-prov (MIX-IN: attribution and derivation facets on records and exchanged items)
  • imports: schema-org (ALIGN: Action and Event typing)

Artifact formats & serial data

Format-independent core. Concrete artifact formats and naming prefixes are not declared in this legacy version.

Policies & accepted processes

  • `bilateralRecordPact`: the parties co-hold the mutual record while each perspective remains separately owned
  • `disclosureConsentGrant`: a party consents per S2 to disclose an interaction to a named third party
  • `aggregateInteractionLicense`: release of anonymized contact and volume statistics

Read / add / edit / delete

CRUD procedures and interface bindings are not declared in this legacy version.

Ownership, roles & access

The owner archetype is the parties themselves: each party owns its perspective of the interaction per S1, and the countersigned mutual record is governed bilaterally. Any disclosure to a third party requires the S2 consent of every named party, with disclosures auditable via S4.

Existing assembly

Objects, relationships, events and projections

Objects

  • `interaction`: a bounded encounter between two or more parties; key attributes: interactionKind, openedAt, closedAt, status
  • `partyRole`: one party's role in the interaction (initiator, respondent, witness, intermediary); key attributes: partyRef, role, joinedAt
  • `channel`: the medium of the encounter; key attributes: channelKind, endpointRef
  • `exchangedItem`: something passed between parties (message, document, goods reference, commitment); key attributes: itemKind, direction, passedAt
  • `outcome`: the agreed or observed result of the interaction; key attributes: outcomeKind, agreedBy, statedAt
  • `mutualRecord`: the countersigned bilateral record both parties acknowledge; key attributes: countersignedAt, contentDigest, status
  • `followUpLink`: the connection to a subsequent interaction continuing this one; key attributes: linkKind, nextRef

Relationships

  • `interaction` -> between -> `partyRole` (1:n): at least two party roles per encounter
  • `interaction` -> via -> `channel` (n:1): the medium the encounter took place through
  • `exchangedItem` -> passedIn -> `interaction` (n:1): the items that changed hands or minds
  • `interaction` -> yielded -> `outcome` (1:n): one encounter can produce several results
  • `mutualRecord` -> attests -> `interaction` (1:1): at most one countersigned record per encounter
  • `followUpLink` -> continues -> `interaction` (n:1): chains of related encounters form threads
  • `interaction` -> occurredAt -> `placeSpecification` (n:1): meeting places resolve through U7 references

Events

  • `interactionOpened`: an encounter began between identified parties
  • `partyJoined`: an additional party entered an open interaction
  • `itemExchanged`: a message, document, goods reference or commitment passed between parties
  • `outcomeStated`: a result was stated or agreed by the parties
  • `interactionClosed`: the encounter ended and its bounds were sealed
  • `recordCountersigned`: both parties acknowledged the mutual record

Projections

  • `myEncountersProjection`: one party's view of its interactions; omits the counterparty's private annotations
  • `sharedMinutesProjection`: the countersigned mutual record only; omits unilateral notes
  • `interactionGraphProjection`: anonymized aggregate of who-met-whom volumes; omits all content