Skip to content

Slot: email

The user's email address, used for communication and notifications related to the project.

URI: cr8tor_metamodel:email Alias: email

Applicable Classes

Name Description Modifies Slot
User Models an individual user associated with a Cr8tor project, capturing their i... no

Properties

  • Range: String

  • Required: True

  • Regex pattern: ^\S+@\S+\.\S+$

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/karectl-crates/cr8tor-metamodel

Mappings

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

LinkML Source

name: email
description: The user's email address, used for communication and notifications related
  to the project.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
rank: 1000
alias: email
owner: User
domain_of:
- User
range: string
required: true
pattern: ^\S+@\S+\.\S+$