glam/schemas/20251121/linkml/modules/classes/Clipping.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
1.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/Clipping
name: Clipping
title: Clipping
description: A newspaper clipping or excerpt.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_label
classes:
Clipping:
class_uri: schema:Clip
description: >-
Extracted excerpt from periodical or broadcast material preserved as a
reference fragment.
alt_descriptions:
nl: Uitgesneden fragment uit periodiek of uitzending, bewaard als referentie.
de: Auszug aus periodischem oder gesendetem Material, als Referenzfragment bewahrt.
fr: Extrait d un periodique ou d un contenu diffuse, conserve comme fragment de reference.
es: Extracto de material periodico o difundido conservado como fragmento de referencia.
ar: مقتطف مستخرج من مادة دورية أو بث محفوظ كجزء مرجعي.
id: Cuplikan dari materi berkala atau siaran yang disimpan sebagai fragmen referensi.
zh: 从期刊或播出材料中摘录并保存为参考片段的内容。
structured_aliases:
- {literal_form: knipsel, in_language: nl}
- {literal_form: Ausschnitt, in_language: de}
- {literal_form: coupure, in_language: fr}
- {literal_form: recorte, in_language: es}
- {literal_form: قصاصة, in_language: ar}
- {literal_form: kliping, in_language: id}
- {literal_form: 剪报片段, in_language: zh}
broad_mappings:
- schema:Clip
keywords:
- press extract
- media fragment
- reference evidence
slots:
- has_label
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"