Skip to content

Class: AssayType

List of Ontology for Biomedical Investigations (OBI) CV terms used to describe types of experiment that generate C2M2 biosamples or results stored in C2M2 files

URI: cfde_schema:AssayType

classDiagram class AssayType AssayType : description AssayType : id AssayType : synonyms

Slots

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

Usages

used by used in type used
File AssayType range assay_type
Biosample AssayType range assay_type

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: assay_type
description: List of Ontology for Biomedical Investigations (OBI) CV terms used to
  describe types of experiment that generate C2M2 biosamples or results stored in
  C2M2 files
title: assay_type
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: An OBI CV term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this OBI 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 OBI 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: assay_type
description: List of Ontology for Biomedical Investigations (OBI) CV terms used to
  describe types of experiment that generate C2M2 biosamples or results stored in
  C2M2 files
title: assay_type
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: An OBI CV term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: assay_type
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this OBI term
    from_schema: https://w3id.org/linkml/cfde
    alias: description
    owner: assay_type
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this term as identified by the OBI metadata
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
    alias: synonyms
    owner: assay_type
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id