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

38 lines
973 B
YAML

id: https://nde.nl/ontology/hc/class/EmailAddress
name: EmailAddress
title: Email Address Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
vcard: http://www.w3.org/2006/vcard/ns#
default_prefix: hc
imports:
- linkml:types
- ../metadata
- ../slots/has_or_had_label
classes:
EmailAddress:
class_uri: schema:email
description: >-
An email address.
**Ontology Alignment**:
- **Primary**: `schema:email` (property promoted to class for structure if needed, or just value)
- **Close**: `vcard:Email`
slots:
- has_or_had_label
slot_usage:
has_or_had_label:
description: The email address string (e.g., info@example.com).
pattern: "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$"
annotations:
custodian_types: '["*"]'
specificity_score: 0.1
specificity_rationale: Basic datatype class.