Skip to content

Class: Contact

The person responsible for a resources.

URI: mtd:Contact

 classDiagram
    class Contact
      Contact : email

      Contact : github

      Contact : name

      Contact : orcid

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
A human-readable name for a resource direct
orcid 0..1
Uriorcurie
The ORCID of the contact direct
github 0..1
String
The GitHub handle of the contact direct
email 0..1
String
The email of the contact direct

Usages

used by used in type used
Resource contact range Contact
DataAsset contact range Contact
Standard contact range Contact
Tool contact range Contact
Documentation contact range Contact
ProjectBoard contact range Contact
Repository contact range Contact
ResourceRegistry contact range Contact

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarch-initiative/monarch-documentation

Mappings

Mapping Type Mapped Value
self mtd:Contact
native mtd:Contact

LinkML Source

Direct

name: Contact
description: The person responsible for a resources.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
slots:
- name
- orcid
- github
- email

Induced

name: Contact
description: The person responsible for a resources.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
attributes:
  name:
    name: name
    description: A human-readable name for a resource
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Contact
    domain_of:
    - Resource
    - ResourceRegistry
    - Contact
    range: string
  orcid:
    name: orcid
    description: The ORCID of the contact.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: orcid
    owner: Contact
    domain_of:
    - Contact
    range: uriorcurie
  github:
    name: github
    description: The GitHub handle of the contact.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: github
    owner: Contact
    domain_of:
    - Contact
    range: string
  email:
    name: email
    description: The email of the contact.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: email
    owner: Contact
    domain_of:
    - Contact
    range: string