glam/schemas/20251121/linkml/modules/classes/EducationCenter.yaml
kempersc 69a22e2b5a Refactor and expand LinkML slot definitions
- Deleted the `rights_statement_url` slot definition as it is no longer needed.
- Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments.
- Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions.
- Enhanced the `require` slot with additional aliases for better usability.
- Improved documentation and comments across all slot definitions to clarify their purpose and usage.
2026-02-08 23:37:44 +01:00

246 lines
10 KiB
YAML

id: https://nde.nl/ontology/hc/class/education-center
name: education_center_class
title: EducationCenter Class
imports:
- linkml:types
- ../enums/EducationProviderTypeEnum
- ../enums/RoomUnitTypeEnum
- ../slots/20260202_matang/has_accessibility_feature
- ../slots/20260202_matang/has_contact_details
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_equipment
- ../slots/20260202_matang/has_facility
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_time_interval
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/required
- ../slots/20260202_matang/new/max_group_size
- ../slots/20260202_matang/new/provides_or_provided
- ../slots/20260202_matang/new/serves_or_served
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 identified_by: \"https://nde.nl/ontology/hc/aux/rijksmuseum-education\"\n has_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_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_accessibility_feature
- required
- has_facility
- identified_by
- has_label
- has_description
- has_contact_details
- has_type
- has_equipment
- provides_or_provided
- max_group_size
- serves_or_served
- has_score
- derived_from
- generated_by
- has_quantity
slot_usage:
identified_by:
# range: string # uriorcurie
required: true
identifier: true
examples:
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-education
has_label:
# range: string
inlined: false # Fixed invalid inline for primitive type
required: true
examples:
- value: 'label_text: Rijksmuseum Educatie Centrum
'
- value: 'label_text: Nationaal Archief Leercentrum
'
- value: 'label_text: KB Workshops & Trainingen
'
has_description:
# range: string
inlined: false # Fixed invalid inline for primitive type
examples:
- value: 'description_text: Dedicated education facility offering school programs, family workshops, and teacher training. Features 4 classroom spaces and hands-on workshop areas.
'
has_type:
range: EducationFacilityType
inlined: true
equals_expression: '["hc:EducationProviderType"]'
examples:
- value:
has_label: EDUCATION_CENTER
has_equipment:
range: AVEquipment
required: false
multivalued: true
inlined: true
examples:
- value:
has_name: 4K Projector
has_type: Projector
provides_or_provided:
# range: string
examples:
- value:
has_description: Hands-on learning lab
serves_or_served:
range: UserCommunity
inlined: true
multivalued: true
examples:
- value: 'community_name: "Primary schools"
'
- value: 'community_name: "Families"
'
- value: 'community_name: "Adult learners"
'
- value:
- value:
has_facility:
# range: string
inlined: false # Fixed invalid inline for primitive type
multivalued: true
examples:
- value: "facility_name: \"Main Classroom Wing\"\nhas_quantity:\n numeric_value: 4\nhas_unit:\n unit_type: CLASSROOM\nseating_capacity: 120\nav_equipped: true\n"
has_quantity:
range: integer
inlined: false # Fixed invalid inline for primitive type
examples:
- value:
numeric_value: 2
has_unit:
unit_text: workshop_spaces
- value:
numeric_value: 8
has_unit:
unit_text: staff_members
max_group_size:
range: integer
examples:
- value: 30
required:
range: boolean
examples:
- value: true
derived_from:
range: CustodianObservation
multivalued: true
required: false
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:
identified_by: https://nde.nl/ontology/hc/aux/rijksmuseum-education
has_label:
label_text: Rijksmuseum Educatie Centrum
has_description:
description_text: Dedicated education facility offering school programs, family workshops, and teacher training.
has_type:
has_label: EDUCATION_CENTER
has_contact_details:
include:
has_label: educatie@rijksmuseum.nl
serves_or_served:
- community_name: Primary schools
- community_name: Secondary schools
- community_name: Families
- community_name: Teachers
- program_name: School guided tours
- program_name: Interactive workshops
- program_name: Family treasure hunts
- program_name: Teacher training days
has_facility:
- facility_name: Education Wing Classrooms
has_quantity:
numeric_value: 4
has_unit:
seating_capacity: 120
has_quantity:
- numeric_value: 2
has_unit:
unit_text: workshop_spaces
- numeric_value: 12
has_unit:
unit_text: staff_members
max_group_size: 30
has_equipment:
- has_name: 4K Projector
has_type: Projector
provides_or_provided:
has_description: Hands-on learning lab
has_accessibility_feature:
- Wheelchair accessible
- Hearing loop
- has_quantity: 75000
has_time_interval:
has_label: Annual
required: true
- value:
identified_by: https://nde.nl/ontology/hc/aux/na-leercentrum
has_label:
label_text: Nationaal Archief Leercentrum
has_description:
description_text: Learning center focused on historical research skills and genealogy.
has_type:
has_label: RESOURCE_CENTER
serves_or_served:
- community_name: Adult learners
- community_name: Genealogists
- community_name: History teachers
- program_name: Introduction to archival research
- program_name: Genealogy workshops
- program_name: Paleography basics
- program_name: Teacher curriculum support
has_facility:
- facility_name: Learning Rooms
has_quantity:
numeric_value: 2
has_unit:
seating_capacity: 40
max_group_size: 20
has_equipment:
- has_name: Projector
has_type: Projector
required: true
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"