glam/schemas/20251121/linkml/modules/classes/IdentifierLookupScore.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- 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.
2026-02-16 10:16:51 +01:00

41 lines
1.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/IdentifierLookupScore
name: IdentifierLookupScore
title: IdentifierLookupScore
description: Score indicating confidence in an identifier lookup.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_value
classes:
IdentifierLookupScore:
class_uri: schema:Rating
description: >-
Confidence rating for identifier resolution or lookup results.
alt_descriptions:
nl: Betrouwbaarheidsscore voor resultaten van identificator-resolutie of opzoeking.
de: Konfidenzwert fuer Ergebnisse der Identifikatorauflosung oder -suche.
fr: Score de confiance pour les resultats de resolution ou de recherche d identifiant.
es: Puntuacion de confianza para resultados de resolucion o busqueda de identificador.
ar: درجة ثقة لنتائج حل المعرّفات أو عمليات البحث عنها.
id: Nilai kepercayaan untuk hasil resolusi atau pencarian pengenal.
zh: 用于标识符解析或检索结果的置信评分。
structured_aliases:
- {literal_form: identificator-opzoekscore, in_language: nl}
- {literal_form: Identifikator-Suchscore, in_language: de}
- {literal_form: score de recherche d identifiant, in_language: fr}
- {literal_form: puntuacion de busqueda de identificador, in_language: es}
- {literal_form: درجة بحث المعرّف, in_language: ar}
- {literal_form: skor pencarian pengenal, in_language: id}
- {literal_form: 标识符检索评分, in_language: zh}
exact_mappings:
- schema:Rating
slots:
- has_value
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"