- 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.
34 lines
1.4 KiB
YAML
34 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/Comment
|
|
name: Comment
|
|
title: Comment
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_author
|
|
- ../slots/has_content
|
|
classes:
|
|
Comment:
|
|
class_uri: schema:Comment
|
|
description: >-
|
|
Authored textual note attached to a resource for feedback, interpretation, or discussion.
|
|
alt_descriptions:
|
|
nl: Geauteureerde tekstuele notitie die aan een bron is gekoppeld voor feedback, interpretatie of discussie.
|
|
de: Verfasste textliche Notiz, die einer Ressource für Feedback, Interpretation oder Diskussion zugeordnet ist.
|
|
fr: Note textuelle rédigée et associée à une ressource pour retour, interprétation ou discussion.
|
|
es: Nota textual autorada adjunta a un recurso para retroalimentacion, interpretacion o discusion.
|
|
ar: ملاحظة نصية مؤلفة تُرفق بمورد لأغراض التعليق أو التفسير أو النقاش.
|
|
id: Catatan tekstual berpenulis yang dilekatkan pada sumber untuk umpan balik, interpretasi, atau diskusi.
|
|
zh: 附着于资源、用于反馈解读或讨论的署名文本说明。
|
|
slots:
|
|
- has_content
|
|
- has_author
|
|
slot_usage:
|
|
has_content:
|
|
required: true
|
|
has_author:
|
|
range: Author
|
|
inlined: true
|