- 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.6 KiB
YAML
33 lines
1.6 KiB
YAML
id: https://nde.nl/ontology/hc/class/CollectionDiscoveryScore
|
|
name: collection_discovery_score_class
|
|
title: Collection Discovery Score Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
sosa: http://www.w3.org/ns/sosa/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_score
|
|
classes:
|
|
CollectionDiscoveryScore:
|
|
class_uri: sosa:Observation
|
|
description: >-
|
|
Relevance observation capturing ranking output for retrieval and discovery workflows over curated holdings.
|
|
alt_descriptions:
|
|
nl: Relevantie-observatie die rangschikkingsuitvoer vastlegt voor retrieval- en ontdekkingsworkflows over beheerde holdings.
|
|
de: Relevanzbeobachtung zur Erfassung von Ranking-Ergebnissen in Retrieval- und Discovery-Workflows für kuratierte Bestände.
|
|
fr: Observation de pertinence enregistrant les résultats de classement pour les workflows de recherche et de découverte sur des fonds organisés.
|
|
es: Observacion de relevancia que captura resultados de ranking para flujos de recuperacion y descubrimiento sobre fondos curados.
|
|
ar: ملاحظة صلة تسجل ناتج الترتيب لعمليات الاسترجاع والاكتشاف عبر المقتنيات المنسقة.
|
|
id: Observasi relevansi yang merekam keluaran peringkat untuk alur temu kembali dan penemuan atas kepemilikan terkurasi.
|
|
zh: 记录检索与发现流程排序输出的相关性观测。
|
|
broad_mappings:
|
|
- sosa:Observation
|
|
close_mappings:
|
|
- prov:Entity
|
|
- schema:Rating
|
|
slots:
|
|
- has_score
|