Seed the property registry with per-type validation #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Acceptance: §13.3–§13.5 (initial registry, value representations: partial dates §8.2, money, BCP 47, normalized identifiers), §11.1.2 (write validation: property-on-type, datatype, cardinality, vocabulary membership, field errors §9.1).
Live on prod (
db12e45): full §13.3/§13.4 property registry in code (governed via review, D17) with per-type validation on every write — property-on-type, datatype, cardinality (one-preferred reading), vocabulary membership, qualifier enums incl. required qualifiers, §9.1 field errors. §13.5 value formats: EDTF parser (§8.2) with precision/uncertainty/earliest-instant ordering, ISBN/EAN checksum normalization on write, BCP 47/ISO 3166/ISO 4217/URL checks. 42 seed concepts across 11 vocabularies live as ordinary entities (deterministic ids, system-account change-sets, idempotent startup seeding) and publicly readable. 12 new tests, 48 total green. Known limitation recorded in D17: same-change-set entity references unsupported (sequential change-sets; revisit with #8).