Skip to content

Ontology

Ontology は、PCE 2.0 の model 上で「何が存在するか」を切り出す層である。 ここでは説明のしやすさより、 何を distinct object として扱うべきか を優先する。

重要なのは、ontology が glossary ではないことだ。 glossary は短い説明を与えるが、 ontology は later な process、responsibility、governance、evaluation が依拠する存在物の単位を与える。

このセクションの役割は、大きく三つある。

たとえば「actor」「frame」「delta」「state」は日常語にも見える。 だが PCE 2.0 では、それぞれを distinct な unit として切り出す必要がある。

2. 層をまたぐ基盤語彙を与える

Section titled “2. 層をまたぐ基盤語彙を与える”

responsibility、process、context、memory、governance は別セクションだが、 それらは ontology の unit を前提にしている。

3. 混同されやすいものを分ける

Section titled “3. 混同されやすいものを分ける”

特に次は混同されやすい。

  • actor と responsibility
  • frame と lifecycle
  • compiled context と durable state
  • process delta と current truth

ontology は、その分離を first-class に行う。


人間、AI、tool、document、policy など、 frame の意味的な進行に影響を与える存在を扱う。

goal、scope、actors、approval、eval、recovery を持つ work unit を扱う。 PCE 2.0 の中心 object である。

一つの frame の中で、 goal ownership、execution、approval、memory writing、incident ownership などの責任配置を束ねる。

ある actor / stage / branch に見せる bounded context を扱う。

process から emitted される change / evidence / recommendation / candidate を扱う。

後続 process が current truth として参照してよい project state を扱う。

capability、approval、audit、oversight が効く境界面を扱う。

later rollback や resume の anchor になる stateful point を扱う。


この grouping が見えると、 PCE 2.0 の ontology は単なる用語集ではなく、 process architecture の object model として読める。


迷ったら、まず次の順がよい。

  1. Process Frame
  2. Responsibility Bundle
  3. Process Delta

この三つで、

  • work unit
  • responsibility topology
  • emitted result

の骨格が見える。


Responsibility は、 ActorResponsibility Bundle を前提にしている。

Process は、 Process FrameRecovery Point を前提にしている。

Context は、 Actor-local Compiled Context を前提にしている。

Governance は、 Governance Surface を前提にしている。

MemoryEvaluation は、 Process DeltaDurable Project State の distinction を前提にしている。


frame、bundle、delta、durable state が end-to-end に見える最も重要な case。

delta と approval / current truth の distinction が見えやすい。

provisional recommendation と durable decision memory の分離が見えやすい。

actor、bundle、compiled context、governance surface が同時に見えやすい。


同じ単語でも、PCE 2.0 では distinct object として定義し直していることが多い。

Actor は存在であり、ApprovalExecution は responsibility である。

Process Delta は emitted result であり、 Durable Project State は adopt された truth である。

4. process を ontology の外に置かない

Section titled “4. process を ontology の外に置かない”

Process FrameRecovery Point は、存在物として first-class に扱わなければ、 later な recovery や audit が弱くなる。



このセクションが言いたいことは、最終的には次の一文に集約できる。

PCE 2.0 の ontology は、言い換え辞典ではない。
仕事を process architecture として扱うために、何を actor とし、何を frame とし、何を local context とし、何を delta とし、何を durable state とし、どこを governance surface と recovery point とみなすべきかを固定する object model である。