28 lines
653 B
YAML
28 lines
653 B
YAML
id: https://nde.nl/ontology/hc/slot/contact_email
|
|
name: contact_email
|
|
title: Contact Email
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
contact_email:
|
|
slot_uri: schema:email
|
|
description: 'Professional contact email (if publicly available).
|
|
|
|
|
|
**Schema.org**: `schema:email` for contact information
|
|
|
|
|
|
**Privacy**: Only include if email is publicly listed (staff directory, website)
|
|
|
|
|
|
**Format**: Valid email address
|
|
|
|
|
|
**Use Case**: Enable contact for research inquiries, collaborations
|
|
|
|
'
|
|
range: string
|
|
pattern: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
|
|
exact_mappings:
|
|
- schema:email
|
|
- vcard:hasEmail
|