shimo4228 program vocabulary

Namespace IRI: https://shimo4228.github.io/shimo4228/vocab# (conventional prefix shimo:).

This page makes the custom vocabulary terms used by the program's graph.jsonld knowledge graphs dereferenceable. The vocabulary is intentionally small and stable: a term is added only when a line graph introduces a new node or edge type; routine releases do not change this page. Authoritative usage of each term lives in the graph(s) that use it — start from the hub graph, which links each practice line's fine-grained graph via subjectOf. Definitions below summarize actual usage across the graphs; they do not introduce meaning beyond it.

The same definitions are machine-readable: vocab.jsonld declares every term as an rdfs:Class or rdf:Property with rdfs:comment and schema:domainIncludes / schema:rangeIncludes (a lightweight RDFS ontology — no OWL axioms). That file is the canonical machine layer; a full copy is embedded in this page's <head> and kept in sync by scripts/sync_vocab_jsonld_mirror.py.

Classes

TermDefinitionUsed by
shimo:ADRAn Architecture Decision Record published by a program repository (a line or an ecosystem repo).AAP, AKC, Authorship Strategy, Contemplative Agent, doctrine-corpus, existence-proof
shimo:ArtifactA generated output of the Contemplative Agent distill pipeline (extracted skills, distilled rules), produced by a DistillCommand.contemplative-agent-data
shimo:AxiomOne of the four contemplative axioms (mindfulness, emptiness, non-duality, boundless care) the Contemplative Agent line adopts as behavioral constitution.Contemplative Agent, contemplative-agent-data
shimo:AxisOne of Authorship Strategy's three co-varying inversion axes (scarcity to diffusion, exclusivity to derivation, enclosure to openness).Authorship Strategy
shimo:ConceptA named structural concept a practice line defines (e.g. six-phase loop, three-axis inversion). Definitional authority stays in the defining line's graph.AAP, AKC, Authorship Strategy, Contemplative Agent, doctrine-corpus, existence-proof, hub
shimo:DistillCommandA command of the Contemplative Agent distill pipeline (distill, distill-identity, insight, rules-distill, amend-constitution); each produces a memory layer or an artifact.contemplative-agent-data
shimo:EcosystemRepoA supporting repository (skill, dataset, tool) attached to a practice line, not itself a line.AAP, AKC, Attention Not Self, Authorship Strategy, Contemplative Agent, doctrine-corpus, hub
shimo:ExternalReferenceA third-party work (paper, benchmark, standard) the program cites; never authored by the program.AAP, AKC, Authorship Strategy, Contemplative Agent, contemplative-agent-data, doctrine-corpus, existence-proof, hub
shimo:LayerOne of Authorship Strategy's four judgment layers (Authenticity, Attribution Diffusion, Idea vs Scaffold, Tactics); each layer is downstream of the one above.Authorship Strategy
shimo:MemoryLayerA layer of the agent memory stack (episode log, knowledge, identity; the data repo adds constitution and views), ordered by level. Higher layers are write-gated by human approval.AKC, Contemplative Agent, contemplative-agent-data
shimo:ObservationAn empirical observation node recording a verified experimental result (e.g. a fine-tuning verification verdict).doctrine-corpus
shimo:PaperA standalone paper deposited from a line as its own Zenodo record; attached to its line via schema.org isPartOf.hub
shimo:PhaseA phase of a line's operating cycle, minted per line (the six AKC and Contemplative Agent cycle phases, AAP's design and operation phases).AAP, AKC, Contemplative Agent
shimo:PolicyFrameworkAn external AI-governance framework (NIST AI RMF, ISO/IEC 42001, EU AI Act) that AAP decisions are mapped to.AAP
shimo:ProhibitionLevelA rung of AAP's prohibition-strength hierarchy (absence, scaffolding enforcement, untrusted boundary), ordered by level and chained by strongerThan.AAP
shimo:QuadrantOne of AAP's Four Business AI Quadrants (Script, Algorithmic Search, LLM Workflow, Autonomous Agentic Loop), including LLM Workflow's conversational and batch sub-quadrants.AAP, Contemplative Agent
shimo:ResearchLineAn independently evolving, DOI-registered practice line of the program. The five instances are typed with this class in every graph. The class IRI keeps its historical name for link stability; the current human-facing term is practice line.AAP, AKC, Attention Not Self, Authorship Strategy, Contemplative Agent, doctrine-corpus, hub
shimo:RetrievalViewA named retrieval lens (social, communication, technical, reasoning, self-reflection, constitutional, …) over the knowledge memory layer.contemplative-agent-data
shimo:ShapeOne of doctrine-corpus's four doctrine shapes (judgment, explain, definition, contrast) classifying corpus pairs; ordered by shapeOrdinal.doctrine-corpus
shimo:SnapshotTaxonomyThe taxonomy node enumerating the data repo's snapshot kinds; see snapshotKind.contemplative-agent-data
shimo:TacticA concrete tactic of a working doctrine (e.g. the Existence Proof Format); instances are typed Concept and Tactic together.existence-proof
shimo:WorkingDoctrineA pre-line working doctrine — a published, DOI-anchored doctrine repository not yet promoted to a practice line.existence-proof

Object properties

TermDefinitionUsed by
shimo:alignsWithThe subject ADR is consistent with and mutually reinforces the object ADR or axiom; neither supersedes the other.Contemplative Agent
shimo:appliesToThe subject decision, concept, or schema applies within the scope of the object (a quadrant, memory layer, or concept).AAP, AKC, Authorship Strategy, Contemplative Agent, doctrine-corpus
shimo:belongsToPhaseThe subject ADR belongs to the object cycle phase.Contemplative Agent
shimo:characterizesPairsThe subject doctrine shape characterizes pairs in the object corpus dataset.doctrine-corpus
shimo:citedByThe subject concept is cited by the object essay or article.AAP
shimo:composedOfThe subject whole (a framework concept or quadrant) is composed of the object parts, ordered where the graph uses a list.AAP, Authorship Strategy
shimo:contrastsWithThe subject line is deliberately contrasted with the object prior-art work to sharpen its own positioning.AKC
shimo:counteredByThe subject failure-pattern concept is countered by the object ADR's decision.doctrine-corpus
shimo:covariesWithThe subject axis co-varies with the object axis: the inversion axes move together and cannot be adopted independently. Symmetric; stated in both directions.Authorship Strategy
shimo:definedByThe subject term's authoritative definition lives in the object document (an ADR or spec file).AAP, existence-proof
shimo:definesConceptThe subject (a practice line or working doctrine) holds definitional authority over the object Concept.AAP, AKC, Authorship Strategy, Contemplative Agent, existence-proof, hub
shimo:derivedFromThe subject ADR's source material is the object essay — prose provenance for a decision. Contrast derivesFrom, which links formal artifacts (DOI records, repositories) by lineage.AAP
shimo:derivesFromThe subject work (a line, paper, skill repo, or concept) descends from the object work — its judgments or content were extracted from the object's practice and re-expressed. Objects are formal artifacts (DOI records, repositories); contrast derivedFrom.AAP, AKC, Authorship Strategy, Contemplative Agent, hub
shimo:downstreamOfThe subject layer or concept is downstream of the object: it inherits the object's premises and is constrained by them.Authorship Strategy, existence-proof
shimo:embodiesAxiomThe subject (an ADR or retrieval view) embodies the object contemplative axiom in concrete design.Contemplative Agent, contemplative-agent-data
shimo:enforcementLocusThe object ADR is the locus where deterministic enforcement of the subject concept lives.AAP
shimo:evaluatedByThe subject's claims are evaluated against the object benchmark or method.Contemplative Agent, hub
shimo:extendsThe subject builds on the object without replacing it — an ecosystem repo extending its line, an ADR extending an earlier ADR, or a sub-quadrant extending its parent quadrant.AAP, AKC, Authorship Strategy, Contemplative Agent, doctrine-corpus, hub
shimo:gatedByWrites to the subject memory layer or concept pass through the human-approval gate the object ADR defines.Contemplative Agent
shimo:groundedInThe subject is intellectually grounded in the object — an external reference or one of the program's own ADRs.AAP, AKC, Authorship Strategy, Contemplative Agent, contemplative-agent-data, existence-proof, hub
shimo:groupedAsThe subject ADR belongs to the object named ADR group.doctrine-corpus
shimo:harvestedFromThe subject corpus repository harvests its source material from the object line or content repository.doctrine-corpus
shimo:hasFailureModeThe subject concept has the object concept as its named failure mode.AKC
shimo:implementedByThe subject concept is implemented by the object ADR's decision.Contemplative Agent
shimo:implementsThe subject operationalizes the object concept or cycle phase.AAP, AKC, Contemplative Agent, hub
shimo:independentOfThe subject phase is orthogonal to the object quadrant — the phase distinction applies in every quadrant.AAP
shimo:instantiatedByThe subject concept, layer, or ADR is given concrete instances in the object ADR, document, or repository.AAP, Authorship Strategy, existence-proof
shimo:isComplementOfThe subject working doctrine complements the object work — same territory, different role.existence-proof
shimo:lensOverThe subject retrieval view is a lens over the object memory layer.contemplative-agent-data
shimo:manifestsInThe subject concept manifests concretely in the object quadrant.AAP
shimo:mappedToFrameworkInThe subject ADR is mapped to an external policy framework in the object policy-mapping document.AAP
shimo:observedByThe subject concept is empirically observed in the object ADR's recorded result.doctrine-corpus
shimo:operationalizesThe subject repository operationalizes the object concept as a running artifact.doctrine-corpus
shimo:pairedWithThe subject and object form a deliberate complementary pair. Symmetric; stated in both directions.AAP, Authorship Strategy
shimo:partOfThe subject phase is a part of the object whole (e.g. the six-phase loop).Contemplative Agent
shimo:partiallySupersededByParts of the subject ADR are superseded by the object ADR; the rest remains in force.Contemplative Agent
shimo:producedByThe subject artifact is produced by the object distill command. Inverse of produces; both directions are stated explicitly.contemplative-agent-data
shimo:producesThe subject distill command produces the object memory layer or artifact.contemplative-agent-data
shimo:provenByAnchorThe subject existence-proof instance is proven by the object anchor artifact (a DOI record or repository).existence-proof
shimo:realizedByThe subject phase or prohibition level is realized in practice by the object ADR.AAP, Contemplative Agent
shimo:recordedInThe subject's authoritative prose record lives in the object document or file.AAP, Authorship Strategy, contemplative-agent-data, existence-proof
shimo:referencedByThe subject external reference is cited by the object ADR or repository.Contemplative Agent
shimo:siblingOfPeer relationship between practice lines. Deliberately the only inter-line edge at hub level — no dependsOn edge type exists, encoding sibling-not-dependency at the schema level.AAP, AKC, Attention Not Self, Authorship Strategy, Contemplative Agent, doctrine-corpus, hub
shimo:strongerThanThe subject prohibition level is structurally stronger than the object level; chains the hierarchy absence > scaffolding > untrusted boundary.AAP
shimo:structuralResponseByThe subject concept receives its structural response in the object ADR.AAP
shimo:supersededByThe subject ADR has been fully replaced by the object ADR. Inverse of supersedes; both directions are stated explicitly because JSON-LD consumers do not infer inverses.Contemplative Agent
shimo:supersedesThe subject ADR fully replaces the object ADR, which is no longer in force.Contemplative Agent
shimo:triggersDecisionReaching the subject phase triggers the object decision concept.AAP
shimo:vocabularyDisjointThe subject and object lines share a headword whose meanings are deliberately disjoint, guarding against conflation (Authorship Strategy and AAP both use "attribution"). Symmetric; stated in both directions.Authorship Strategy
shimo:withdrawnByThe subject ADR was withdrawn by the object ADR.Contemplative Agent

Datatype properties

TermDefinitionUsed by
shimo:attributionGapBoolean: whether work routed to the subject quadrant produces an attribution gap (true only for the Autonomous Agentic Loop).AAP
shimo:axisPositionInteger position of the subject axis in the three-axis inversion's canonical ordering.Authorship Strategy
shimo:epistemicStatusFree-text epistemic status of the subject concept (e.g. hypothesis under test), keeping the graph's claims honest.existence-proof
shimo:governanceTierThe governance intensity the subject quadrant demands: out-of-scope, medium, or high.AAP
shimo:layerOrdinalInteger position of the subject layer in the four-layer framework, counted from the top.Authorship Strategy
shimo:levelInteger ordinal of the subject within its ordered set (memory layers, prohibition levels).AAP, AKC, Contemplative Agent
shimo:lineStatusFree-text status of the subject working doctrine relative to line promotion.existence-proof
shimo:namingStatusFree-text record of the subject's naming decision (suspended, confirmed, collision-checked).existence-proof
shimo:narrativePositionInteger reading-order position of the subject essay within a line's narrative sequence.AAP
shimo:orderInteger position of the subject phase in Contemplative Agent's six-phase cycle.Contemplative Agent
shimo:ordinalInteger position of the subject phase in AKC's six-phase loop.AKC
shimo:shapeOrdinalInteger ordering position of the subject doctrine shape.doctrine-corpus
shimo:snapshotKindA snapshot kind enumerated by the subject taxonomy node (distill, distill-identity, insight, amend-constitution).contemplative-agent-data
shimo:xAxisThe subject quadrant's horizontal-axis value: deterministic or semantic-judgment.AAP
shimo:yAxisThe subject quadrant's vertical-axis value: pre-defined-workflow or exploratory.AAP

Hub-level concept instances

Instance IRIs under vocab#concept/… name the structural concepts each practice line defines. The hub graph carries a membership-level description of each (reproduced below); the defining line's own graph and repository remain the source of truth. Human-readable definition pages for the program's coined terms live in the concept index.

IRI fragmentHub-level description
#concept/six-phase-loopBidirectional growth loop running Research, Extract, Curate, Promote, Measure, Maintain. Each phase binds to one composable skill. The cycle stays stable even as individual skills evolve.
#concept/three-layer-structureAKC's stacked architecture: principles (ADRs), patterns (design-pattern skills), implementation (composable skills). Separating layers decouples rate of change so principles stay stable while implementations evolve independently.
#concept/scaffold-dissolutionProperty that explicit AKC skills can be dropped once the cycle has been internalized. The skills are scaffolding, not the goal. Dissolution is the intended end state, not a fallback.
#concept/four-contemplative-axiomsMindfulness, emptiness, non-duality, boundless care. Behavioral preset adopted from Laukkonen et al. (2025) that shifts alignment from external instruction toward internal disposition.
#concept/security-by-absenceSecurity posture in which risky capabilities (shell execution, arbitrary URL access, filesystem traversal) are not restricted by rules because the corresponding code was never written. The attack surface is absent rather than guarded, avoiding rule-bypass vulnerabilities.
#concept/four-business-ai-quadrantsAAP's diagnostic frame for routing work to the architecture that preserves attribution: Script, Algorithmic Search, LLM Workflow, Autonomous Agentic Loop.
#concept/prohibition-strength-hierarchyAAP's ordering of prohibition mechanisms by structural strength: absence > scaffolding enforcement > untrusted boundary. The strongest prohibition is the one that requires no enforcement because the capability does not exist.
#concept/three-axis-inversionAuthorship Strategy's structural claim that twentieth-century authorship and AI-era authorship invert on three co-varying axes: value source (scarcity to diffusion), validation mechanism (exclusivity to derivation), network effect (enclosure to openness). The axes are not independent; a strategy mixing axes is internally inconsistent.
#concept/four-layer-frameworkAuthorship Strategy's operational judgment stack: Authenticity (the value protected), Attribution Diffusion (the strategy), Idea vs Scaffold (the prediction), Tactics (the concrete decisions). Each layer is downstream of the layer above.
#concept/identifier-federation-tripletAuthorship Strategy's three ADRs forming a tactical discipline: Concept DOI as Canonical Reference (ADR-0001), DOI Federation via .zenodo.json (ADR-0002), Cross-Platform Dataset Federation (ADR-0003). Together they make a DOI-registered artifact's citation network recoverable from metadata alone.
#concept/dual-entry-pointAuthorship Strategy's structural decision (ADR-0006) that any framework-governed artifact deploys two complementary structured entry points — a prose-form navigator (e.g., an llms.txt convention file) and a concept-form linked-data graph (e.g., a JSON-LD knowledge graph) — released synchronously. Each entry point addresses a distinct LLM-mediated reader sub-population the other cannot reach. The pair is the operational embodiment of the enclosure-to-openness axis on the ingest surface.
#concept/intrinsic-identifier-layerAuthorship Strategy's structural decision (ADR-0013) that a content-derived intrinsic identifier — a SWHID, computed from an artifact and its version history and verifiable from the content alone without any registry — complements the extrinsic concept DOI rather than replacing it. The two layers cover each other's failure mode: if the DOI registry disappears the intrinsic identifier still verifies, and if the content is lost the DOI record still cites. It extends the identifier-federation triplet, and for artifact genres where DOI registration is impractical it serves as the substitute priority-claim mechanism. Archival in a content-addressed software archive also opens a parametric-channel ingest surface for code-focused training corpora.
#concept/three-abhidharma-traditionsAttention, Not Self's comparative frame across the three major Buddhist Abhidharma traditions: Theravāda, Sarvāstivāda, Yogācāra. Each tradition supplies a distinct cognitive-process model whose terms (citta-vīthi, samanantara-pratyaya, ālaya-vijñāna, etc.) are juxtaposed with computational phenomenology constructs.
#concept/attention-not-self-thesisAttention, Not Self's core thesis: the perspective that attention — its allocation, its precision-weighting, its momentariness — is the operative unit of cognition, while the apparent self is a derivative pattern (anātman). The thesis grounds the comparative move between Abhidharma's cognitive-process classification and contemporary computational phenomenology.
#concept/value-layer-harness-engineeringHub-level through-line of the three agent-design lines: the engineered agent harness extends past tools, permissions, and evals up to its topmost layers — norms, constitutions, and values — and those layers are governed by the same human-gated cycle as every layer below (promotion gates, behavioral measurement, scaffold dissolution). Concretely, the rules and context files that normally hold task regulation (coding conventions, security policy, writing style) also carry value norms, so the AI is designed as a companion in long-term value judgment rather than only a task optimizer. Operational, not merely declarative: a constitution that is only declared is configuration; one that is promoted, measured, and audited is engineered. Defined at hub level because it spans lines; the hub graph holds definitional authority.

Line-scoped instance namespaces

Line graphs mint instance IRIs under line-scoped fragments — e.g. vocab#axiom/… and vocab#ca/… (Contemplative Agent), vocab#aap/… (Agent Attribution Practice), vocab#akc/… and vocab#akc-phase/… (AKC), vocab#shape/… and vocab#group/… (doctrine-corpus), vocab#memory-layer/… (shared memory layers), vocab#prior-art/… and vocab#ref/… (shared external references). Those instances are defined in the corresponding line graph, not on this page.


Author: shimo4228 — ORCID 0009-0002-6168-4162 · GitHub shimo4228