Skip to content

Slot: Email (email)

The email address of the contributor.

URI: nfdi4immuno:email Alias: email

Applicable Classes

Name Description Modifies Slot
Contributor A person contributing to the creation of the deposited data no

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^[^@]+@[^@]+\.[^@]+$

Examples

Value
john.doe@example.com

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

Mappings

Mapping Type Mapped Value
self nfdi4immuno:email
native nfdi4immuno:email

LinkML Source

name: email
description: The email address of the contributor.
title: Email
examples:
- value: john.doe@example.com
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
alias: email
domain_of:
- Contributor
range: string
required: true
pattern: ^[^@]+@[^@]+\.[^@]+$