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

38 lines
921 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_label
classes:
EmailAddress:
class_uri: hc:EmailAddress
close_mappings:
- 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_label
slot_usage:
has_label:
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.