glam/schemas/20251121/linkml/modules/classes/ExternalResource.yaml
kempersc 0393b321c9 refactor(schema): unify custodian_type slots into has_or_had_custodian_type (Rule 39, 43)
- 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
2026-01-09 10:55:21 +01:00

67 lines
1.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/ExternalResource
name: external_resource_class
title: ExternalResource Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
foaf: http://xmlns.com/foaf/0.1/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
default_prefix: hc
default_range: string
imports:
- linkml:types
- ../metadata
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ../enums/ExternalResourceTypeEnum
- ../slots/name
- ../slots/resource_description
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/type
- ../slots/url
classes:
ExternalResource:
class_uri: foaf:Document
description: |
Reference to an external resource (database, organization, portal).
Used to link finding aids to related external resources that complement
the archive's holdings (e.g., genealogical databases, historical societies).
slots:
- name
- resource_description
- specificity_annotation
- template_specificity
- type
- url
slot_usage:
name:
description: Name of external resource
required: true
url:
description: URL to external resource
range: uri
required: true
type:
description: Type of resource
range: ExternalResourceTypeEnum
resource_description:
description: Brief description of the resource
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
exact_mappings:
- foaf:Document
- schema:WebPage
slots:
type:
slot_uri: dcterms:type
description: Resource type
range: string