glam/schemas/20251121/linkml/modules/classes/WhatsAppLikelihood.yaml
kempersc 626bd3a095 refactor(schemas): apply naming conventions to 261 class files
- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots
- Apply Rule 43: Singular noun convention (keywords → keyword)
- Update slot references to match renamed slot files
- Maintain schema integrity across all class definitions
2026-01-10 15:36:33 +01:00

86 lines
2.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/WhatsAppLikelihood
name: whatsapp_likelihood_class
title: WhatsApp Likelihood Class
version: 1.0.0
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
imports:
- linkml:types
- ./SpecificityAnnotation
- ./TemplateSpecificityScores
- ../slots/specificity_annotation
- ../slots/template_specificity
- ../slots/has_assessment_date
- ../slots/likelihood_confidence
- ../slots/likelihood_factor
- ../slots/likelihood_level
- ../slots/likelihood_score
- ../slots/max_likelihood_score
default_range: string
classes:
WhatsAppLikelihood:
class_uri: hc:WhatsAppLikelihood
description: |
Likelihood score for WhatsApp business usage.
slots:
- assessment_date
- likelihood_confidence
- likelihood_factor
- likelihood_level
- likelihood_score
- max_likelihood_score
- specificity_annotation
- template_specificity
slot_usage:
likelihood_score:
description: Numeric score (0-100)
range: integer
minimum_value: 0
maximum_value: 100
max_likelihood_score:
description: Maximum possible score (typically 100)
range: integer
likelihood_level:
description: 'Categorical level: low, medium, high'
range: string
likelihood_confidence:
description: Confidence in the assessment (0.0-1.0)
range: float
minimum_value: 0.0
maximum_value: 1.0
likelihood_factor:
description: Factors contributing to the score
range: string
multivalued: true
has_assessment_date:
description: When the assessment was performed (ISO 8601)
range: datetime
specificity_annotation:
range: SpecificityAnnotation
inlined: true
template_specificity:
range: TemplateSpecificityScores
inlined: true
slots:
likelihood_score:
description: Numeric likelihood score
range: integer
max_likelihood_score:
description: Maximum possible score
range: integer
likelihood_level:
description: Categorical likelihood level
range: string
likelihood_confidence:
description: Confidence in the assessment
range: float
likelihood_factor:
description: Factors contributing to score
range: string
multivalued: true
has_assessment_date:
description: When assessment was performed
range: datetime