Skip to content

Class: Download

A downloadable asset, i.e. a data file, an software component, etc.

URI: mtd:Download

 classDiagram
    class Download
      Download : file_format

          Download --> file_format_enum : file_format

      Download : release_status

          Download --> release_status_enum : release_status

      Download : url

Slots

Name Cardinality and Range Description Inheritance
url 0..1
Uriorcurie
A web location direct
release_status 0..1
ReleaseStatusEnum
The maturity of the asset, e direct
file_format 0..1
FileFormatEnum
The format of the file direct

Usages

used by used in type used
DataAsset download range Download

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Download
description: A downloadable asset, i.e. a data file, an software component, etc.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
slots:
- url
- release_status
- file_format

Induced

name: Download
description: A downloadable asset, i.e. a data file, an software component, etc.
from_schema: https://w3id.org/monarch-initiative/monarch-documentation
attributes:
  url:
    name: url
    description: A web location
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: url
    owner: Download
    domain_of:
    - Resource
    - ProjectBoard
    - Download
    range: uriorcurie
  release_status:
    name: release_status
    description: The maturity of the asset, e.g. whether it is under development,
      or public.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: release_status
    owner: Download
    domain_of:
    - Download
    range: release_status_enum
  file_format:
    name: file_format
    description: The format of the file.
    from_schema: https://w3id.org/monarch-initiative/monarch-documentation
    rank: 1000
    alias: file_format
    owner: Download
    domain_of:
    - Download
    range: file_format_enum