Skip to content

Slot: filecollection_label

A human-readable description of the file collection, short enough to be used for listings within software user interfaces, tables, illustration legends, etc.

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

Applicable Classes

Name Description Modifies Slot
FileCollection A collection of files, according to some selection criteria. In the context of the "FAIRification of Genomic Annotations" data model, we are mainly interested in "GenomicAnnotationFile" entities, but other types of files can also be contained in a collection, e.g. raw data files such as FASTQ files. no

Properties

Type and Range

Property Value
Range String
Domain Of FileCollection

Cardinality and Requirements

Property Value
Required Yes
### Value Constraints
Property Value
Regex Pattern ^.{1,60}$

Examples

Value
IHEC data portal: ENCODE dataset

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

LinkML Source

name: filecollection_label
description: A human-readable description of the file collection, short enough to
  be used for listings within software user interfaces, tables, illustration legends,
  etc.
examples:
- value: 'IHEC data portal: ENCODE dataset'
from_schema: https://w3id.org/fga-wg/schema/bundle
rank: 1000
domain_of:
- FileCollection
range: string
required: true
pattern: ^.{1,60}$