Commit 30da130
feat(dataset): corpus repair, transitive categories, bridging published
Resyncs the release to the repaired corpus and corrects figures this repo was
publishing about itself.
Dataset
classes 7,457 -> 7,874 (417 pages created for concepts two or
more pages already referenced)
triples 252,974 -> 258,200
resolvable edges 96,377 -> 98,776
uncategorised 4,498 -> 3
domainless 4 -> 0
orphaned classes 471 -> 9 (the 9 are domain roots, correctly
parented to owl:Thing)
dangling refs 2,637 -> 1,568 (singletons deliberately left)
validation 0 errors / 961 warnings -> 0 errors / 0 warnings / 1,402 info
Three corrections behind those numbers
1. Category inheritance read direct parents only, so a class two hops below a
category root fell to CATEGORY_NONE. That mislabelled 4,033 classes as
uncategorised — 89.7% of the figure this repo published as a limitation. The
resolver now walks ancestry breadth-first.
2. Overlap was published as a defect. 958 of the 961 "warnings" were
MULTI_PARENT, and multiple inheritance here is deliberate: 1,401 classes are
bridged, 454 across categories, 153 across domains. The corpus was clean and
the pipeline was describing its own design as a defect list. MULTI_PARENT is
now info severity, and the bridging is published rather than discarded:
stats.json "bridging" counts
bridges.json 542 entries, per-class category + domain membership
overview.json 124 edges = 34 backbone + 90 weighted category<->category
The NGG1 node record carries a single u16 category, so binary tiers keep the
nearest one and full membership lives in JSON. Documented, not glossed.
3. Corpus repair by a 33-agent swarm, independently verified. 68% of added
parents point at specific semantic classes rather than category roots.
Dangling subClassOf held at 5 — the repair introduced no new breakage.
Docs across README, both architecture docs, schema reference, CI/CD, reproduce
guide, both methodology docs and ecosystem resynced to measured figures, with
bridging documented as a design property. What remains is stated plainly: 3
uncategorised, 1,568 singleton dangling refs, 0 individuals, and the
single-category NGG1 constraint.
Co-Authored-By: jjohare <github@thedreamlab.uk>1 parent e68419e commit 30da130
1,034 files changed
Lines changed: 84042 additions & 44969 deletions
File tree
- .github/workflows
- dist/data
- graph
- docs
- architecture
- ci-cd
- guides
- methodology
- reference
- ontology/pages
- pipeline
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
| |||
Large diffs are not rendered by default.
0 commit comments