- 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.
33 lines
1.4 KiB
YAML
33 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/classes/CollectionScope
|
|
name: CollectionScope
|
|
title: CollectionScope
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dct: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
classes:
|
|
CollectionScope:
|
|
is_a: Scope
|
|
class_uri: dct:Coverage
|
|
description: >-
|
|
Coverage statement capturing temporal, spatial, and thematic bounds of curated holdings.
|
|
alt_descriptions:
|
|
nl: Dekkingsverklaring die temporele, ruimtelijke en thematische grenzen van beheerde holdings vastlegt.
|
|
de: Abdeckungsangabe zur Erfassung zeitlicher, räumlicher und thematischer Grenzen kuratierter Bestände.
|
|
fr: Énoncé de couverture décrivant les limites temporelles, spatiales et thématiques de fonds organisés.
|
|
es: Declaracion de cobertura que captura limites temporales, espaciales y tematicos de fondos curados.
|
|
ar: بيان تغطية يحدد الحدود الزمنية والمكانية والموضوعية للمقتنيات المنسقة.
|
|
id: Pernyataan cakupan yang merekam batas temporal, spasial, dan tematik kepemilikan terkurasi.
|
|
zh: 用于刻画策展馆藏时间、空间与主题边界的覆盖说明。
|
|
close_mappings:
|
|
- dct:coverage
|
|
- schema:about
|
|
- rico:hasContentOfType
|
|
slots:
|
|
- has_type
|