-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshapes-baseline.edn
More file actions
33 lines (33 loc) · 1.87 KB
/
Copy pathshapes-baseline.edn
File metadata and controls
33 lines (33 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
;; Known SHACL violation counts per property shape (see shapes/base.ttl) against the
;; live asserted graph: the accepted status quo, recorded 2026-07-03 after
;; scoping all shapes to the dn: namespace (the previously recorded 64
;; label-less synsets turned out to belong to OEWN and are no longer targeted).
;;
;; The meronymy shapes were added 2026-07-07 along with release changes
;; (fix-meronym-directionality!) deleting all 17 violations found in the live
;; data, so their accepted counts are 0: any nonzero count is a regression.
;;
;; Counts EXCEEDING these values indicate a regression (validate-db logs :error).
;; Counts below them mean data was fixed: lower the value here accordingly.
;; The writtenRep shape was added 2026-08-18 along with a release change
;; (add-missing-written-reps!) supplying the 15 dangling canonical forms it
;; found in the live data (GitHub issue #203): lower its count to 0 once that
;; release ships.
;;
;; The ILI relation shape was added 2026-08-18 along with a release change
;; (retarget-eq-ili-relations!) rewriting 2620 of the 2645 eq*-to-ILI triples
;; in the live data to their OEWN synsets and deleting the remaining 25 --
;; 2 ili:in placeholders + 23 retired ILI ids with no synset in the current
;; OEWN edition (GitHub issue #205; the deleted links are listed in the commit
;; message): lower its count to 0 once that release ships.
;; The cross-dataset link shapes were added 2026-08-24 alongside the COR.SEM
;; integration (GitHub issue #207); the bootstrap prunes unresolvable links,
;; so their accepted counts are 0: any nonzero count is a regression.
{:dns/LexicalSenseShape-label 17
:dns/LexicalEntryShape-writtenRep 15
:dns/IliRelationShape 2645
:dns/MeronymyHierarchyShape 0
:dns/MeronymyContradictionShape 0
:dns/LinkedSenseShape-object 0
:dns/LinkedSynsetShape 0
:dns/HypernymAnchorShape 0}