Skip to content

Class: AccessURL

The URL and associated HTTP headers to access the File object (orig: DrsObject). Exact copy of AccessURL object of the GA4GH DRS data model (https://ga4gh.github.io/data-repository-service-schemas/preview/release/drs-1.4.0/docs/#tag/AccessURLModel).

URI: https://w3id.org/fga-wg/schema/bundle/AccessURL

 classDiagram
    class AccessURL
    click AccessURL href "../AccessURL/"
      AccessURL : headers

      AccessURL : url

Example

Example JSON
{
  "url": "https://epigenomesportal.ca/tracks/ENCODE/hg38/87234.ENCODE.ENCBS004ENC.H3K9me3.peak_calls.bigBed"
}

Slots

Name Cardinality and Range Description Inheritance
url 1
Uri
A fully resolvable URL that can be used to fetch the actual object bytes. direct
headers *
String
An optional list of headers to include in the HTTP request to url. These headers can be used to provide auth tokens required to fetch the object bytes. direct

Usages

used by used in type used
AccessMethod access_url range AccessURL

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/fga-wg/schema/bundle

Mappings

Mapping Type Mapped Value
self https://w3id.org/fga-wg/schema/bundle/AccessURL
native https://w3id.org/fga-wg/schema/bundle/AccessURL

LinkML Source

Direct

name: AccessURL
description: 'The URL and associated HTTP headers to access the File object (orig:
  DrsObject). Exact copy of AccessURL object of the GA4GH DRS data model (https://ga4gh.github.io/data-repository-service-schemas/preview/release/drs-1.4.0/docs/#tag/AccessURLModel).'
from_schema: https://w3id.org/fga-wg/schema/bundle
slots:
- url
- headers

Induced

name: AccessURL
description: 'The URL and associated HTTP headers to access the File object (orig:
  DrsObject). Exact copy of AccessURL object of the GA4GH DRS data model (https://ga4gh.github.io/data-repository-service-schemas/preview/release/drs-1.4.0/docs/#tag/AccessURLModel).'
from_schema: https://w3id.org/fga-wg/schema/bundle
attributes:
  url:
    name: url
    description: A fully resolvable URL that can be used to fetch the actual object
      bytes.
    examples:
    - value: https://epigenomesportal.ca/tracks/ENCODE/hg38/87234.ENCODE.ENCBS004ENC.H3K9me3.peak_calls.bigBed
    from_schema: https://w3id.org/fga-wg/schema/bundle
    rank: 1000
    owner: AccessURL
    domain_of:
    - AccessURL
    range: uri
    required: true
  headers:
    name: headers
    description: An optional list of headers to include in the HTTP request to `url`.
      These headers can be used to provide auth tokens required to fetch the object
      bytes.
    from_schema: https://w3id.org/fga-wg/schema/bundle
    rank: 1000
    owner: AccessURL
    domain_of:
    - AccessURL
    range: string
    multivalued: true