- 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.
42 lines
1.9 KiB
YAML
42 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/LikelihoodScore
|
|
name: LikelihoodScore
|
|
title: LikelihoodScore
|
|
description: A score indicating probability or likelihood.
|
|
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:
|
|
LikelihoodScore:
|
|
class_uri: schema:Rating
|
|
description: >-
|
|
Probabilistic rating expressing expected chance of an event, match, or
|
|
hypothesis.
|
|
alt_descriptions:
|
|
nl: Probabilistische score die de verwachte kans van een gebeurtenis match of hypothese uitdrukt.
|
|
de: Probabilistische Bewertung zur Angabe der erwarteten Wahrscheinlichkeit eines Ereignisses Treffers oder einer Hypothese.
|
|
fr: Score probabiliste exprimant la probabilite attendue d un evenement d une correspondance ou d une hypothese.
|
|
es: Puntuacion probabilistica que expresa la probabilidad esperada de un evento coincidencia o hipotesis.
|
|
ar: تقييم احتمالي يعبّر عن الفرصة المتوقعة لحدث أو تطابق أو فرضية.
|
|
id: Skor probabilistik yang menyatakan peluang yang diharapkan dari suatu kejadian kecocokan atau hipotesis.
|
|
zh: 表示某事件、匹配或假设发生预期概率的评分。
|
|
structured_aliases:
|
|
- {literal_form: waarschijnlijkheidsscore, in_language: nl}
|
|
- {literal_form: Wahrscheinlichkeitswert, in_language: de}
|
|
- {literal_form: score de probabilite, in_language: fr}
|
|
- {literal_form: puntuacion de probabilidad, in_language: es}
|
|
- {literal_form: درجة احتمال, in_language: ar}
|
|
- {literal_form: skor probabilitas, 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: "['*']"
|