Skip to content

Slot: email

E-mail address of the person or organisation.

URI: https://w3id.org/fga-wg/schema/bundle/email

Applicable Classes

Name Description Modifies Slot
Contact Contact information for a person or an organisation. no

Properties

Type and Range

Property Value
Range String
Domain Of Contact

Cardinality and Requirements

Property Value
### Value Constraints
Property Value
Regex Pattern ^\S+@\S+\.\S+$

Examples

Value
john@doe.com

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/fga-wg/schema/bundle

Mappings

Mapping Type Mapped Value
self https://w3id.org/fga-wg/schema/bundle/email
native https://w3id.org/fga-wg/schema/bundle/email

LinkML Source

name: email
description: E-mail address of the person or organisation.
examples:
- value: john@doe.com
from_schema: https://w3id.org/fga-wg/schema/bundle
rank: 1000
domain_of:
- Contact
range: string
pattern: ^\S+@\S+\.\S+$