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

46 lines
2.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/ComputerTerminal
name: ComputerTerminal
title: ComputerTerminal
description: A computer terminal available for public or staff use.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_description
classes:
ComputerTerminal:
class_uri: schema:Product
description: >-
User-facing workstation device configured for onsite access,
consultation, and service interaction.
alt_descriptions:
nl: Gebruikerswerkstation dat is ingericht voor toegang raadpleging en dienstverlening op locatie.
de: Nutzerarbeitsplatzgeraet fuer Vor-Ort-Zugang Konsultation und Serviceinteraktion.
fr: Poste de travail destine aux usagers pour l acces sur site la consultation et l interaction de service.
es: Estacion de trabajo para usuarios configurada para acceso presencial consulta e interaccion de servicios.
ar: محطة عمل مخصصة للمستخدمين للوصول في الموقع والاستشارة والتفاعل الخدمي.
id: Perangkat workstation untuk pengguna yang dikonfigurasi bagi akses di lokasi konsultasi dan interaksi layanan.
zh: 面向用户、用于现场访问、查阅与服务交互的终端工作站设备。
structured_aliases:
- {literal_form: publiekswerkstation, in_language: nl}
- {literal_form: Benutzerterminal, in_language: de}
- {literal_form: terminal de consultation, in_language: fr}
- {literal_form: terminal de consulta, in_language: es}
- {literal_form: طرفية حاسوب, in_language: ar}
- {literal_form: terminal komputer, in_language: id}
- {literal_form: 计算机终端, in_language: zh}
broad_mappings:
- schema:Product
keywords:
- onsite access point
- public workstation
- service terminal
slots:
- has_description
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"