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 |
---|---|---|
MassSpectrometryResults | A data entity consisting of quantitative results from a mass spectrometry exp... | no |
VariantSet | A data entity consisting of genomic variants relative to a reference | 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 |
Array | Data entity consisting of an N-dimensional array | 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
Mappings
Mapping Type | Mapped Value |
---|---|
self | modos:data_path |
native | modos:data_path |
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