glam/schemas/20251121/linkml/modules/classes/WhatsAppProfile.yaml

51 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_or_had_contact_details
classes:
WhatsAppProfile:
class_uri: schema:ContactPoint
description: 'A WhatsApp business profile.
**USAGE**:
Used for:
- WhatsApp business accounts
- Contact enrichment
'
slots:
- has_or_had_contact_details
attributes:
phone_number:
range: string
description: Phone number associated with WhatsApp
is_business_account:
range: boolean
description: Whether this is a business account
business_name:
range: string
description: Business name on profile
close_mappings:
- schema:ContactPoint
annotations:
specificity_score: '0.55'
specificity_rationale: More specific - WhatsApp enrichment for contact data.
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept
examples:
- value:
phone_number: '+31612345678'
is_business_account: true
business_name: Rijksmuseum
description: WhatsApp business profile