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:
- Eventive β 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).
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 β Eventive (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 β Transition
- A type-level scenario with defined roles and phases (not a token process) β Scenario
Critical boundary β Process vs. Eventive: The decision is what is profiled, not the verb:
- A fruta amadureceu β one bounded ripening occurrence, taken as a unit β Eventive
- 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.
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 Eventive by
profiling an extended, multi-sub-event occurrence rather than a single bounded
unit β the Eventive β Process perspective pair (one Event, two Situations:
unit view vs. whole-process view). 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 (Eventive)
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 (Eventive)
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 (Eventive)
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) β NOT PROCESS (Scenario)