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)
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/slot/has_arrangement
|
|
name: has_arrangement_slot
|
|
title: Has Arrangement Slot
|
|
prefixes:
|
|
dcterms: http://purl.org/dc/terms/
|
|
hc: https://nde.nl/ontology/hc/
|
|
linkml: https://w3id.org/linkml/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
has_arrangement:
|
|
description: 'Intellectual arrangement or classification system.
|
|
|
|
|
|
Dublin Core: dcterms:description for descriptive information about organization.
|
|
|
|
EAD: <arrangement> element describes intellectual or physical arrangement.
|
|
|
|
|
|
Describes how the collection is organized:
|
|
|
|
- Provenance-based (archival)
|
|
|
|
- Chronological
|
|
|
|
- Subject-based
|
|
|
|
- Alphabetical
|
|
|
|
'
|
|
range: string
|
|
slot_uri: dcterms:description
|
|
exact_mappings:
|
|
- dcterms:description
|
|
annotations:
|
|
custodian_types: '["A"]'
|
|
custodian_types_rationale: Primarily applicable to archives.
|
|
custodian_types_primary: A
|
|
specificity_score: 0.9
|
|
specificity_rationale: Highly specific to archival arrangement.
|
|
ontology_note: "RiC-O does not define 'hasOrHadArrangement'. Using dcterms:description\
|
|
\ as arrangement is descriptive text about organization. Consider creating\
|
|
\ a project-specific predicate hc:hasArrangement if more precision is needed."
|