- Updated Accreditation class with comprehensive descriptions, alt_descriptions in multiple languages, and examples of accreditation types. - Revised AccreditationBody class to clarify its role and added multilingual alt_descriptions. - Improved AccreditationEvent class to detail the processes involved in granting accreditation, including temporal aspects and examples. - Expanded Accumulation class to define the period of record gathering with examples and multilingual support. - Enhanced AccuracyLevel class to provide a clearer definition of accuracy assessments with examples and multilingual descriptions. - Refined Acquisition class to capture the event of obtaining objects for collections, including methods and examples. - Updated AcquisitionEvent class to document the transfer of materials, including origin and method, with examples and multilingual support. - Improved AcquisitionMethod class to categorize acquisition methods with detailed descriptions and examples. - Added a new rule for verifying Wikidata mappings to ensure semantic accuracy and relevance.
92 lines
3.3 KiB
YAML
92 lines
3.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Accumulation
|
|
name: Accumulation
|
|
title: Accumulation
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/temporal_extent
|
|
classes:
|
|
Accumulation:
|
|
description: >-
|
|
Period during which records or materials were gathered or created by an
|
|
individual or organization before transfer to an archival repository.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Periode waarin archiefbescheiden of materialen werden verzameld of
|
|
gecreëerd door een persoon of organisatie voordat ze werden overgedragen
|
|
aan een archiefbewaarplaats.
|
|
de: >-
|
|
Zeitraum, in dem Unterlagen oder Materialien von einer Person oder
|
|
Organisation gesammelt oder erstellt wurden, bevor sie an ein Archiv
|
|
uebergeben wurden.
|
|
fr: >-
|
|
Periode pendant laquelle des documents ou materiaux ont ete rassembles ou
|
|
crees par une personne ou une organisation avant leur transfert vers un
|
|
depot d'archives.
|
|
es: >-
|
|
Periodo durante el cual los registros o materiales fueron recopilados o
|
|
creados por una persona u organizacion antes de su transferencia a un
|
|
repositorio de archivos.
|
|
ar: >-
|
|
الفترة التي تم خلالها تجميع السجلات أو المواد أو إنشاؤها من قبل فرد
|
|
أو منظمة قبل نقلها إلى مستودع أرشيفي.
|
|
id: >-
|
|
Periode dimana rekod atau materi dikumpulkan atau dibuat oleh individu
|
|
atau organisasi sebelum ditransfer ke repositori arsip.
|
|
zh: >-
|
|
记录或材料在移交给档案保管机构之前由个人或组织收集或创建的期间。
|
|
examples:
|
|
- value:
|
|
has_description: Records accumulated during director tenure 1980-1995
|
|
temporal_extent:
|
|
begin_of_the_begin: "1980-01-01"
|
|
end_of_the_end: "1995-12-31"
|
|
description: Accumulation period for corporate records
|
|
- value:
|
|
has_description: Personal papers accumulated over lifetime
|
|
temporal_extent:
|
|
begin_of_the_begin: "1920-01-01"
|
|
end_of_the_end: "1990-12-31"
|
|
description: Personal archive accumulation
|
|
class_uri: rico:AccumulationRelation
|
|
slots:
|
|
- temporal_extent
|
|
- has_description
|
|
structured_aliases:
|
|
- literal_form: accumulatie
|
|
in_language: nl
|
|
- literal_form: Akkumulation
|
|
in_language: de
|
|
- literal_form: accumulation
|
|
in_language: fr
|
|
- literal_form: acumulacion
|
|
in_language: es
|
|
- literal_form: التراكم
|
|
in_language: ar
|
|
- literal_form: akumulasi
|
|
in_language: id
|
|
- literal_form: 积累
|
|
in_language: zh
|
|
keywords:
|
|
- accumulation period
|
|
- record creation
|
|
- provenance formation
|
|
- archival accumulation
|
|
exact_mappings:
|
|
- rico:AccumulationRelation
|
|
broad_mappings:
|
|
- skos:Concept
|
|
comments:
|
|
- Key concept in archival provenance documentation
|
|
- Helps establish context for record creation and assembly
|
|
annotations:
|
|
specificity_score: "0.5"
|
|
specificity_rationale: Specific to archival accumulation
|
|
custodian_types: "['*']"
|