- 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.
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/WhatsAppProfile
|
|
name: WhatsAppProfile
|
|
title: WhatsApp Profile
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_contact_details
|
|
classes:
|
|
WhatsAppProfile:
|
|
class_uri: schema:ContactPoint
|
|
description: >-
|
|
A WhatsApp business profile.
|
|
alt_descriptions:
|
|
nl: Een WhatsApp-bedrijfsprofiel.
|
|
de: Ein WhatsApp-Geschäftsprofil.
|
|
fr: Un profil professionnel WhatsApp.
|
|
es: Un perfil comercial de WhatsApp.
|
|
structured_aliases:
|
|
- literal_form: WhatsApp-profiel
|
|
in_language: nl
|
|
- literal_form: WhatsApp-Profil
|
|
in_language: de
|
|
- literal_form: profil WhatsApp
|
|
in_language: fr
|
|
comments:
|
|
- Used for WhatsApp business accounts and contact enrichment.
|
|
slots:
|
|
- has_contact_details
|
|
broad_mappings:
|
|
- schema:ContactPoint
|
|
close_mappings:
|
|
- schema:ContactPoint
|
|
annotations:
|
|
specificity_score: '0.55'
|
|
specificity_rationale: More specific - WhatsApp enrichment for contact data.
|
|
custodian_types: '[''*'']'
|
|
examples:
|
|
- value:
|
|
phone_number: '+31612345678'
|
|
is_business_account: true
|
|
business_name: Rijksmuseum
|
|
description: WhatsApp business profile
|