KB-771A

S178-Fix30 PROV-DOT Breakdown

2 min read Revision 1
S178-Fix30PROV-DOTdescriptionbreakdownproduction-query

S178-Fix30 PROV-DOT Breakdown

Date: 2026-04-23 Host: contabo DB: directus / Postgres container postgres

Query

SELECT 
  v.source_table,
  v.composition_level,
  v.species_code,
  count(*) AS prov_dot_count
FROM v_entity_full_classification v
WHERE v.governance_role = 'governed'
  AND v.description_provenance = 'PROV-DOT'
GROUP BY v.source_table, v.composition_level, v.species_code
ORDER BY count(*) DESC;

Result

    source_table     | composition_level | species_code  | prov_dot_count 
---------------------+-------------------+---------------+----------------
 system_issues       | atom              | system_issue  |           1040
 collection_registry | molecule          | collection    |            147
 meta_catalog        | atom              | catalog       |            130
 ui_pages            | molecule          | page          |             37
 entity_species      | meta              | species       |             23
 dot_tools           | atom              | dot_tool      |             10
 workflow_steps      | molecule          | workflow_step |              8
 table_registry      |                   |               |              7
 agents              | atom              | agent         |              6
 tasks               | compound          | task          |              3
(10 rows)

Nhận xét ngắn

Tổng PROV-DOT governed theo nhóm trên là 1411. Nhóm lớn nhất là system_issues (1040), tiếp theo là collection_registry (147) và meta_catalog (130). Các nhóm này là đầu vào ưu tiên cho AI enrichment PROV-AI theo §A.3 mới của Phụ lục Đ3.