chore: Update manifest.json timestamp and migrate beneficiary_group slot to has_or_had_beneficiary
This commit is contained in:
parent
bdf3ceafb8
commit
e64b5653bf
2 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-01-14T16:04:33.686Z",
|
||||
"generated": "2026-01-14T16:04:58.914Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2888,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ imports:
|
|||
- ./CustodianType
|
||||
- ../slots/geographic_scope
|
||||
- ../enums/NonProfitCustodianTypeEnum
|
||||
- ../slots/beneficiary_group
|
||||
# REMOVED 2026-01-15: ../slots/beneficiary_group - migrated to has_or_had_beneficiary
|
||||
- ../slots/has_or_had_beneficiary
|
||||
- ../slots/has_or_had_custodian_type
|
||||
- ../slots/impact_measurement
|
||||
- ../slots/nonprofit_subtype
|
||||
|
|
@ -212,7 +213,7 @@ classes:
|
|||
- schema:EducationalOrganization
|
||||
- schema:FundingAgency
|
||||
slots:
|
||||
- beneficiary_group
|
||||
- has_or_had_beneficiary
|
||||
- has_or_had_custodian_type
|
||||
- geographic_scope
|
||||
- impact_measurement
|
||||
|
|
|
|||
Loading…
Reference in a new issue