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

47 lines
2 KiB
YAML

id: https://nde.nl/ontology/hc/class/MicrofilmReader
name: MicrofilmReader
title: MicrofilmReader
description: Equipment for reading microfilms.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_name
classes:
MicrofilmReader:
class_uri: schema:Product
description: Specialized viewing equipment for reading and inspecting microfilm carriers.
alt_descriptions:
nl: Gespecialiseerde lees- en inspectieapparatuur voor microfilm-dragers.
de: Spezialisiertes Sichtgeraet zum Lesen und Pruefen von Mikrofilmtraegern.
fr: Equipement specialise de visualisation pour lire et inspecter des supports microfilm.
es: Equipo especializado de visualizacion para leer e inspeccionar soportes de microfilm.
ar: جهاز عرض متخصص لقراءة وفحص حوامل الميكروفيلم.
id: Perangkat tampilan khusus untuk membaca dan memeriksa media microfilm.
zh: 用于读取和检查缩微胶片载体的专用阅片设备。
structured_aliases:
- {literal_form: microfilmlezer, in_language: nl}
- {literal_form: Mikrofilmlesegeraet, in_language: de}
- {literal_form: lecteur de microfilm, in_language: fr}
- {literal_form: lector de microfilm, in_language: es}
- {literal_form: قارئ ميكروفيلم, in_language: ar}
- {literal_form: pembaca microfilm, in_language: id}
- {literal_form: 缩微胶片阅读器, in_language: zh}
broad_mappings:
- schema:Product
slots:
- has_name
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"