67 lines
2.4 KiB
YAML
67 lines
2.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/Classroom
|
|
name: Classroom
|
|
title: Classroom Facility
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_quantity
|
|
- ../slots/has_or_had_unit
|
|
- ../slots/seating_capacity
|
|
classes:
|
|
Classroom:
|
|
is_a: Facility
|
|
class_uri: schema:Classroom
|
|
description: "A classroom facility at an education center or heritage institution.\n\
|
|
\n**RULE 53 MIGRATION**:\nReplaces the simple `classroom_count` integer slot\
|
|
\ with a richer facility model:\n- `has_or_had_quantity` → number of classroom\
|
|
\ spaces\n- `has_or_had_unit` → RoomUnit (specifies what is being counted)\n\
|
|
\n**USAGE**:\n```yaml\nhas_or_had_facility:\n - facility_name: \"Classroom\
|
|
\ Wing\"\n has_or_had_quantity:\n numeric_value: 4\n has_or_had_unit:\n\
|
|
\ unit_type: CLASSROOM\n```\n\n**CHARACTERISTICS**:\n- Dedicated teaching/learning\
|
|
\ space\n- Capacity for group instruction\n- May include AV equipment\n- Configurable\
|
|
\ seating arrangements\n"
|
|
slots:
|
|
- has_or_had_quantity
|
|
- has_or_had_unit
|
|
- seating_capacity
|
|
slot_usage:
|
|
has_or_had_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value: 'numeric_value: 4 '
|
|
has_or_had_unit:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value: 'unit_type: CLASSROOM '
|
|
exact_mappings:
|
|
- schema:Classroom
|
|
close_mappings:
|
|
- schema:Room
|
|
- schema:Place
|
|
annotations:
|
|
specificity_score: '0.55'
|
|
specificity_rationale: Moderately specific - classrooms common in education
|
|
centers.
|
|
template_specificity: '{"archive_search": 0.30, "museum_search": 0.50, "library_search":
|
|
0.45, "collection_discovery": 0.20, "person_research": 0.15, "location_browse":
|
|
0.60, "identifier_lookup": 0.10, "organizational_change": 0.25, "digital_platform":
|
|
0.15, "general_heritage": 0.55}'
|
|
custodian_types: '[''*'']'
|
|
examples:
|
|
- value:
|
|
has_or_had_quantity:
|
|
numeric_value: 4
|
|
has_or_had_unit: null
|
|
seating_capacity: 120
|
|
- value:
|
|
has_or_had_quantity:
|
|
numeric_value: 2
|
|
has_or_had_unit: null
|
|
seating_capacity: 40
|