glam/frontend/public/schemas/20251121/linkml/modules/slots/contact_email.yaml
kempersc 635beca582
Some checks are pending
Deploy Frontend / build-and-deploy (push) Waiting to run
sync: update frontend schema copies with duplicate mapping fixes (Rule 52)
2026-01-13 18:13:54 +01:00

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