Skip to content

Class: ProjectBoard

A reference to a project board, like a kanban board.

URI: mtd:ProjectBoard

 classDiagram
    class ProjectBoard
      Resource <|-- ProjectBoard

      ProjectBoard : citation

      ProjectBoard : contact

          ProjectBoard --> Contact : contact

      ProjectBoard : description

      ProjectBoard : documentation

      ProjectBoard : grants

          ProjectBoard --> grant_enum : grants

      ProjectBoard : icon

      ProjectBoard : id

      ProjectBoard : monarch_contribution

          ProjectBoard --> monarch_contribution_enum : monarch_contribution

      ProjectBoard : monarch_role

          ProjectBoard --> monarch_role_enum : monarch_role

      ProjectBoard : name

      ProjectBoard : project_boards

          ProjectBoard --> ProjectBoard : project_boards

      ProjectBoard : repository

      ProjectBoard : short_name

      ProjectBoard : url

Inheritance

Slots

Name Cardinality and Range Description Inheritance
url 0..1
Uriorcurie
A web location direct
id 1..1
Uriorcurie
A unique identifier for a resource Resource
name 0..1
String
A human-readable name for a resource Resource
short_name 0..1
String
A short name for a resource Resource
description 0..1
String
A human-readable description for a resource Resource
grants 0..*
GrantEnum
The grant used to finance the production of an asset Resource
documentation 0..1
Uriorcurie
A URL to the documentation about this asset Resource
monarch_contribution 0..1
MonarchContributionEnum
The role the Monarch Initiative plays in the maintainence of this asset Resource
repository 0..1
Uriorcurie
The repository associated with this resource Resource
monarch_role 0..1
MonarchRoleEnum
The strategic role the asset has for the Monarch core mission Resource
citation 0..1
Uriorcurie
A citation for the resource Resource
contact 0..1
Contact
The person responsible for a resources Resource
project_boards 0..*
ProjectBoard
The project board associated with this resource Resource
icon 0..1
String
An icon representing the asset Resource

Usages

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

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ProjectBoard
description: A reference to a project board, like a kanban board.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
is_a: Resource
slots:
- url

Induced

name: ProjectBoard
description: A reference to a project board, like a kanban board.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
is_a: Resource
attributes:
  url:
    name: url
    description: A web location
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: url
    owner: ProjectBoard
    domain_of:
    - Resource
    - ProjectBoard
    - Download
    range: uriorcurie
  id:
    name: id
    description: A unique identifier for a resource
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: ProjectBoard
    domain_of:
    - Resource
    range: uriorcurie
    required: true
  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: ProjectBoard
    domain_of:
    - Resource
    - ResourceRegistry
    - Contact
    range: string
  short_name:
    name: short_name
    description: A short name for a resource
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: short_name
    owner: ProjectBoard
    domain_of:
    - Resource
    range: string
  description:
    name: description
    description: A human-readable description for a resource
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: ProjectBoard
    domain_of:
    - Resource
    range: string
  grants:
    name: grants
    description: The grant used to finance the production of an asset.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    multivalued: true
    alias: grants
    owner: ProjectBoard
    domain_of:
    - Resource
    range: grant_enum
  documentation:
    name: documentation
    description: A URL to the documentation about this asset.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: documentation
    owner: ProjectBoard
    domain_of:
    - Resource
    range: uriorcurie
  monarch_contribution:
    name: monarch_contribution
    description: The role the Monarch Initiative plays in the maintainence of this
      asset.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: monarch_contribution
    owner: ProjectBoard
    domain_of:
    - Resource
    range: monarch_contribution_enum
  repository:
    name: repository
    description: The repository associated with this resource
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: repository
    owner: ProjectBoard
    domain_of:
    - Resource
    range: uriorcurie
  monarch_role:
    name: monarch_role
    description: The strategic role the asset has for the Monarch core mission.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: monarch_role
    owner: ProjectBoard
    domain_of:
    - Resource
    range: monarch_role_enum
  citation:
    name: citation
    description: A citation for the resource
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: citation
    owner: ProjectBoard
    domain_of:
    - Resource
    range: uriorcurie
  contact:
    name: contact
    description: The person responsible for a resources.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: contact
    owner: ProjectBoard
    domain_of:
    - Resource
    range: Contact
  project_boards:
    name: project_boards
    description: The project board associated with this resource
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    multivalued: true
    alias: project_boards
    owner: ProjectBoard
    domain_of:
    - Resource
    range: ProjectBoard
    inlined: true
    inlined_as_list: true
  icon:
    name: icon
    description: An icon representing the asset.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: icon
    owner: ProjectBoard
    domain_of:
    - Resource
    range: string