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