Process Namespace
Core Definition
Process frames profile a process taken as a whole — an extended, internally complex occurrence that unfolds over time and is composed of many sub-events or phases. The primary semantic content is the overall process, not any single constituent happening. A process has internal temporal structure (beginning, continuation, interruption, resumption, cessation) but is conceptualized and named as one ongoing whole.
Formal template:
PROCESS(Theme, [Phases / Sub-events...]) [± Location] [± Time]
Key contrast:
- Phenomenon — a single bounded happening, taken as a unit (one instance of raining, one impact).
- Process — the whole process of which many such happenings may be constituents (a life, a history, an ongoing institutional or biological process).
Not a construal choice — an object versus a profile. PROCESS mints its
own schema object in the conceptual dimension, on a graduated Ground —
an ordered dimension with a genuine part-way, not just a start and an end
(Conceptual Schemas §6.2). @phenomenon, by contrast, corresponds to
OCCURRENCE, a profile over bare EVENT. A frame whose Ground is
genuinely graduated therefore always grounds in PROCESS and sits in
@process — never a choice between "the unit view" and "the whole-process
view" of the same frame. Profile Seeding (docs/conceptual/profile_seeding.md)
§4 already corrected this: "is there a part-way? A graduated Ground mints
PROCESS; without one, it's just a profile over EVENT." An earlier version
of this document (and of Ontological Frames) carried "Phenomenon ↔ Process"
as a perspective pair alongside the genuine ones (Agentive↔Change,
Agentive↔Undergoing, Undergoing↔Change) — it wasn't one.
Scope
Includes (candidates, pending relocation):
- Generic process and its phase structure: Process, Process_continue, Process_pause, Process_resume, Process_stop
- Life and existence processes: Cycle_of_life_and_death, Subsisting, Existence (as ongoing process)
- Historical / biographical processes: History, Individual_history, Historic_event (as unfolding process)
- Extended institutional / procedural processes: Criminal_process and similar multi-phase procedures profiled as a whole
Excludes — see other namespaces:
- A single, bounded occurrence taken as a unit → Phenomenon (Choveu, Impact)
- Occurrence with a caused result (Agent/Cause → Patient → Result) → Agentive
- Result-state-focused change with no causer profiled → Change
- Path/goal-oriented motion → Change (motion subtype)
- A type-level scenario with defined roles and phases (not a token process) → the Scenario frame type (not a namespace — see below)
Critical boundary — Process vs. Phenomenon: The decision is what is profiled, not the verb:
- A fruta amadureceu — one bounded ripening occurrence, taken as a unit → Phenomenon
- o processo de amadurecimento / envelhecer profiled as the whole unfolding process → Process
Critical boundary — Process vs. Scenario: A Scenario is a type-level configuration of roles and phases that serves as a scaffold for embedded frames (Commerce_scenario). A Process is the token-level unfolding of an occurrence as a whole. A process may instantiate a scenario, but it is the occurrence itself, not the organizing schema.
The two are not alternatives on the same axis: Scenario is a frame type (Frame Classification), @process a namespace, and they are orthogonal — a frame can be both. Three of the frames in this namespace do carry the Scenario type (Crime_scenario, History_scenario, Socially_significant_history_scenario), and that is not an error: they are scaffolds whose own view over the Event is the whole-process one. The question to ask is therefore not "process or scenario?" but the two separately — does this frame profile an extended occurrence composed of sub-events? (namespace) and does it scaffold a multi-perspective or phase-decomposed scene? (type).
Subtypes
(Seeded from Process candidates; to be refined after relocation.)
| Subtype | Definition | Example frames |
|---|---|---|
| Generic process | The bare notion of a process and its manipulation | Process |
| Phase structure | Profiles a phase of an ongoing process | Process_continue, Process_pause, Process_resume, Process_stop |
| Life / existence process | An entity's existence conceived as an unfolding whole | Cycle_of_life_and_death, Subsisting |
| Historical process | A course of events unfolding over an extended period | History, Individual_history |
| Procedural process | A multi-phase institutional procedure taken as a whole | Criminal_process |
Characteristic signature
| Participant | Qualia role | Semantic type | Notes |
|---|---|---|---|
| Process | FORMAL | — | the ongoing whole (an Activity/Event that unfolds over time) |
| Theme | CONSTITUTIVE | — | the entity undergoing / participating in the process (optional, generic) |
| Phase | CONSTITUTIVE | — | a sub-event or stage of the process (continuation, pause, resumption, cessation) |
Profiles the process as a whole (a FORMAL Activity/Event with internal
phase structure) over a generic Theme. Distinguished from Phenomenon by
profiling an extended, multi-sub-event occurrence rather than a single bounded
unit — not a perspective pair (see the Core Definition above): PROCESS mints
its own object on a graduated Ground, and @phenomenon is simply what's left
when that condition isn't met. No agentive role and no caused Result are
profiled (those are the Agentive / Change signatures).
graph LR
Process(("Process<br/><i>FORMAL</i><br/>ongoing whole"))
Theme["Theme<br/><i>CONSTITUTIVE</i><br/>optional, generic"]
Phase["Phase<br/><i>CONSTITUTIVE</i><br/>sub-event / stage"]
Process -.->|involves| Theme
Process -->|composed_of| Phase
classDef core fill:#8B0000,stroke:#8B0000,color:#fff
classDef opt fill:#fff,stroke:#8B0000,stroke-dasharray:4 3,color:#8B0000
class Process core
class Theme,Phase opt
Diagnostic Tests
Test 1 — Whole-process profiling
Does the frame profile the occurrence as a whole, rather than a single bounded instance?
✓ o envelhecimento (the whole aging process) → PROCESS
✗ A fruta amadureceu (one bounded ripening, taken as a unit) → NOT PROCESS (Phenomenon)
Test 2 — Composed of sub-events
Can the occurrence be decomposed into multiple sub-events or phases while still being named as one process?
✓ um processo criminal (investigation → trial → sentence — one process) → PROCESS
✗ Impact (single punctual happening — no internal phases) → NOT PROCESS (Phenomenon)
Test 3 — Phase operators
Does the frame accept phase operators — begin / continue / pause / resume / stop — applied to the process itself?
✓ O processo continuou / foi interrompido / recomeçou → PROCESS
✗ *A explosão continuou por fases (a punctual event has no process phases) → NOT PROCESS
Test 4 — Extended duration as an internal property
Is temporal extension intrinsic (the process is its unfolding), rather than a mere duration adverbial on a unit event?
âś“ A histĂłria do paĂs (intrinsically extended, unfolding whole) → PROCESS
✗ Choveu por horas (a unit occurrence measured by a duration adverbial) → NOT PROCESS (Phenomenon)
Test 5 — Not a type-level scaffold
Is the frame a token unfolding occurrence rather than a type-level role/phase scaffold?
✓ este processo de produção (this production process, a token) → PROCESS
✗ Commerce_scenario (type-level buyer/seller/goods scaffold, no unfolding profiled) → NOT PROCESS