- 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.
35 lines
911 B
YAML
35 lines
911 B
YAML
id: https://nde.nl/ontology/hc/class/Summary
|
|
name: Summary
|
|
title: Summary
|
|
description: >-
|
|
A summary of a document or entity.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_text
|
|
classes:
|
|
Summary:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Summary of a document or entity.
|
|
alt_descriptions:
|
|
nl: Samenvatting van een document of entiteit.
|
|
de: Zusammenfassung eines Dokuments oder einer Entität.
|
|
fr: Résumé d'un document ou d'une entité.
|
|
structured_aliases:
|
|
- literal_form: samenvatting
|
|
in_language: nl
|
|
- literal_form: Zusammenfassung
|
|
in_language: de
|
|
- literal_form: résumé
|
|
in_language: fr
|
|
broad_mappings:
|
|
- skos:Concept
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_text
|