- 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.
104 lines
3.7 KiB
YAML
104 lines
3.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/AcquisitionMethod
|
|
name: AcquisitionMethod
|
|
title: Acquisition Method
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
classes:
|
|
AcquisitionMethod:
|
|
description: >-
|
|
Category describing how an object or collection was obtained by a heritage
|
|
institution, such as purchase, donation, field collection, or transfer.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Categorie die beschrijft hoe een object of collectie is verkregen door
|
|
een erfgoedinstelling, zoals aankoop, schenking, veldverzameling of
|
|
overdracht.
|
|
de: >-
|
|
Kategorie, die beschreibt, wie ein Objekt oder eine Sammlung von einer
|
|
Kulturerbeeinrichtung erworben wurde, wie z.B. Kauf, Schenkung,
|
|
Feldsammlung oder Transfer.
|
|
fr: >-
|
|
Categorie decrivant comment un objet ou une collection a ete obtenu par
|
|
une institution patrimoniale, comme l'achat, le don, la collecte de
|
|
terrain ou le transfert.
|
|
es: >-
|
|
Categoria que describe como se obtuvo un objeto o coleccion por una
|
|
institucion patrimonial, como compra, donacion, coleccion de campo o
|
|
transferencia.
|
|
ar: >-
|
|
فئة تصف كيف تم الحصول على شيء أو مجموعة من قبل مؤسسة تراثية، مثل
|
|
الشراء أو التبرع أو الجمع الميداني أو النقل.
|
|
id: >-
|
|
Kategori yang menggambarkan bagaimana objek atau koleksi diperoleh oleh
|
|
lembaga warisan, seperti pembelian, donasi, pengumpulan lapangan, atau
|
|
transfer.
|
|
zh: >-
|
|
描述遗产机构如何获得物品或馆藏的类别,如购买、捐赠、田野采集或转让。
|
|
examples:
|
|
- value:
|
|
has_label: Purchase
|
|
has_description: Acquired through monetary transaction
|
|
description: Commercial acquisition
|
|
- value:
|
|
has_label: Donation
|
|
has_description: Given freely by owner or heir
|
|
description: Gift acquisition
|
|
- value:
|
|
has_label: Field Collection
|
|
has_description: Collected in natural or archaeological context
|
|
description: Scientific collection method
|
|
- value:
|
|
has_label: Bequest
|
|
has_description: Received through will or estate
|
|
description: Inheritance acquisition
|
|
- value:
|
|
has_label: Transfer
|
|
has_description: Transferred from another institution
|
|
description: Institutional transfer
|
|
class_uri: crm:E55_Type
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
structured_aliases:
|
|
- literal_form: verwervingsmethode
|
|
in_language: nl
|
|
- literal_form: Erwerbungsmethode
|
|
in_language: de
|
|
- literal_form: methode d'acquisition
|
|
in_language: fr
|
|
- literal_form: metodo de adquisicion
|
|
in_language: es
|
|
- literal_form: طريقة الاستحواذ
|
|
in_language: ar
|
|
- literal_form: metode akuisisi
|
|
in_language: id
|
|
- literal_form: 获取方式
|
|
in_language: zh
|
|
keywords:
|
|
- purchase
|
|
- donation
|
|
- bequest
|
|
- field collection
|
|
- transfer
|
|
- exchange
|
|
- confiscation
|
|
- commission
|
|
broad_mappings:
|
|
- crm:E55_Type
|
|
- skos:Concept
|
|
comments:
|
|
- Migrated from has_acquisition_method slot context per Rule 53
|
|
- Used to categorize provenance and collection development activities
|
|
annotations:
|
|
specificity_score: "0.4"
|
|
specificity_rationale: Specific to acquisition method taxonomy
|
|
custodian_types: "['*']"
|