- 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.
67 lines
2.7 KiB
YAML
67 lines
2.7 KiB
YAML
id: https://nde.nl/ontology/hc/classes/TimespanBlock
|
|
name: TimespanBlock
|
|
title: TimespanBlock
|
|
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
|
|
- ../slots/begin_of_the_begin
|
|
- ../slots/begin_of_the_end
|
|
- ../slots/end_of_the_begin
|
|
- ../slots/end_of_the_end
|
|
# default_range: string
|
|
classes:
|
|
TimespanBlock:
|
|
alt_descriptions:
|
|
nl: {text: CIDOC-CRM E52 tijdsblok met vierpunts-interval voor onzekere of benaderde tijdgrenzen., language: nl}
|
|
de: {text: CIDOC-CRM E52 Zeitblock mit Vierpunkt-Intervall fuer unsichere/ungefaehre Zeitgrenzen., language: de}
|
|
fr: {text: Bloc temporel CIDOC-CRM E52 a quatre bornes pour limites temporelles incertaines ou approximatives., language: fr}
|
|
es: {text: Bloque temporal CIDOC-CRM E52 con intervalo de cuatro puntos para limites temporales inciertos/aproximados., language: es}
|
|
ar: {text: كتلة زمنية وفق CIDOC-CRM E52 بحدود رباعية للتعامل مع الغموض أو التقريب الزمني., language: ar}
|
|
id: {text: Blok waktu CIDOC-CRM E52 dengan interval empat titik untuk batas waktu yang tidak pasti/perkiraan., language: id}
|
|
zh: {text: 采用四点模糊边界的 CIDOC-CRM E52 时间块,用于表达不确定/近似时间范围。, language: zh}
|
|
structured_aliases:
|
|
nl: [{literal_form: tijdsblok, language: nl}]
|
|
de: [{literal_form: Zeitblock, language: de}]
|
|
fr: [{literal_form: bloc temporel, language: fr}]
|
|
es: [{literal_form: bloque temporal, language: es}]
|
|
ar: [{literal_form: كتلة زمنية, language: ar}]
|
|
id: [{literal_form: blok waktu, language: id}]
|
|
zh: [{literal_form: 时间块, language: zh}]
|
|
description: >-
|
|
CIDOC-CRM E52 Time-Span bounds using a four-point fuzzy temporal pattern
|
|
for uncertain or approximate start/end limits.
|
|
class_uri: crm:E52_Time-Span
|
|
exact_mappings:
|
|
- time:ProperInterval
|
|
related_mappings:
|
|
- schema:Schedule
|
|
slots:
|
|
- begin_of_the_begin
|
|
- end_of_the_begin
|
|
- begin_of_the_end
|
|
- end_of_the_end
|
|
- has_note
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
modeling_notes: |
|
|
Mapping rationale
|
|
|
|
- class_uri: crm:E52_Time-Span
|
|
- exact_mappings: time:ProperInterval
|
|
- related_mappings: schema:Schedule
|
|
|
|
Four-point bounds
|
|
|
|
- begin_of_the_begin
|
|
- end_of_the_begin
|
|
- begin_of_the_end
|
|
- end_of_the_end
|