Skip to content

Class: DataType

List of EDAM CV 'data:' terms used to describe data in C2M2 files

URI: cfde_schema:DataType

classDiagram class DataType DataType : description DataType : id DataType : synonyms

Slots

Name Range Cardinality Description Info
id xsd:string 1..1 An EDAM CV data term .
description xsd:string 0..1 A human-readable description of this EDAM data 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 DataType range data_type

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: data_type
description: List of EDAM CV 'data:' terms used to describe data in C2M2 files
title: data_type
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: An EDAM CV data 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 data 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: data_type
description: List of EDAM CV 'data:' terms used to describe data in C2M2 files
title: data_type
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: An EDAM CV data term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: data_type
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this EDAM data term
    from_schema: https://w3id.org/linkml/cfde
    alias: description
    owner: data_type
    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: data_type
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id