- 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.
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/20260202_matang/has_quantity
|
|
- ../slots/20260202_matang/has_measurement_unit
|
|
- ../slots/20260202_matang/new/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_quantity` → number of classroom\
|
|
\ spaces\n- `has_unit` → RoomUnit (specifies what is being counted)\n\
|
|
\n**USAGE**:\n```yaml\nhas_facility:\n - facility_name: \"Classroom\
|
|
\ Wing\"\n has_quantity:\n numeric_value: 4\n has_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_quantity
|
|
- has_unit
|
|
- seating_capacity
|
|
slot_usage:
|
|
has_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value: 'numeric_value: 4 '
|
|
has_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_quantity:
|
|
numeric_value: 4
|
|
has_unit: null
|
|
seating_capacity: 120
|
|
- value:
|
|
has_quantity:
|
|
numeric_value: 2
|
|
has_unit: null
|
|
seating_capacity: 40
|