Slot: download_url_template

A URL template with placeholders enclosed in braces ({example}). When expanded with a given set of named parameters, the instantiated template forms a valid URL suitable for requesting a download.

URI: dldist:download_url_template

Applicable Classes

Name Description Modifies Slot
DataService A collection of operations that provides access to one or more distributions ... no

Properties

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/distribution/unreleased

LinkML Source

name: download_url_template
description: A URL template with placeholders enclosed in braces (`{example}`). When
  expanded with a given set of named parameters, the instantiated template forms a
  valid URL suitable for requesting a download.
notes:
- the `range` is string, because structural elements of the URL (e.g., the protocol)
  could also be a placeholder.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
close_mappings:
- linkml:structured_pattern
related_mappings:
- dldist:download_url
rank: 1000
slot_uri: dldist:download_url_template
alias: download_url_template
domain_of:
- DataService
range: string