glam/schemas/20251121/linkml/modules/classes/TimeEntry.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

50 lines
2.3 KiB
YAML

id: https://nde.nl/ontology/hc/classes/TimeEntry
name: TimeEntry
title: TimeEntry
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#
crm: http://www.cidoc-crm.org/cidoc-crm/
imports:
- linkml:types
# default_range: string
classes:
TimeEntry:
alt_descriptions:
nl: {text: Gestructureerde tijdinvoer die een temporeel punt of markering uit brondata vastlegt., language: nl}
de: {text: Strukturierter Zeiteintrag, der einen Zeitpunkt oder Marker aus Quelldaten erfasst., language: de}
fr: {text: Entree temporelle structuree representant un point ou marqueur temporel issu des donnees source., language: fr}
es: {text: Entrada temporal estructurada que representa un punto o marcador temporal de datos fuente., language: es}
ar: {text: إدخال زمني منظم يمثل نقطة زمنية أو علامة زمنية من بيانات المصدر., language: ar}
id: {text: Entri waktu terstruktur yang merepresentasikan titik/penanda temporal dari data sumber., language: id}
zh: {text: 表示来源数据中某一时间点/时间标记的结构化时间条目。, language: zh}
structured_aliases:
nl: [{literal_form: tijdinvoer, language: nl}]
de: [{literal_form: Zeiteintrag, language: de}]
fr: [{literal_form: entree temporelle, language: fr}]
es: [{literal_form: entrada temporal, language: es}]
ar: [{literal_form: إدخال زمني, language: ar}]
id: [{literal_form: entri waktu, language: id}]
zh: [{literal_form: 时间条目, language: zh}]
description: >-
Structured temporal entry representing a point-in-time marker from source data.
class_uri: time:Instant
close_mappings:
- schema:DateTime
related_mappings:
- crm:E52_Time-Span
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 representation
- close_mappings: schema:DateTime
- related_mappings: crm:E52_Time-Span
slots: []