Skip to content

Slot: data_path

The path to access a resource, on a network or local filesystem. Can be a path relative to the root of the digital object, a URL, or an absolute path.

URI: modos:data_path

Applicable Classes

Name Description Modifies Slot
VariantSet A data entity consisting of genomic variants relative to a reference no
Array Data entity consisting of an N-dimensional array no
AlignmentSet A data entity consisting of genomic intervals aligned to a reference no
DataEntity An entity containing data no
ReferenceGenome Reference assembly of a given genome, consisting of a collection of congiguou... no

Properties

  • Range: String

  • Required: True

Examples

Value
s3://example-bucket/path/to/data
relative/file/path
file:///absolute/file/path

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/sdsc-ordes/modos-schema

LinkML Source

name: data_path
description: The path to access a resource, on a network or local filesystem. Can
  be a path relative to the root of the digital object, a URL, or an absolute path.
examples:
- value: s3://example-bucket/path/to/data
- value: relative/file/path
- value: file:///absolute/file/path
from_schema: https://w3id.org/sdsc-ordes/modos-schema
rank: 1000
alias: data_path
domain_of:
- DataEntity
- ReferenceGenome
range: string
required: true