Slot: email (email)
The email address.
URI: EVORAO:email
Alias: email
Applicable Classes
| Name |
Description |
Modifies Slot |
| ContactPoint |
Entity serving as focal point of information |
yes |
Properties
-
Range: String
-
Recommended: True
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:email |
| native |
EVORAO:email |
| exact |
schema:email, foaf:mbox |
| close |
vcard:email |
LinkML Source
```yaml
name: email
description: The email address.
title: email
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:email
- foaf:mbox
close_mappings:
- vcard:email
rank: 1000
alias: email
domain_of:
- ContactPoint
range: string
required: false
recommended: true
multivalued: false
```