hamza.khyari
04f24b39c0
feat(acms): implement UKO Layer 1 Domain Ontologies (uko-code, uko-doc, uko-data, uko-infra)
Implement the four Layer 1 domain-specific OWL/Turtle ontology vocabularies
that specialize Layer 0 universal concepts for specific knowledge domains.
Ontology (docs/ontology/uko.ttl):
- Added uko-doc: namespace with 17 classes (Document, Part, Chapter, Section,
Subsection, Paragraph, Sentence, CodeBlock, Citation, Figure, Table,
Footnote, Annotation, Bookmark, CrossReference, PageBreak, SectionBreak),
5 properties, and 4 relationships
- Added uko-data: namespace with 13 classes (Schema, Table, Column, View,
StoredProcedure, Constraint, Index, ForeignKey, Trigger, Annotation,
Bookmark, PartitionBoundary, ShardBoundary), 6 properties, and
5 relationships
- Added uko-infra: namespace with 7 classes (Service, Network, Endpoint,
ConfigKey, Volume, FirewallRule, SubnetBoundary) and 2 relationships
- All classes use rdfs:subClassOf from Layer 0 base classes
Domain registry (ontology_registry.py):
- DomainDescriptor dataclass with namespace IRI, prefix, layer, classes,
superclass mappings, and DetailLevelMap
- Registry functions: get_domain(), list_domains(), get_layer1_domains()
- DetailLevelMap chain builder for hierarchical depth resolution
- Turtle validation with TurtleValidationError (no rdflib dependency)
- All DetailLevelMap data inlined to maintain DIP compliance (domain
layer does not import from application layer)
DetailLevelMap presets (depth_breadth_projection.py):
- code_detail_map: 10 spec-complete levels (depths 0-9)
- docs_detail_map: 11 spec-complete levels (depths 0-10)
- database_detail_map: 12 spec-complete levels (depths 0-11)
- infra_detail_map: 9 spec-complete levels (depths 0-8)
Tests:
- 31 BDD scenarios in uko_ontology_registry.feature covering domain
lookup, all DetailLevelMap levels, inheritance chains, Turtle
validation, Universal View Guarantee, and negative/edge cases
- 6 Robot Framework integration tests
- Updated existing tests: depth_breadth_projection.feature (TABLE_LISTING
depth 0->1, added SCHEMA_LISTING), uko_ontology.feature (Layer 1
node count 8->67)
Spec reference: docs/specification.md §41830-42332
ISSUES CLOSED: #574
2026-03-06 23:14:30 +00:00
..
2026-03-03 03:29:31 +00:00
2026-03-05 15:13:19 +00:00
2026-03-05 10:27:36 -05:00
2026-03-05 01:28:50 +00:00
2026-02-22 17:22:52 +00:00
2026-03-02 22:45:55 -05:00
2026-02-18 23:55:05 +00:00
2026-02-22 00:43:08 -05:00
2026-03-02 02:01:27 +00:00
2026-02-20 15:57:21 +00:00
2026-02-24 19:12:01 +00:00
2026-02-24 17:57:18 +00:00
2026-02-24 17:57:18 +00:00
2026-02-18 12:18:37 +00:00
2026-02-25 10:30:42 +00:00
2026-02-20 20:24:10 +00:00
2026-02-20 08:48:33 -05:00
2026-02-20 08:48:33 -05:00
2026-02-20 08:48:33 -05:00
2026-02-22 08:31:45 +00:00
2026-02-25 10:30:42 +00:00
2026-02-26 09:10:35 +00:00
2026-02-25 10:01:57 +00:00
2026-02-25 10:05:57 +00:00
2026-03-04 23:47:20 +00:00
2026-02-27 09:47:10 -05:00
2026-02-20 15:57:21 +00:00
2026-02-20 08:50:06 -05:00
2026-03-02 17:44:18 +00:00
2026-02-18 03:27:00 +00:00
2026-02-20 15:57:21 +00:00
2026-03-02 17:44:18 +00:00
2026-02-22 10:19:43 +00:00
2026-02-28 22:06:57 +00:00
2026-02-18 03:27:00 +00:00
2026-02-18 03:27:00 +00:00
2026-02-27 13:47:42 -05:00
2026-03-01 03:09:51 +00:00
2026-02-21 16:27:40 +00:00
2026-02-18 03:27:00 +00:00
2026-02-27 23:08:55 +00:00
2026-02-27 23:08:55 +00:00
2026-03-01 03:09:51 +00:00
2026-03-02 10:18:14 +00:00
2026-02-22 00:43:08 -05:00
2026-02-22 00:43:08 -05:00
2026-03-03 17:04:17 -05:00
2026-02-18 12:18:03 +00:00
2026-02-24 20:11:42 +00:00
2026-02-20 15:57:21 +00:00
2026-02-20 20:34:29 +00:00
2026-02-22 00:43:08 -05:00
2026-02-20 15:57:21 +00:00
2026-02-18 03:27:00 +00:00
2026-02-18 03:27:00 +00:00
2026-03-02 02:01:27 +00:00
2026-02-25 10:48:05 -05:00
2026-03-01 04:38:30 +00:00
2026-03-01 04:38:30 +00:00
2026-03-01 04:38:30 +00:00
2026-03-02 15:05:20 +00:00
2026-02-23 10:44:58 +00:00
2026-03-02 09:47:40 -05:00
2026-02-27 09:47:10 -05:00
2026-02-27 09:47:10 -05:00
2026-02-27 09:47:10 -05:00
2026-03-03 23:36:15 +00:00
2026-03-05 14:11:23 +00:00
2026-02-27 09:47:10 -05:00
2026-02-27 09:47:10 -05:00
2026-03-02 02:01:27 +00:00
2026-03-05 12:58:57 +00:00
2026-03-05 22:00:15 +00:00
2026-03-03 17:01:57 +00:00
2026-02-22 17:15:51 +00:00
2026-02-22 17:56:18 +00:00
2026-02-25 19:38:43 -05:00
2026-02-24 12:19:04 -05:00
2026-02-22 16:15:49 -05:00
2026-02-25 12:08:01 -05:00
2026-02-24 00:41:01 +00:00
2026-03-02 02:01:27 +00:00
2026-02-25 10:06:59 +00:00
2026-03-04 21:20:47 +00:00
2026-03-04 21:20:47 +00:00
2026-03-02 14:32:31 +00:00
2026-02-20 15:57:21 +00:00
2026-02-20 15:57:21 +00:00
2026-02-24 12:19:04 -05:00
2026-02-22 16:15:49 -05:00
2026-02-22 00:43:08 -05:00
2026-03-04 23:47:20 +00:00
2026-02-23 22:20:03 +00:00
2026-02-26 16:13:44 +00:00
2026-02-26 16:13:44 +00:00
2026-03-03 12:53:28 +00:00
2026-03-03 12:53:28 +00:00
2026-03-03 21:44:20 +00:00
2026-02-25 10:04:31 +00:00
2026-03-05 15:42:20 +00:00
2026-03-02 22:09:37 -05:00
2026-02-25 10:02:38 +00:00
2026-03-06 20:07:03 +00:00
2026-02-25 10:05:10 +00:00
2026-02-25 10:07:09 +00:00
2026-03-03 15:42:53 +00:00
2026-03-03 14:48:55 -05:00
2026-02-19 14:20:16 +00:00
2026-02-19 14:20:16 +00:00
2026-02-21 18:11:31 +00:00
2026-03-04 15:36:34 +00:00
2026-02-22 16:15:49 -05:00
2026-02-22 09:23:35 +00:00
2026-03-04 20:26:42 +00:00
2026-03-03 21:44:20 +00:00
2026-03-03 21:44:20 +00:00
2026-02-20 15:57:21 +00:00
2026-03-03 17:04:17 -05:00
2026-02-27 13:47:42 -05:00
2026-02-22 16:15:49 -05:00
2026-02-22 10:15:25 +00:00
2026-03-06 18:16:47 +00:00
2026-02-25 04:50:43 +00:00
2026-02-25 04:13:55 +00:00
2026-02-26 01:13:16 +00:00
2026-02-26 02:01:47 +00:00
2026-03-03 23:36:15 +00:00
2026-02-27 22:33:47 +00:00
2026-03-02 17:44:18 +00:00
2026-03-02 02:01:27 +00:00
2026-02-25 14:17:34 +00:00
2026-02-25 19:38:43 -05:00
2026-02-25 19:38:43 -05:00
2026-02-25 19:38:43 -05:00
2026-03-02 02:01:27 +00:00
2026-03-03 14:55:58 -05:00
2026-02-21 10:23:33 -05:00
2026-02-28 20:21:18 +00:00
2026-02-20 20:34:29 +00:00
2026-02-23 09:47:00 -05:00
2026-02-21 10:23:33 -05:00
2026-03-01 03:09:51 +00:00
2026-02-27 13:47:42 -05:00
2026-02-24 12:19:04 -05:00
2026-02-25 19:38:43 -05:00
2026-02-20 15:57:21 +00:00
2026-02-27 13:47:42 -05:00
2026-02-25 19:38:43 -05:00
2026-02-20 15:57:21 +00:00
2026-02-25 19:38:43 -05:00
2026-03-01 03:09:51 +00:00
2026-03-05 21:38:55 +00:00
2026-02-21 10:23:33 -05:00
2026-02-22 00:43:08 -05:00
2026-02-22 15:13:43 +00:00
2026-02-27 13:47:42 -05:00
2026-03-01 03:09:51 +00:00
2026-02-22 16:15:49 -05:00
2026-03-03 12:53:28 +00:00
2026-03-03 12:10:25 +00:00
2026-02-27 09:47:10 -05:00
2026-02-27 09:47:10 -05:00
2026-03-05 21:38:55 +00:00
2026-02-20 15:57:21 +00:00
2026-03-01 03:09:51 +00:00
2026-02-25 19:38:43 -05:00
2026-02-25 14:00:04 -05:00
2026-02-24 12:19:04 -05:00
2026-02-25 19:38:43 -05:00
2026-02-20 15:57:21 +00:00
2026-02-22 00:43:08 -05:00
2026-03-02 02:01:27 +00:00
2026-02-20 15:57:21 +00:00
2026-02-25 14:00:04 -05:00
2026-03-02 02:01:27 +00:00
2026-02-22 00:43:08 -05:00
2026-03-03 14:40:37 +00:00
2026-02-18 03:27:00 +00:00
2026-03-05 21:38:55 +00:00
2026-03-03 23:36:15 +00:00
2026-02-18 03:27:00 +00:00
2026-02-27 09:47:10 -05:00
2026-02-24 12:19:04 -05:00
2026-02-23 03:11:12 +00:00
2026-02-20 15:57:21 +00:00
2026-02-27 13:47:42 -05:00
2026-03-02 17:44:18 +00:00
2026-03-01 03:09:51 +00:00
2026-03-06 03:22:45 +00:00
2026-03-02 17:44:18 +00:00
2026-02-20 15:57:21 +00:00
2026-02-18 23:55:05 +00:00
2026-02-18 23:55:05 +00:00
2026-02-20 08:48:33 -05:00
2026-02-18 03:27:00 +00:00
2026-02-24 12:19:04 -05:00
2026-02-23 22:20:44 +00:00
2026-02-18 03:27:00 +00:00
2026-02-17 21:07:54 +00:00
2026-02-20 08:49:30 -05:00
2026-02-18 03:27:00 +00:00
2026-03-02 02:01:27 +00:00
2026-02-20 20:38:53 +00:00
2026-03-03 22:21:14 +00:00
2026-03-03 22:21:14 +00:00
2026-03-04 15:59:15 +00:00
2026-03-02 10:18:14 +00:00
2026-02-27 13:47:42 -05:00
2026-02-20 03:31:43 +00:00
2026-03-06 00:49:33 +00:00
2026-03-06 00:49:33 +00:00
2026-03-05 21:38:55 +00:00
2026-02-25 04:50:43 +00:00
2026-02-21 16:32:03 +00:00
2026-02-25 10:05:57 +00:00
2026-02-26 20:33:20 +00:00
2026-02-19 11:15:18 +00:00
2026-02-25 10:06:27 +00:00
2026-03-04 12:18:51 -05:00
2026-02-28 17:46:54 +00:00
2026-03-02 22:05:53 +00:00
2026-03-02 09:47:40 -05:00
2026-02-18 03:27:00 +00:00
2026-03-02 02:01:27 +00:00
2026-02-20 01:10:19 +00:00
2026-02-22 00:43:08 -05:00
2026-02-20 15:57:21 +00:00
2026-02-20 15:57:21 +00:00
2026-02-18 00:10:15 +00:00
2026-03-05 21:38:55 +00:00
2026-02-26 10:57:07 +00:00
2026-02-27 13:47:42 -05:00
2026-02-24 12:19:04 -05:00
2026-02-26 10:57:07 +00:00
2026-02-20 08:50:08 -05:00
2026-02-24 17:57:18 +00:00
2026-02-21 10:23:33 -05:00
2026-02-24 17:57:18 +00:00
2026-02-20 08:50:08 -05:00
2026-02-20 08:50:08 -05:00
2026-02-20 08:50:08 -05:00
2026-03-02 02:01:27 +00:00
2026-02-27 20:09:26 +00:00
2026-02-25 10:03:57 +00:00
2026-02-21 16:30:40 +00:00
2026-02-21 10:23:33 -05:00
2026-02-21 16:32:03 +00:00
2026-03-02 02:01:27 +00:00
2026-02-20 20:34:29 +00:00
2026-03-02 09:41:25 -05:00
2026-02-22 00:43:08 -05:00
2026-02-20 15:57:21 +00:00
2026-02-20 08:49:30 -05:00
2026-02-20 08:49:30 -05:00
2026-02-22 00:43:08 -05:00
2026-02-17 21:14:46 +00:00
2026-02-17 22:59:16 -05:00
2026-02-25 10:03:57 +00:00
2026-02-22 00:43:08 -05:00
2026-02-17 20:28:20 +00:00
2026-02-21 10:23:33 -05:00
2026-03-04 18:21:19 +00:00
2026-03-05 19:20:39 +00:00
2026-03-06 23:14:30 +00:00
2026-03-04 22:40:34 +00:00
2026-03-05 21:38:55 +00:00
2026-02-20 15:57:21 +00:00
2026-02-25 10:03:21 +00:00
2026-02-22 00:43:08 -05:00
2026-02-20 02:54:08 +00:00
2026-03-02 02:01:27 +00:00
2026-02-25 10:03:57 +00:00