Skip to content

Class: Taxon

Taxon entity in the ENIGMA data model

URI: enigma:Taxon

classDiagram class Taxon click Taxon href "../Taxon/" Taxon : taxon_id Taxon : taxon_name Taxon : taxon_ncbi_taxid

Slots

Name Cardinality and Range Description Inheritance
taxon_id 1
String
id field for Taxon direct
taxon_name 1
String
name field for Taxon direct
taxon_ncbi_taxid 0..1
String
ncbi_taxid field for Taxon direct

Identifier and Mapping Information

Annotations

property value
term DA:0000037
process_types ['PROCESS:0000029']
process_inputs [['ENIGMA']]

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Taxon
annotations:
  term:
    tag: term
    value: DA:0000037
  process_types:
    tag: process_types
    value:
    - PROCESS:0000029
  process_inputs:
    tag: process_inputs
    value:
    - - ENIGMA
description: Taxon entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
slots:
- taxon_id
- taxon_name
- taxon_ncbi_taxid

Induced

name: Taxon
annotations:
  term:
    tag: term
    value: DA:0000037
  process_types:
    tag: process_types
    value:
    - PROCESS:0000029
  process_inputs:
    tag: process_inputs
    value:
    - - ENIGMA
description: Taxon entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
attributes:
  taxon_id:
    name: taxon_id
    annotations:
      type_term:
        tag: type_term
        value: ME:0000268
    description: id field for Taxon
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    identifier: true
    alias: taxon_id
    owner: Taxon
    domain_of:
    - Taxon
    range: string
    required: true
  taxon_name:
    name: taxon_name
    annotations:
      unique:
        tag: unique
        value: true
      type_term:
        tag: type_term
        value: ME:0000047
    description: name field for Taxon
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    alias: taxon_name
    owner: Taxon
    domain_of:
    - Taxon
    range: string
    required: true
  taxon_ncbi_taxid:
    name: taxon_ncbi_taxid
    annotations:
      type_term:
        tag: type_term
        value: ME:0000223
    description: ncbi_taxid field for Taxon
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    alias: taxon_ncbi_taxid
    owner: Taxon
    domain_of:
    - Taxon
    range: string