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

44 lines
2 KiB
YAML

id: https://nde.nl/ontology/hc/class/Endpoint
name: Endpoint
title: Endpoint Class
description: A specific access point or download location for a digital resource. MIGRATED from download_endpoint string (2026-01-26).
prefixes:
hc: https://nde.nl/ontology/hc/
dcat: http://www.w3.org/ns/dcat#
imports:
- linkml:types
- ../slots/has_url
default_prefix: hc
classes:
Endpoint:
class_uri: dcat:Distribution
description: >-
Addressable access location for downloading, querying, or retrieving a
digital resource representation.
alt_descriptions:
nl: Adresseerbare toegangslocatie voor downloaden bevragen of ophalen van een digitale representatie.
de: Adressierbarer Zugriffspunkt zum Herunterladen Abfragen oder Abrufen einer digitalen Repräsentation.
fr: Point d acces adressable pour telecharger interroger ou recuperer une representation numerique d une ressource.
es: Ubicacion de acceso direccionable para descargar consultar o recuperar una representacion digital de un recurso.
ar: موقع وصول قابل للعنونة لتنزيل أو الاستعلام عن تمثيل رقمي لمورد أو استرجاعه.
id: Lokasi akses yang dapat dialamati untuk mengunduh menanyakan atau mengambil representasi digital sumber daya.
zh: 用于下载、查询或获取数字资源表示的可寻址访问位置。
structured_aliases:
- {literal_form: toegangseindpunt, in_language: nl}
- {literal_form: Zugriffsendpunkt, in_language: de}
- {literal_form: point d acces, in_language: fr}
- {literal_form: punto de acceso, in_language: es}
- {literal_form: نقطة وصول, in_language: ar}
- {literal_form: titik akses, in_language: id}
- {literal_form: 访问端点, in_language: zh}
broad_mappings:
- dcat:Distribution
slots:
- has_url
slot_usage:
has_url:
range: uri
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"