- Migrate 236+ class files from custodian_types to has_or_had_custodian_type - Archive deprecated slots: custodian_type, custodian_types, custodian_type_broader/narrower/related - Update main schema and manifest imports - Fix Custodian.yaml class to use new slot - Fix annotation format (list→scalar) in has_or_had_custodian_type.yaml Rules applied: - Rule 39: RiC-O naming convention (hasOrHad pattern) - Rule 43: Slot nouns must be singular (multivalued:true for cardinality) - Rule 38: Slot centralization with semantic URI
33 lines
642 B
YAML
33 lines
642 B
YAML
id: https://nde.nl/ontology/hc/slot/format
|
|
name: format_slot
|
|
title: Format Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
format:
|
|
slot_uri: dcterms:format
|
|
description: 'Format/media type of the finding aid.
|
|
|
|
|
|
Common values:
|
|
|
|
- EAD (Encoded Archival Description XML)
|
|
|
|
- PDF (Portable Document Format)
|
|
|
|
- HTML (Web page)
|
|
|
|
- ONLINE_DATABASE (Searchable database)
|
|
|
|
- PRINT (Physical publication)
|
|
|
|
- MARC (MARC21 records)
|
|
|
|
'
|
|
range: string
|
|
multivalued: true
|