Skip to content

Quick Reference

Glossary of ontological terms used in this specification. Each entry shows the source ontology, a one-sentence definition, and how it maps to BluntDashboard. For full context, see the Ontology Stack and Domain Mapping.

TermSourceDefinitionBluntDashboard example
ActCCOProcess performed intentionally by an agentTag classification act, designer assignment
Action SpecificationIAOPart of a Plan Specification prescribing a single actionIndividual step within a combo template
AgentCCOEntity capable of intentional actionStaff member, Worker, Shopify API
Aggregate Measurement ValueIAOMeasurement datum computed by aggregationaggregate_measurement_value (was total_sales)
Aggregation ProcessBFO+IAOProcess that combines measurement data into summariesMart refresh job
Artifact IdentifierIAO+IOFIdentifier that denotes a MaterialArtifactartifact_identifier (was product_id)
Bearer Entity KeyIAOLocator for the Information Bearing Entity carrying an ICEbearer_entity_key (was r2_key) — the R2 object path
CommitmentREAPromise for a future economic eventCombo template (promise to execute creative test)
Concretized ByIAORelation: ICE is concretized by (carried in) an IBEDesign asset concretized by R2 object
Content Hash IdentifierIAOIdentifier derived from content (SHA-256)content_hash_identifier (was checksum)
ContinuantBFOEntity that persists through time maintaining identityProducts, assets, templates, settings
Conversion ProcessREAProcess transforming one resource type into anotherData pipeline: raw data → analytics
Creative Act ReportIAOReport documenting a completed creative testing actcreative_act_report table (was combo_logs)
DatasetIAOCollection of data itemsperformance_measurement_dataset table
DenotesIAORelation: ICE stands for / represents an entityAsset denotes product (via denotation_relation)
Denotation RelationIAOLink between an ICE and what it denotesdenotation_relation table (was product_asset_mappings)
DispositionBFOTendency of a bearer to behave in a certain waySync disposition (tendency to keep data current)
DocumentIAOStandalone information content entityCSV export file
Document ArtifactIAODocument as a persistent entitydocument_artifact table (was csv_exports)
DualityREAEvery outflow event pairs with an inflow eventProduct shipped ↔ revenue received
Economic EventREABusiness activity affecting economic resourcesSale, purchase, ingest, fulfillment
Economic ResourceREAThing of economic valueProducts, cash, design assets
EngineeredSystemIOFSystem designed to perform specific functionsCF Workers, Shopify API, PlanetScale
ExecutionStatusPKOState of a procedure executioninitiated, polling, downloading, completed, failed
FallbackStepPKOAlternative execution path when a step failsRetry with backoff, DLQ routing
FunctionBFOCapacity realized in a processCron trigger function, queue dispatch function
Generically Dependent ContinuantBFOEntity dependent on a bearer but copyableInformation content (documents, data, specifications)
ICEIAOInformation Content Entity — about somethingDesign assets, classifications, suggestions
ICE CollectionIAONamed grouping of ICEsinformation_entity_collection (was tag_groups)
IdentifierIAOICE that denotes an individual entitycombo_id, run_id, product_id
Independent ContinuantBFOEntity that doesn’t depend on another for existencePhysical products (phone cases)
Information Bearing EntityIAOMaterial entity that carries an ICER2 object, database row, JSONL file
Information Content EntityIAOGenerically dependent continuant that is about somethinginformation_content_entity table (was assets)
Interval MeasurementCCOMeasurement on an interval scaleDate-bounded sales windows (7d, 14d, 30d)
Is AboutIAORelation: ICE is about some entityTag classification is_about product collection
IssueOccurrencePKOProblem encountered during procedure executionRate limit hit, download failure, parse error
MaterialArtifactIOFPhysical artifact with causal unityProducts (phone cases) — material_artifact table
Measurement ConfidenceIAORatio-scale measurement of certaintymeasurement_confidence (was confidence_score)
Measurement DatumIAOData item representing a measurement resultDaily sales figure, confidence score
Member Part OfBFORelation: entity is a member of a collectionTag ICE is member_part_of tag group collection
Nominal ClassificationCCOCategorical measurement (named classes)nominal_classification (was classification) — winner, top_riser, etc.
Nominal MeasurementCCOMeasurement assigning named categoriesProduct classification into performance tiers
Objective SpecificationIAOICE prescribing a desired outcome via criteriaobjective_specification table (was classification_settings)
OccurrentBFOEntity that unfolds in time — has temporal partsOrders, ingest runs, sync processes
OrganizationCCOAgent that is a group of personsBlunt Cases
Participates InBFORelation: continuant takes part in a processStaff participates_in order lookup process
PersonCCOAgent that is a human beingStaff member bearing a Role
Plan SpecificationIAOICE prescribing a set of actions to performplan_specification table (was combo_templates)
Plan Specification IdentifierIAOStructured identifier for a plan specificationplan_specification_identifier (was combo_id) — TYPE-PRODUCT-COUNT-AUDIENCE-SEQ
PrecedesBFOTemporal relation: occurrent happens before anotherRaw ingest precedes core transform precedes mart refresh
ProcedurePKOSpecification of steps to followShopify bulk sync procedure
ProcedureExecutionPKOInstance of carrying out a procedureA specific ingest run
Procedure Execution RecordIAO+PKOReport of a procedure executionprocedure_execution_record table (was raw_ingest_runs)
ProcessBFOOccurrent — something that happens over timeOrder (commercial transaction), ingest run
Process RecordIAOReport documenting a processcommercial_transaction_record (orders are process records)
QualityBFOSpecifically dependent continuant — measurable propertyClassification status, active/inactive state
Ratio MeasurementCCOMeasurement on a ratio scale (true zero)Total sales count, units sold
RealizesBFORelation: process makes a function/role actualIngest run realizes cron function
ReportIAODocument recording outcomes of a processCombo log (report of creative testing act)
RoleBFOSpecifically dependent continuant — context-dependentDesigner role, operations role, fulfillment role
SiteBFOSpatial region occupied by an entityAPI endpoint, R2 bucket, queue binding
Specifically Dependent ContinuantBFOEntity dependent on exactly one bearerQualities, roles, functions
StepPKOIndividual action within a procedureInitiate, poll, download, parse, upsert
Stock-FlowREAEvents cause resource increment/decrementSale decrements inventory; ingest increments data
Suggestion Content EntityIAOICE containing generated suggestionssuggestion_content_entity (was combo_suggestions)
Temporal OriginBFOTime of entity creationtemporal_origin (was created_at)
Temporal RegionBFOA region of timeCalendar day (for daily sales), reporting window
Transformation ProcessBFOProcess converting inputs to different outputsCore transform: raw IBEs → typed Measurement Data
TypificationREAPolicy/type layer governs instance layerClassification settings (type) → individual classifications (instance)
VerificationPKOStep that checks an outcomeChecksum comparison, watermark validation