glam/schemas/20251121/linkml/modules/classes/EADDownload.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

45 lines
2 KiB
YAML

id: https://nde.nl/ontology/hc/class/EADDownload
name: ead_download
title: EADDownload Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcat: http://www.w3.org/ns/dcat#
imports:
- linkml:types
- ../slots/has_score
- ../slots/has_format
classes:
EADDownload:
is_a: DataServiceEndpoint
class_uri: hc:EADDownload
description: >-
Service endpoint that provides downloadable Encoded Archival Description
files for archival finding aids.
alt_descriptions:
nl: Service-endpoint die downloadbare Encoded Archival Description-bestanden voor archiefinventarissen aanbiedt.
de: Service-Endpunkt der herunterladbare Encoded Archival Description-Dateien fuer Findmittel bereitstellt.
fr: Point de service fournissant des fichiers Encoded Archival Description telechargeables pour instruments de recherche.
es: Endpoint de servicio que ofrece archivos Encoded Archival Description descargables para guias archivisticas.
ar: نقطة خدمة تتيح تنزيل ملفات الوصف الأرشيفي المشفر الخاصة بأدلة الأرشيف.
id: Endpoint layanan yang menyediakan berkas Encoded Archival Description untuk unduhan finding aid arsip.
zh: 提供档案检索工具所用EAD文件下载的服务端点。
structured_aliases:
- {literal_form: ead-downloadpunt, in_language: nl}
- {literal_form: EAD-Download-Endpunkt, in_language: de}
- {literal_form: point de telechargement EAD, in_language: fr}
- {literal_form: endpoint de descarga EAD, in_language: es}
- {literal_form: نقطة تنزيل EAD, in_language: ar}
- {literal_form: endpoint unduh EAD, in_language: id}
- {literal_form: EAD下载端点, in_language: zh}
broad_mappings:
- dcat:DataService
slot_usage:
has_format:
ifabsent: string(application/xml)
slots:
- has_score
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"