chore: update slot_fixes.yaml processed status and manifest timestamps
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m13s
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m13s
This commit is contained in:
parent
e2d4666221
commit
f61b8d5493
4 changed files with 17 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"generated": "2026-01-19T12:05:53.461Z",
|
"generated": "2026-01-19T12:10:38.542Z",
|
||||||
"schemaRoot": "/schemas/20251121/linkml",
|
"schemaRoot": "/schemas/20251121/linkml",
|
||||||
"totalFiles": 2969,
|
"totalFiles": 2969,
|
||||||
"categoryCounts": {
|
"categoryCounts": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"generated": "2026-01-19T12:10:38.542Z",
|
"generated": "2026-01-19T12:12:01.538Z",
|
||||||
"schemaRoot": "/schemas/20251121/linkml",
|
"schemaRoot": "/schemas/20251121/linkml",
|
||||||
"totalFiles": 2969,
|
"totalFiles": 2969,
|
||||||
"categoryCounts": {
|
"categoryCounts": {
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,6 @@
|
||||||
"claim_value.yaml",
|
"claim_value.yaml",
|
||||||
"based_on_claim.yaml",
|
"based_on_claim.yaml",
|
||||||
"classifies_or_classified.yaml",
|
"classifies_or_classified.yaml",
|
||||||
"classroom_count.yaml",
|
|
||||||
"clear_thinking.yaml",
|
"clear_thinking.yaml",
|
||||||
"climate_control_type.yaml",
|
"climate_control_type.yaml",
|
||||||
"closed_space_id.yaml",
|
"closed_space_id.yaml",
|
||||||
|
|
|
||||||
|
|
@ -9658,6 +9658,18 @@ fixes:
|
||||||
- label: RoomUnit
|
- label: RoomUnit
|
||||||
type: class
|
type: class
|
||||||
value: classroom
|
value: classroom
|
||||||
|
processed:
|
||||||
|
status: true
|
||||||
|
timestamp: '2026-01-19T18:30:00Z'
|
||||||
|
session: session-2026-01-19-classroom-count-migration
|
||||||
|
notes: |
|
||||||
|
FULLY MIGRATED: classroom_count → has_or_had_facility + Classroom.
|
||||||
|
Created: Classroom.yaml (subclass of Facility) with has_or_had_quantity, has_or_had_unit.
|
||||||
|
Created: RoomUnit.yaml (subclass of Unit) with RoomUnitTypeEnum.
|
||||||
|
Created: RoomUnitTypeEnum.yaml with CLASSROOM, WORKSHOP_SPACE, SEMINAR_ROOM, etc.
|
||||||
|
Existing slots used: has_or_had_facility, has_or_had_quantity, has_or_had_unit.
|
||||||
|
Updated: EducationCenter.yaml (imports, slots list, slot_usage, 2 examples).
|
||||||
|
Archived: modules/slots/archive/classroom_count_archived_20260119.yaml.
|
||||||
- original_slot_id: https://nde.nl/ontology/hc/slot/clear_thinking
|
- original_slot_id: https://nde.nl/ontology/hc/slot/clear_thinking
|
||||||
revision:
|
revision:
|
||||||
- label: has_or_had_mode
|
- label: has_or_had_mode
|
||||||
|
|
@ -10731,3 +10743,6 @@ fixes:
|
||||||
type: slot
|
type: slot
|
||||||
- label: DeceasedStatus
|
- label: DeceasedStatus
|
||||||
type: class
|
type: class
|
||||||
|
|
||||||
|
|
||||||
|
# https://nde.nl/ontology/hc/slot/decommission_date
|
||||||
Loading…
Reference in a new issue