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 : icons_url
Resource : id
Resource : license
Resource --> license_enum : license
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 : see_also
Resource : short_name
Resource : tagline
Resource : url
Resource : visual_explainer
Resource : website_include
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 String |
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 |
icons_url | 0..1 Uriorcurie |
A URL to an icon or set of icon representing the asset | direct |
tagline | 0..1 String |
A short tagline for the resource | direct |
visual_explainer | 0..1 String |
A visual abstract for the resource | direct |
url | 0..1 Uriorcurie |
A web location | direct |
website_include | 0..1 Boolean |
Flag if this resource should be shown on the website | direct |
see_also | 0..* Uriorcurie |
A list of related resources | direct |
license | 0..1 LicenseEnum |
A URL to the license | 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
- icons_url
- tagline
- visual_explainer
- url
- website_include
- see_also
- license
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: string
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
icons_url:
name: icons_url
description: A URL to an icon or set of icon representing the asset. We dont expect
this to resolve to a specific icon, more to the place where to get the icons
from.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
rank: 1000
alias: icons_url
owner: Resource
domain_of:
- Resource
range: uriorcurie
tagline:
name: tagline
description: A short tagline for the resource.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
rank: 1000
alias: tagline
owner: Resource
domain_of:
- Resource
range: string
visual_explainer:
name: visual_explainer
description: A visual abstract for the resource.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
rank: 1000
alias: visual_explainer
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
website_include:
name: website_include
description: Flag if this resource should be shown on the website.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
rank: 1000
alias: website_include
owner: Resource
domain_of:
- Resource
range: boolean
see_also:
name: see_also
description: A list of related resources.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
rank: 1000
multivalued: true
alias: see_also
owner: Resource
domain_of:
- Resource
range: uriorcurie
license:
name: license
description: A URL to the license.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
rank: 1000
alias: license
owner: Resource
domain_of:
- Resource
range: license_enum
class_uri: schema:Thing