- 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.
46 lines
1,011 B
YAML
46 lines
1,011 B
YAML
id: https://nde.nl/ontology/hc/class/WebPage
|
|
name: WebPage
|
|
title: WebPage
|
|
description: >-
|
|
A web page.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_url
|
|
classes:
|
|
WebPage:
|
|
class_uri: schema:WebPage
|
|
description: >-
|
|
A web page.
|
|
alt_descriptions:
|
|
nl: Een webpagina.
|
|
de: Eine Webseite.
|
|
fr: Une page web.
|
|
es: Una página web.
|
|
ar: صفحة ويب.
|
|
id: Halaman web.
|
|
zh: 网页。
|
|
structured_aliases:
|
|
- literal_form: webpagina
|
|
in_language: nl
|
|
- literal_form: Webseite
|
|
in_language: de
|
|
- literal_form: page web
|
|
in_language: fr
|
|
- literal_form: página web
|
|
in_language: es
|
|
broad_mappings:
|
|
- schema:WebPage
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: "Generic utility class created during migration"
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_url
|