glam/schemas/20251121/linkml/modules/classes/METSAPI.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

49 lines
2.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

id: https://nde.nl/ontology/hc/class/METSAPI
name: METSAPI
title: METSAPI
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcat: http://www.w3.org/ns/dcat#
dcterms: http://purl.org/dc/terms/
schema: http://schema.org/
imports:
- linkml:types
- ../slots/has_score
- ../slots/has_format
classes:
METSAPI:
is_a: DataServiceEndpoint
class_uri: hc:METSAPI
description: >-
Data-service endpoint for retrieving METS documents that describe digital
object structure, file inventories, and administrative metadata.
alt_descriptions:
nl: Dataservice-endpoint voor het ophalen van METS-documenten die objectstructuur bestandsinventaris en administratieve metadata beschrijven.
de: Data-Service-Endpunkt zum Abruf von METS-Dokumenten die Objektstruktur Dateibestaende und administrative Metadaten beschreiben.
fr: Point d acces de service de donnees pour recuperer des documents METS decrivant structure d objet inventaires de fichiers et metadonnees administratives.
es: Endpoint de servicio de datos para recuperar documentos METS que describen estructura de objetos inventarios de archivos y metadatos administrativos.
ar: نقطة نهاية لخدمة بيانات لاسترجاع وثائق METS التي تصف بنية الكائنات وجرد الملفات والبيانات الوصفية الإدارية.
id: Endpoint layanan data untuk mengambil dokumen METS yang menjelaskan struktur objek digital inventaris berkas dan metadata administratif.
zh: 用于获取METS文档的数据服务端点这些文档描述数字对象结构、文件清单与管理元数据。
structured_aliases:
- {literal_form: METS-dataservice-endpoint, in_language: nl}
- {literal_form: METS-Dienstendpunkt, in_language: de}
- {literal_form: point d acces METS, in_language: fr}
- {literal_form: endpoint de servicio METS, in_language: es}
- {literal_form: نقطة خدمة METS, in_language: ar}
- {literal_form: endpoint layanan METS, in_language: id}
- {literal_form: METS服务端点, in_language: zh}
broad_mappings:
- dcat:DataService
related_mappings:
- schema:DataFeed
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: "['*']"