glam/schemas/20251121/linkml/modules/classes/Acquisition.yaml
kempersc 4516e9ae23 Enhance accreditation and acquisition schemas with detailed descriptions, examples, and multilingual support
- 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.
2026-02-14 23:09:30 +01:00

107 lines
3.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/Acquisition
name: Acquisition
title: Acquisition
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
crm: http://www.cidoc-crm.org/cidoc-crm/
prov: http://www.w3.org/ns/prov#
schema: http://schema.org/
dwc: http://rs.tdwg.org/dwc/terms/
rico: https://www.ica.org/standards/RiC/ontology#
dcterms: http://purl.org/dc/terms/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_score
- ../slots/temporal_extent
classes:
Acquisition:
description: >-
Event capturing how and when an object or specimen was obtained for a
collection, including method, source, and timing information.
alt_descriptions:
nl: >-
Gebeurtenis die vastlegt hoe en wanneer een object of specimen is
verkregen voor een collectie, inclusief methode, bron en tijdsinformatie.
de: >-
Ereignis, das erfasst, wie und wann ein Objekt oder Exemplar fuer eine
Sammlung erworben wurde, einschliesslich Methode, Quelle und
Zeitangaben.
fr: >-
Evenement capturant comment et quand un objet ou specimen a ete obtenu
pour une collection, y compris la methode, la source et les informations
temporelles.
es: >-
Evento que captura como y cuando se obtuvo un objeto o especimen para una
coleccion, incluyendo metodo, fuente e informacion temporal.
ar: >-
حدث يسجل كيف ومتى تم الحصول على شيء أو عينة لمجموعة، بما في ذلك الطريقة
والمصدر والمعلومات الزمنية.
id: >-
Peristiwa yang mencatat bagaimana dan kapan objek atau spesimen
diperoleh untuk koleksi, termasuk metode, sumber, dan informasi waktu.
zh: >-
记录物品或标本如何以及何时为馆藏获取的事件,包括方法、来源和时间信息。
examples:
- value:
temporal_extent:
begin_of_the_begin: "1923-03-15"
end_of_the_end: "1923-03-15"
description: Museum object purchased from dealer
- value:
temporal_extent:
begin_of_the_begin: "1750-01-01"
end_of_the_end: "1759-12-31"
description: Biological specimen collected in the field
- value:
temporal_extent:
begin_of_the_begin: "2015-06-01"
end_of_the_end: "2015-06-30"
description: Art donated by artist's estate
class_uri: crm:E8_Acquisition
slots:
- temporal_extent
- has_score
structured_aliases:
- literal_form: verwerving
in_language: nl
- literal_form: Erwerbung
in_language: de
- literal_form: acquisition
in_language: fr
- literal_form: adquisicion
in_language: es
- literal_form: الاستحواذ
in_language: ar
- literal_form: akuisisi
in_language: id
- literal_form: 获取
in_language: zh
keywords:
- collection acquisition
- provenance
- field collection
- purchase
- donation
- bequest
- transfer
exact_mappings:
- crm:E8_Acquisition
close_mappings:
- prov:Activity
- schema:AcquireAction
related_mappings:
- rico:Event
- dwc:Event
broad_mappings:
- skos:Concept
comments:
- Created per slot_fixes.yaml revision for collection_date migration
- Replaces simple collection_date string with structured acquisition event
- RULE 53: Part of collection_date to was_acquired_through plus Acquisition migration
annotations:
specificity_score: "0.7"
specificity_rationale: Fairly specific - applies to items with acquisition provenance
custodian_types: "['*']"