Class: Contact¶
Contact information for a person or an organisation.
URI: https://w3id.org/fga-wg/schema/bundle/Contact
classDiagram
class Contact
click Contact href "../Contact/"
Contact : contact_id
Contact : email
Contact : name
Example¶
Example JSON
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| name | 1 String |
Name of the person or organisation. | direct |
| contact_id | 0..1 Curie |
Globally unique identifier for a person (e.g. ORCID ID) or organisation (e.g. BioProject accession). | direct |
| 0..1 String |
E-mail address of the person or organisation. | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| FileCollection | filecollection_contact | range | Contact |
| Study | study_contact | range | Contact |
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/Contact |
| native | https://w3id.org/fga-wg/schema/bundle/Contact |
LinkML Source¶
Direct¶
Induced¶
name: Contact
description: Contact information for a person or an organisation.
from_schema: https://w3id.org/fga-wg/schema/bundle
attributes:
name:
name: name
description: Name of the person or organisation.
examples:
- value: John Doe
from_schema: https://w3id.org/fga-wg/schema/bundle
rank: 1000
owner: Contact
domain_of:
- Contact
range: string
required: true
contact_id:
name: contact_id
description: Globally unique identifier for a person (e.g. ORCID ID) or organisation
(e.g. BioProject accession).
examples:
- value: orcid:0000-0001-2345-6789
from_schema: https://w3id.org/fga-wg/schema/bundle
rank: 1000
owner: Contact
domain_of:
- Contact
range: curie
email:
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
owner: Contact
domain_of:
- Contact
range: string
pattern: ^\S+@\S+\.\S+$