Skip to content

Class: Resource

A generic grouping for any identifiable entity

URI: schema:Thing

 classDiagram
    class Resource
      Resource <|-- DataAsset
      Resource <|-- Standard
      Resource <|-- Tool
      Resource <|-- Documentation
      Resource <|-- ProjectBoard
      Resource <|-- Repository
      Resource <|-- ResourceRegistry

      Resource : citation

      Resource : contact

          Resource --> Contact : contact

      Resource : description

      Resource : documentation

      Resource : grants

          Resource --> grant_enum : grants

      Resource : icon

      Resource : id

      Resource : monarch_contribution

          Resource --> monarch_contribution_enum : monarch_contribution

      Resource : monarch_role

          Resource --> monarch_role_enum : monarch_role

      Resource : name

      Resource : project_boards

          Resource --> ProjectBoard : project_boards

      Resource : repository

      Resource : short_name

      Resource : url

Inheritance

Slots

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

Usages

used by used in type used
ResourceRegistry repositories range Resource

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:Thing
native mtd:Resource

LinkML Source

Direct

name: Resource
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
slots:
- id
- name
- short_name
- description
- grants
- documentation
- monarch_contribution
- repository
- monarch_role
- citation
- contact
- project_boards
- icon
- url
class_uri: schema:Thing

Induced

name: Resource
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
attributes:
  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: Resource
    domain_of:
    - Resource
    range: uriorcurie
  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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    domain_of:
    - Resource
    range: ProjectBoard
    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: Resource
    domain_of:
    - Resource
    range: string
  url:
    name: url
    description: A web location
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: url
    owner: Resource
    domain_of:
    - Resource
    - ProjectBoard
    - Download
    range: uriorcurie
class_uri: schema:Thing