All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 3m53s
- Create .opencode/rules/no-duplicate-ontology-mappings.md with detection script - Add Rule 52 to AGENTS.md (after Rule 51) - Fix 29 duplicate mappings: same URI in multiple mapping categories - 26 slot files: remove duplicates keeping most precise mapping - 3 class files: ExhibitionSpace, Custodian, DigitalPlatform - Mapping precedence: exact > close > narrow/broad > related Each ontology URI must appear in only ONE mapping category per schema element, following SKOS semantics where mapping properties are mutually exclusive.
30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/slot/cataloging_standard
|
|
name: cataloging_standard
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
slots:
|
|
cataloging_standard:
|
|
slot_uri: dcterms:conformsTo
|
|
description: "Standards used for object cataloging and collection management.\nApplies to both museums (LIDO, SPECTRUM,\
|
|
\ CIDOC-CRM) and libraries \n(MARC21, RDA, Dublin Core, BIBFRAME).\n"
|
|
range: string
|
|
required: false
|
|
examples:
|
|
- value: LIDO
|
|
description: Lightweight Information Describing Objects (museums)
|
|
- value: SPECTRUM
|
|
description: UK museum collection management standard
|
|
- value: CIDOC-CRM
|
|
description: Conceptual Reference Model for cultural heritage
|
|
- value: MARC21
|
|
description: Machine-Readable Cataloging 21 (libraries)
|
|
- value: RDA
|
|
description: Resource Description and Access (libraries)
|
|
- value: BIBFRAME
|
|
description: Bibliographic Framework Initiative (libraries)
|
|
- value: Darwin Core
|
|
description: Natural history specimen data standard
|
|
related_mappings:
|
|
- dcterms:conformsTo
|