- 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
69 lines
1.8 KiB
YAML
69 lines
1.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/CustodianReference
|
|
name: custodian_reference_class
|
|
title: CustodianReference Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
default_range: string
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ../slots/ghcid
|
|
- ../slots/isil
|
|
- ../slots/name
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/wikidata
|
|
|
|
classes:
|
|
CustodianReference:
|
|
class_uri: rico:Agent
|
|
description: |
|
|
Reference to the heritage custodian that created/maintains this finding aid.
|
|
|
|
Uses standard identifiers: GHCID, ISIL, Wikidata ID.
|
|
slots:
|
|
- ghcid
|
|
- isil
|
|
- name
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata
|
|
slot_usage:
|
|
ghcid:
|
|
description: Global Heritage Custodian Identifier
|
|
required: true
|
|
pattern: "^[A-Z]{2}-[A-Z]{2}-[A-Z]{3}-[A-Z]-[A-Z0-9]+$"
|
|
isil:
|
|
description: International Standard Identifier for Libraries (ISO 15511)
|
|
pattern: "^[A-Z]{2}-[A-Za-z0-9]+$"
|
|
name:
|
|
description: Human-readable name of custodian
|
|
required: true
|
|
wikidata:
|
|
description: Wikidata entity ID (Q-number)
|
|
pattern: "^Q[0-9]+$"
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
exact_mappings:
|
|
- rico:Agent
|
|
- schema:Organization
|
|
|
|
slots:
|
|
ghcid:
|
|
slot_uri: hc:ghcid
|
|
description: Global Heritage Custodian Identifier
|
|
range: string
|
|
wikidata:
|
|
slot_uri: skos:exactMatch
|
|
description: Wikidata entity ID
|
|
range: string
|