glam/schemas/20251121/linkml/modules/slots/has_acquisition_method.yaml
kempersc 21ed120ac2 fix: correct hallucinated RiC-O terms and add locn ontology
RiC-O hallucinated terms fixed:
- FindingAidType.yaml: rico:FindingAidType → rico:DocumentaryFormType
- has_acquisition_method.yaml: rico:hasOrHadActivityType → prov:wasGeneratedBy
- has_activity_type.yaml: rico:hasOrHadActivityType → dcterms:type
- has_arrangement.yaml: rico:hasOrHadArrangement → dcterms:description
- has_or_had_finding_aid.yaml: rico:isDescribedBy → rico:isOrWasDescribedBy

The following terms do NOT exist in RiC-O 1.1:
- rico:FindingAidType (use rico:DocumentaryFormType)
- rico:hasOrHadActivityType (no equivalent)
- rico:hasOrHadArrangement (no equivalent)
- rico:isDescribedBy (correct form: rico:isOrWasDescribedBy)

Added LOCN ontology support:
- Copied locn.ttl to frontend/public/ontology/
- Added LOCN to ONTOLOGY_FILES in ontology-loader.ts
- Added locn prefix to OntologyTermPopup.tsx
- LOCN (http://www.w3.org/ns/locn#) is W3C Location Core Vocabulary
  for addresses and geometry (used by locn:Address)
2026-01-13 16:42:32 +01:00

51 lines
1.4 KiB
YAML

id: https://nde.nl/ontology/hc/slot/has_acquisition_method
name: has_acquisition_method_slot
title: Has Acquisition Method Slot
prefixes:
hc: https://nde.nl/ontology/hc/
linkml: https://w3id.org/linkml/
prov: http://www.w3.org/ns/prov#
rico: https://www.ica.org/standards/RiC/ontology#
schema: http://schema.org/
imports:
- linkml:types
default_prefix: hc
slots:
has_acquisition_method:
description: 'How the collection was acquired by current custodian.
PROV-O: wasGeneratedBy links entities to the activity that produced them.
CIDOC-CRM: P24i_changed_ownership_through for acquisition event.
Common methods:
- PURCHASE: Bought from previous owner
- DONATION: Gift from donor
- BEQUEST: Testamentary gift
- TRANSFER: Government/institutional transfer
- DEPOSIT: Long-term loan
- RESTITUTION: Return of looted/displaced materials
'
range: string
slot_uri: prov:wasGeneratedBy
exact_mappings:
- prov:wasGeneratedBy
close_mappings:
- schema:acquiredFrom
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Applicable to all heritage custodian types.
custodian_types_primary: M
specificity_score: 0.5
specificity_rationale: Moderately specific slot.
ontology_note: "RiC-O does not define 'hasOrHadActivityType'. Using prov:wasGeneratedBy\
\ to model the provenance of acquisition."