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