- Updated imports in FindingAid.yaml to remove unnecessary entries and added new slots for arrangement level and provenance path. - Replaced 'full_name' with 'has_or_had_label' in LegalName.yaml and ProfileData.yaml for uniformity. - Enhanced slot definitions in various YAML files, including ceases_or_ceased_through, has_or_had_arrangement_level, has_or_had_assessment, and others, to include metadata and improve structure. - Removed the script fix_linkml_metadata.py as it is no longer needed. - Added new script fix_specific_dead_links.py to handle specific mapping updates for extraction metadata and full name fields across multiple YAML files.
366 lines
14 KiB
YAML
366 lines
14 KiB
YAML
id: https://nde.nl/ontology/hc/class/education-center
|
|
name: education_center_class
|
|
title: EducationCenter Class
|
|
imports:
|
|
- linkml:types
|
|
- ./ReconstructedEntity
|
|
- ./CustodianObservation
|
|
- ./ReconstructionActivity
|
|
- ../enums/EducationProviderTypeEnum
|
|
- ../slots/has_or_had_accessibility_feature
|
|
- ../slots/is_or_was_required
|
|
- ../slots/has_or_had_facility
|
|
- ./Classroom
|
|
- ./RoomUnit
|
|
- ../enums/RoomUnitTypeEnum
|
|
- ../slots/has_or_had_type
|
|
- ../slots/has_or_had_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
- ./Label
|
|
- ./Description
|
|
- ../slots/has_or_had_contact_details
|
|
- ./ContactDetails
|
|
- ./EmailAddress
|
|
- ../slots/has_or_had_type
|
|
- ./EducationFacilityType
|
|
- ../slots/has_or_had_equipment
|
|
- ./AVEquipment
|
|
- ../slots/provides_or_provided
|
|
- ./HandsOnFacility
|
|
- ../slots/has_or_had_program
|
|
- ./Program
|
|
- ../slots/max_group_size
|
|
- ../slots/specificity_annotation
|
|
- ../slots/serves_or_served
|
|
- ../slots/has_or_had_score
|
|
- ../slots/is_or_was_derived_from
|
|
- ../slots/is_or_was_generated_by
|
|
- ../slots/has_or_had_quantity
|
|
- ./Quantity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore
|
|
- ./TemplateSpecificityType
|
|
- ./TemplateSpecificityTypes
|
|
- ./UserCommunity
|
|
- ../slots/has_or_had_participant
|
|
- ../classes/Participant
|
|
- ../slots/has_or_had_quantity
|
|
- ../classes/Quantity
|
|
- ../slots/has_or_had_time_interval
|
|
- ../classes/TimeSpan
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
prov: http://www.w3.org/ns/prov#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
wd: http://www.wikidata.org/entity/
|
|
classes:
|
|
EducationCenter:
|
|
is_a: ReconstructedEntity
|
|
class_uri: schema:EducationalOrganization
|
|
description: "Education center, learning facility, or educational programming space\noperated by a heritage custodian.\n\n**DEFINITION**:\n\nAn EducationCenter is a dedicated space for educational activities,\nworkshops, school programs, and public learning initiatives operated\nby a heritage custodian. Distinguished from ResearchCenter (academic\nresearch) by focus on public education and lifelong learning.\n\n**SCHEMA.ORG ALIGNMENT**:\n\n`schema:EducationalOrganization` - \"An educational organization.\"\n\n**WIKIDATA TYPE LINKAGE (EducationProviderTypeEnum Subset)**:\n\nEducation centers can be classified using relevant types from \nEducationProviderTypeEnum (208 types). Relevant education facility types:\n\n- Q3914 (school) - General educational facility\n- Q1376987 (education center)\n- Q9842 (primary school) - For youth programs\n- Q159334 (adult education) - For adult learning\n- Q578023 (resource center) - Learning resource facility\n- Q7315155 (research department) - If combined\
|
|
\ with research\n\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n\n| Type | Primary Focus | Audience |\n|------|---------------|----------|\n| **EducationCenter** | Public learning | Schools, families, adults |\n| ResearchCenter | Academic research | Scholars, researchers |\n| ReadingRoom | Collection access | Researchers |\n| ExhibitionSpace | Display | General public |\n\n**TYPICAL CHARACTERISTICS**:\n\n- **Classroom spaces**: Dedicated teaching rooms\n- **Workshop facilities**: Hands-on activity areas\n- **AV equipment**: Presentation technology\n- **Educational materials**: Teaching resources\n- **Flexible spaces**: Adaptable for different programs\n\n**USE CASES**:\n\n1. **Museum Education Department**:\n ```yaml\n EducationCenter:\n has_or_had_identifier: \"https://nde.nl/ontology/hc/aux/rijksmuseum-education\"\n has_or_had_label:\n label_text: \"Rijksmuseum Educatie Centrum\"\n education_type_classification: EDUCATION_CENTER\n target_audiences:\n\
|
|
\ - \"Primary schools\"\n - \"Secondary schools\"\n - \"Families\"\n - \"Adults\"\n ```\n\n2. **Archive Learning Center**:\n ```yaml\n EducationCenter:\n has_or_had_label:\n label_text: \"Nationaal Archief Leercentrum\"\n education_type_classification: RESOURCE_CENTER\n programs_offered:\n - \"Genealogy workshops\"\n - \"Historical research skills\"\n - \"Teacher training\"\n ```\n"
|
|
exact_mappings:
|
|
- schema:EducationalOrganization
|
|
close_mappings:
|
|
- org:Site
|
|
- wd:Q1376987
|
|
- schema:LearningResource
|
|
related_mappings:
|
|
- hc:ResearchCenter
|
|
- schema:School
|
|
- schema:Course
|
|
slots:
|
|
- has_or_had_accessibility_feature
|
|
- has_or_had_participant
|
|
- is_or_was_required
|
|
- has_or_had_facility
|
|
- has_or_had_identifier
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- has_or_had_contact_details
|
|
- has_or_had_type
|
|
- has_or_had_equipment
|
|
- provides_or_provided
|
|
- max_group_size
|
|
- has_or_had_program
|
|
- specificity_annotation
|
|
- serves_or_served
|
|
- has_or_had_score
|
|
- is_or_was_derived_from
|
|
- is_or_was_generated_by
|
|
- has_or_had_quantity
|
|
slot_usage:
|
|
has_or_had_identifier:
|
|
range: uriorcurie
|
|
required: true
|
|
identifier: true
|
|
description: Unique identifier for the education center.
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-education
|
|
description: Rijksmuseum education center
|
|
has_or_had_label:
|
|
range: Label
|
|
inlined: true
|
|
required: true
|
|
description: The name of the education center.
|
|
examples:
|
|
- value: 'label_text: Rijksmuseum Educatie Centrum
|
|
|
|
'
|
|
description: Museum education center
|
|
- value: 'label_text: Nationaal Archief Leercentrum
|
|
|
|
'
|
|
description: Archive learning center
|
|
- value: 'label_text: KB Workshops & Trainingen
|
|
|
|
'
|
|
description: Library education facility
|
|
has_or_had_description:
|
|
range: Description
|
|
inlined: true
|
|
description: A description of the education center.
|
|
examples:
|
|
- value: 'description_text: Dedicated education facility offering school programs, family workshops, and teacher training. Features 4 classroom spaces and hands-on workshop areas.
|
|
|
|
'
|
|
description: Museum education center
|
|
has_or_had_type:
|
|
description: 'Classification of the education center.
|
|
|
|
MIGRATED from education_center_type per slot_fixes.yaml (Rule 53).
|
|
|
|
Uses EducationFacilityType class.
|
|
|
|
'
|
|
range: EducationFacilityType
|
|
inlined: true
|
|
equals_expression: '["hc:EducationProviderType"]'
|
|
examples:
|
|
- value:
|
|
has_or_had_label: EDUCATION_CENTER
|
|
description: Dedicated education center
|
|
has_or_had_equipment:
|
|
description: 'AV equipment available in the education center.
|
|
|
|
MIGRATED from has_av_equipment per Rule 53.
|
|
|
|
Uses AVEquipment class.
|
|
|
|
'
|
|
range: AVEquipment
|
|
required: false
|
|
multivalued: true
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_name: 4K Projector
|
|
has_or_had_type: Projector
|
|
description: AV equipment available
|
|
provides_or_provided:
|
|
range: HandsOnFacility
|
|
description: 'Whether the center provides hands-on facilities.
|
|
MIGRATED from has_hands_on_facility per Rule 53 (2026-01-28).
|
|
'
|
|
examples:
|
|
- value:
|
|
has_or_had_description: Hands-on learning lab
|
|
description: Has hands-on facilities
|
|
serves_or_served:
|
|
range: UserCommunity
|
|
inlined: true
|
|
multivalued: true
|
|
description: 'Target audiences served by this education center.
|
|
|
|
MIGRATED 2026-01-15: Uses UserCommunity class to capture audience information.
|
|
|
|
'
|
|
examples:
|
|
- value: 'community_name: "Primary schools"
|
|
|
|
'
|
|
description: Elementary age students
|
|
- value: 'community_name: "Families"
|
|
|
|
'
|
|
description: Family groups
|
|
- value: 'community_name: "Adult learners"
|
|
|
|
'
|
|
description: Adults
|
|
has_or_had_program:
|
|
range: Program
|
|
multivalued: true
|
|
inlined: true
|
|
description: 'Programs offered by this education center.
|
|
MIGRATED from programs_offered per Rule 53.
|
|
'
|
|
examples:
|
|
- value:
|
|
program_name: School guided tours
|
|
program_description: School programs
|
|
description: School programs
|
|
- value:
|
|
program_name: Family workshops
|
|
program_description: Family programming
|
|
description: Family programming
|
|
has_or_had_facility:
|
|
range: Classroom
|
|
inlined: true
|
|
multivalued: true
|
|
description: 'Classroom facilities at this education center.
|
|
|
|
MIGRATED 2026-01-19: Replaces classroom_count slot per Rule 53.
|
|
|
|
Uses Classroom class (subclass of Facility) with has_or_had_quantity
|
|
|
|
and has_or_had_unit for structured room counting.
|
|
|
|
'
|
|
examples:
|
|
- value: "facility_name: \"Main Classroom Wing\"\nhas_or_had_quantity:\n numeric_value: 4\nhas_or_had_unit:\n unit_type: CLASSROOM\nseating_capacity: 120\nav_equipped: true\n"
|
|
description: 4 classroom facility
|
|
has_or_had_quantity:
|
|
range: Quantity
|
|
inlined: true
|
|
description: 'Quantity-based measurements (e.g., staff_count, workshop_space count).
|
|
MIGRATED 2026-01-28: Consolidated staff_count and workshop_space slots.
|
|
'
|
|
examples:
|
|
- value:
|
|
numeric_value: 2
|
|
has_or_had_unit:
|
|
unit_text: workshop_spaces
|
|
description: 2 workshop spaces
|
|
- value:
|
|
numeric_value: 8
|
|
has_or_had_unit:
|
|
unit_text: staff_members
|
|
description: Education team size (was staff_count)
|
|
max_group_size:
|
|
range: integer
|
|
examples:
|
|
- value: 30
|
|
description: Max 30 students
|
|
is_or_was_required:
|
|
range: boolean
|
|
description: 'Whether advance booking is required for education programs.
|
|
|
|
MIGRATED 2026-01-15: Replaces booking_required slot.
|
|
|
|
'
|
|
examples:
|
|
- value: true
|
|
description: Booking required for programs
|
|
is_or_was_derived_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
is_or_was_generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
comments:
|
|
- EducationCenter models educational facilities of heritage custodians
|
|
- Schema.org EducationalOrganization for education facilities
|
|
- Links to EducationProviderTypeEnum for Wikidata-sourced classification
|
|
- Distinguished from ResearchCenter by public education focus
|
|
- Serves schools, families, adults, and professional development
|
|
see_also:
|
|
- https://schema.org/EducationalOrganization
|
|
- https://www.wikidata.org/wiki/Q1376987
|
|
examples:
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux/rijksmuseum-education
|
|
has_or_had_label:
|
|
label_text: Rijksmuseum Educatie Centrum
|
|
has_or_had_description:
|
|
description_text: Dedicated education facility offering school programs, family workshops, and teacher training.
|
|
has_or_had_type:
|
|
has_or_had_label: EDUCATION_CENTER
|
|
has_or_had_contact_details:
|
|
includes_or_included:
|
|
has_or_had_label: educatie@rijksmuseum.nl
|
|
serves_or_served:
|
|
- community_name: Primary schools
|
|
- community_name: Secondary schools
|
|
- community_name: Families
|
|
- community_name: Teachers
|
|
has_or_had_program:
|
|
- program_name: School guided tours
|
|
- program_name: Interactive workshops
|
|
- program_name: Family treasure hunts
|
|
- program_name: Teacher training days
|
|
has_or_had_facility:
|
|
- facility_name: Education Wing Classrooms
|
|
has_or_had_quantity:
|
|
numeric_value: 4
|
|
has_or_had_unit:
|
|
unit_type: CLASSROOM
|
|
seating_capacity: 120
|
|
av_equipped: true
|
|
flexible_seating: true
|
|
has_or_had_quantity:
|
|
- numeric_value: 2
|
|
has_or_had_unit:
|
|
unit_text: workshop_spaces
|
|
- numeric_value: 12
|
|
has_or_had_unit:
|
|
unit_text: staff_members
|
|
max_group_size: 30
|
|
has_or_had_equipment:
|
|
- has_or_had_name: 4K Projector
|
|
has_or_had_type: Projector
|
|
provides_or_provided:
|
|
has_or_had_description: Hands-on learning lab
|
|
has_or_had_accessibility_feature:
|
|
- Wheelchair accessible
|
|
- Hearing loop
|
|
has_or_had_participant:
|
|
- has_or_had_quantity: 75000
|
|
has_or_had_time_interval:
|
|
has_or_had_label: Annual
|
|
is_or_was_required: true
|
|
description: Major museum education center
|
|
- value:
|
|
has_or_had_identifier: https://nde.nl/ontology/hc/aux/na-leercentrum
|
|
has_or_had_label:
|
|
label_text: Nationaal Archief Leercentrum
|
|
has_or_had_description:
|
|
description_text: Learning center focused on historical research skills and genealogy.
|
|
has_or_had_type:
|
|
has_or_had_label: RESOURCE_CENTER
|
|
serves_or_served:
|
|
- community_name: Adult learners
|
|
- community_name: Genealogists
|
|
- community_name: History teachers
|
|
has_or_had_program:
|
|
- program_name: Introduction to archival research
|
|
- program_name: Genealogy workshops
|
|
- program_name: Paleography basics
|
|
- program_name: Teacher curriculum support
|
|
has_or_had_facility:
|
|
- facility_name: Learning Rooms
|
|
has_or_had_quantity:
|
|
numeric_value: 2
|
|
has_or_had_unit:
|
|
unit_type: CLASSROOM
|
|
seating_capacity: 40
|
|
av_equipped: true
|
|
max_group_size: 20
|
|
has_or_had_equipment:
|
|
- has_or_had_name: Projector
|
|
has_or_had_type: Projector
|
|
is_or_was_required: true
|
|
description: Archive learning center
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|