- 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
62 lines
1.6 KiB
YAML
62 lines
1.6 KiB
YAML
id: https://nde.nl/ontology/hc/class/RelatedGuideReference
|
|
name: related_guide_reference_class
|
|
title: RelatedGuideReference Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
dcterms: http://purl.org/dc/terms/
|
|
default_prefix: hc
|
|
default_range: string
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ../enums/RelationshipTypeEnum
|
|
- ../slots/relationship
|
|
- ../slots/slug
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/title_en
|
|
- ../slots/title_nl
|
|
|
|
classes:
|
|
RelatedGuideReference:
|
|
class_uri: rico:FindingAid
|
|
description: |
|
|
Reference to a related finding aid guide within the same repository.
|
|
|
|
Different from sub_guides: these are peer-level guides on related topics,
|
|
not hierarchically nested guides.
|
|
slots:
|
|
- relationship
|
|
- slug
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- title_en
|
|
- title_nl
|
|
slot_usage:
|
|
slug:
|
|
description: URL slug identifier
|
|
required: true
|
|
title_nl:
|
|
description: Dutch title
|
|
required: true
|
|
title_en:
|
|
description: English title
|
|
relationship:
|
|
description: Type of relationship
|
|
range: RelationshipTypeEnum
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
|
|
slots:
|
|
relationship:
|
|
slot_uri: dcterms:relation
|
|
description: Type of relationship
|
|
range: RelationshipTypeEnum
|