Skip to content

Class: OTU

OTU entity in the ENIGMA data model

URI: enigma:OTU

classDiagram class OTU click OTU href "../OTU/" OTU : otu_id OTU : otu_name

Slots

Name Cardinality and Range Description Inheritance
otu_id 1
String
id field for OTU direct
otu_name 1
String
name field for OTU direct

Identifier and Mapping Information

Annotations

property value
term DA:0000063
process_types ['PROCESS:0000031']
process_inputs [['Reads']]

Schema Source

  • from schema: https://w3id.org/enigma/enigma-cdm

Mappings

Mapping Type Mapped Value
self enigma:OTU
native enigma:OTU

LinkML Source

Direct

name: OTU
annotations:
  term:
    tag: term
    value: DA:0000063
  process_types:
    tag: process_types
    value:
    - PROCESS:0000031
  process_inputs:
    tag: process_inputs
    value:
    - - Reads
description: OTU entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
slots:
- otu_id
- otu_name

Induced

name: OTU
annotations:
  term:
    tag: term
    value: DA:0000063
  process_types:
    tag: process_types
    value:
    - PROCESS:0000031
  process_inputs:
    tag: process_inputs
    value:
    - - Reads
description: OTU entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
attributes:
  otu_id:
    name: otu_id
    annotations:
      type_term:
        tag: type_term
        value: ME:0000269
    description: id field for OTU
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    identifier: true
    alias: otu_id
    owner: OTU
    domain_of:
    - OTU
    range: string
    required: true
  otu_name:
    name: otu_name
    annotations:
      unique:
        tag: unique
        value: true
      type_term:
        tag: type_term
        value: ME:0000222
    description: name field for OTU
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    alias: otu_name
    owner: OTU
    domain_of:
    - OTU
    range: string
    required: true