Skip to content

Class: FileFormat

List of EDAM CV 'format:' terms used to describe formats of C2M2 files

URI: cfde_schema:FileFormat

classDiagram class FileFormat FileFormat : description FileFormat : id FileFormat : synonyms

Slots

Name Range Cardinality Description Info
id xsd:string 1..1 An EDAM CV format term .
description xsd:string 0..1 A human-readable description of this EDAM format term .
synonyms xsd:string 0..* A list of synonyms for this term as identified by the EDAM metadata .

Usages

used by used in type used
File FileFormat range file_format
File compression_format range file_format

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cfde

Mappings

Mapping Type Mapped Value
self ['cfde_schema:FileFormat']
native ['cfde_schema:FileFormat']

LinkML Specification

Direct

name: file_format
description: List of EDAM CV 'format:' terms used to describe formats of C2M2 files
title: file_format
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: An EDAM CV format term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this EDAM format term
    from_schema: https://w3id.org/linkml/cfde
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this term as identified by the EDAM metadata
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id

Induced

name: file_format
description: List of EDAM CV 'format:' terms used to describe formats of C2M2 files
title: file_format
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: An EDAM CV format term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: file_format
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this EDAM format term
    from_schema: https://w3id.org/linkml/cfde
    alias: description
    owner: file_format
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this term as identified by the EDAM metadata
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
    alias: synonyms
    owner: file_format
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id