The acts that create, alter, combine, move or end units, and the lineage they produce.
reorganization-act
Reorganization Act
A reorganization act is a decision that reshapes structure. It carries at least three distinct times - when it was decided, when it takes effect in the world, and when it was recorded - plus the deciding authority, the affected units and the change kind. W3C ORG's ChangeEvent 'resulted in a major change to an organization such as a merger or complete restructuring'; IFRS 8 then requires prior-period segment information to be restated or the change disclosed, so an act has consequences outside this model.
Questions
- What kind of act is this - establish, rename, reclassify, reparent, merge, split, transfer between organizations, or disband - and which units does it affect in which role?event
Expected answer
- act kind code
- affected unit identifiers
- role per unit (original/resulting/unchanged)
- narrative summary
- What are the decision instant, the effective instant and the record instant of this act, each with an explicit offset?temporal
Expected answer
- decision timestamp (RFC 3339)
- effective timestamp (RFC 3339)
- recorded timestamp (RFC 3339)
- timezone rationale
- Which body took the decision, under which delegated power, and is the decision instrument attached as evidence?authority
Expected answer
- deciding body
- power or instrument relied on
- evidence document reference
- approval quorum or signatures
- Which downstream obligations does the act trigger - segment restatement, employee information and consultation, directory reprovisioning, contract novation?process
Expected answer
- triggered obligation codes
- responsible party per obligation
- deadline
- completion status
- May an act be recorded with an effective date in the past, and what compensating controls apply to retroactive entries?exception
Expected answer
- retroactivity permitted boolean
- maximum backdating window
- approval role
- audit marker
Artifacts
- Reorganization Decision RecordThe evidenced record of one structural change act: decision instrument, authority, affected units and roles, the three timestamps, and the list of triggered downstream obligations.
unit-lineage
Unit Lineage and Succession
Merges and splits create many-to-many lineage that a simple parent pointer cannot express. W3C ORG uses originalOrganization and resultingOrganization on a ChangeEvent; ROR uses predecessor and successor relationships and keeps relationships on inactive or withdrawn records as historical tombstones. Lineage must survive the disappearance of its endpoints so that historical references still resolve.
Questions
- Which units are the predecessors and successors of this unit, and through which act was each lineage edge created?provenance
Expected answer
- predecessor identifiers
- successor identifiers
- creating act reference
- edge type
- Does a merged or renamed unit retain its identifier as a continuation, or is a new identifier minted with a lineage edge to the old one?identity
Expected answer
- continuation rule per act kind
- identifier retained boolean
- lineage edge type
- When a consumer dereferences the identifier of a disbanded unit, what is returned - a tombstone, a redirect to the successor, or an error?interoperability
Expected answer
- resolution behaviour
- tombstone payload fields
- redirect target rule
- status code convention
- When only part of a unit moves in a split, how is the partial transfer of establishment, mandate and staffing apportioned across the lineage edge?composition
Expected answer
- apportionment basis
- transferred post identifiers
- transferred mandate elements
- residual retained by source
Artifacts
- Unit Lineage GraphThe directed acyclic graph of predecessor and successor edges across all acts, including tombstoned nodes, used to resolve historical unit references.
change-event-conformance-threshold
Change event semantics
ORG ChangeEvent is a prov:Activity for a major change such as a merger or complete restructuring, intended when the resulting organization is sufficiently distinct to have a distinct identity and URI. originalOrganization, resultingOrganization, changedBy and resultedFrom relate the event to organizations. CPOV adds description, startedAtTime, endedAtTime and hasFormalFramework to legislation or policy that prompted the change. Most internal reorganizations do not mint a new URI; those should be modelled as time-qualified updates to parent, name, kind or status, optionally grouped by a reorganization act. Treating every rename as a ChangeEvent would over-claim ORG semantics. Rare cases include machinery-of-government transfers, split of one unit into several, merger without a new legal entity, spin-out of a unit into a FormalOrganization, and absorption of a former legal body as a unit.
Questions
- What kind of structural change occurred, which units were original and resulting, and did any resulting unit receive a new identity?event
Expected answer
- change-kind (code): create, rename, reparent, merge, split, disband, spin-out, absorb
- original-unit-ids (array): Units that existed before
- resulting-unit-ids (array): Units that existed after
- new-identity-minted (boolean): Whether a new URI or master id was assigned
- When was the change decided, when did it start to be effective, when did it end, and when was it recorded?temporal
Expected answer
- decision-time (datetime): RFC 3339 decision time
- started-at-time (datetime): RFC 3339 prov:startedAtTime
- ended-at-time (datetime): RFC 3339 prov:endedAtTime
- recorded-at (datetime): RFC 3339 observation time
- Which law, policy, board minute or reorganization notice authorized the change?authority
Expected answer
- formal-framework-id (string): Legislation, policy or decision identifier
- framework-title (string): Title of the authorizing instrument
- Which affected parties must receive advance notice of this structural change?requirement
Expected answer
- notice-audience (array): Units, posts or counterparties to notify
- notice-required-by (string): Policy or legal basis for notice
Artifacts
- Reorganization actDecision record that reshapes one or more units, with kind, times, original and resulting units and formal framework