Skip to content

Slot: file_name

A string that can be used to name a data file. This string is made up of uppercase and lowercase letters, decimal digits, hypen, period, and underscore [A-Za-z0-9.-]. See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282 [portable filenames]._

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

Applicable Classes

Name Description Modifies Slot
File General information about a particular data file. Most fields (marked with an asterix*) are copied from the GA4GH DRS DrsObject model (https://ga4gh.github.io/data-repository-service-schemas/preview/release/drs-1.4.0/docs/#tag/DrsObjectModel), which is the top-level object returned from a DRS server in response to a successful lookup call (i.e. https://ga4gh.github.io/data-repository-service-schemas/preview/release/drs-1.4.0/docs/#tag/Objects). no
GenomicAnnotationFile Information about a genomic annotation / track file. GenomicAnnotationFile is a specification of the File entity and inherits all the fields defined in File, in addition to the fields that are specific to GenomicAnnotationFile, as detailed here. no

Properties

Type and Range

Property Value
Range String
Domain Of File

Cardinality and Requirements

Property Value

Examples

Value
87234.ENCODE.ENCBS004ENC.H3K9me3.peak_calls.bigBed

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/file_name
native https://w3id.org/fga-wg/schema/bundle/file_name

LinkML Source

name: file_name
description: A string that can be used to name a data file. This string is made up
  of uppercase and lowercase letters, decimal digits, hypen, period, and underscore
  [A-Za-z0-9.-_]. See http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282
  [portable filenames].
examples:
- value: 87234.ENCODE.ENCBS004ENC.H3K9me3.peak_calls.bigBed
from_schema: https://w3id.org/fga-wg/schema/bundle
rank: 1000
domain_of:
- File
range: string