Skip to content

Class: AnalysisType

List of Ontology for Biomedical Investigations (OBI) CV terms used to describe analytic methods that generate C2M2 files

URI: cfde_schema:AnalysisType

classDiagram class AnalysisType AnalysisType : description AnalysisType : id AnalysisType : 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 AnalysisType range analysis_type

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: analysis_type
description: List of Ontology for Biomedical Investigations (OBI) CV terms used to
  describe analytic methods that generate C2M2 files
title: analysis_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: analysis_type
description: List of Ontology for Biomedical Investigations (OBI) CV terms used to
  describe analytic methods that generate C2M2 files
title: analysis_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: analysis_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: analysis_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: analysis_type
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id