glam/schemas/20251121/linkml/modules/classes/TimeSlot.yaml
kempersc d37a120ef2 Refactor schema definitions across multiple classes to improve clarity and consistency
- Removed unnecessary aliases and adjusted slot definitions in Timestamp, Topic, TopicType, TransferEvent, TransferPolicy, and others.
- Enhanced descriptions and added alternative language descriptions for TradeUnionArchiveRecordSetType and UnescoIchElement.
- Updated slot usage for various archive-related classes to use `equals_string` instead of `equals_expression`.
- Streamlined VideoChapter class by refining descriptions and restructuring slot usage for better navigation and organization.
- General cleanup of comments and annotations to ensure clarity and maintainability.
2026-02-16 11:17:33 +01:00

57 lines
2 KiB
YAML

id: https://nde.nl/ontology/hc/classes/TimeSlot
name: TimeSlot
title: TimeSlot
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
xsd: http://www.w3.org/2001/XMLSchema#
time: http://www.w3.org/2006/time#
imports:
- linkml:types
# default_range: string
classes:
TimeSlot:
alt_descriptions:
nl: Dag- en tijdspecificatie voor een terugkerend moment in een weekschema.
de: Tages- und Zeitangabe fuer einen wiederkehrenden Zeitpunkt in einem Wochenplan.
fr: Specification de jour et d heure pour un moment recurrent dans un horaire hebdomadaire.
es: Especificacion de dia y hora para un momento recurrente en un horario semanal.
ar: تحديد يوم ووقت لنقطة متكررة ضمن جدول أسبوعي.
id: Spesifikasi hari dan waktu untuk titik berulang dalam jadwal mingguan.
zh: 周计划中某一重复时点的日期与时间规范。
structured_aliases:
- literal_form: tijdslot
in_language: nl
- literal_form: Zeitfenster
in_language: de
- literal_form: plage horaire
in_language: fr
- literal_form: franja horaria
in_language: es
- literal_form: فترة زمنية
in_language: ar
- literal_form: slot waktu
in_language: id
- literal_form: 时间段
in_language: zh
description: >-
Day-and-time specification representing a recurring point within a weekly
schedule.
class_uri: time:Instant
exact_mappings:
- schema:Time
related_mappings:
- schema:OpeningHoursSpecification
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'
modeling_notes: |
Mapping rationale
- class_uri: time:Instant for point-in-time semantics
- exact_mappings: schema:Time
- related_mappings: schema:OpeningHoursSpecification
slots: []