Skip to content

Class: DubSeqLibrary

DubSeq_Library entity in the ENIGMA data model

URI: enigma:DubSeqLibrary

classDiagram class DubSeqLibrary click DubSeqLibrary href "../DubSeqLibrary/" DubSeqLibrary : dubseq_library_genome DubSeqLibrary : dubseq_library_id DubSeqLibrary : dubseq_library_n_fragments DubSeqLibrary : dubseq_library_name

Slots

Name Cardinality and Range Description Inheritance
dubseq_library_id 1
String
id field for DubSeq_Library direct
dubseq_library_name 1
String
name field for DubSeq_Library direct
dubseq_library_genome 1
String
genome field for DubSeq_Library direct
dubseq_library_n_fragments 0..1
Integer
n_fragments field for DubSeq_Library direct

Identifier and Mapping Information

Annotations

property value
term DA:0000075
used_for_provenance True
process_types ['PROCESS:0000049']
process_inputs [['Genome']]

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DubSeq_Library
annotations:
  term:
    tag: term
    value: DA:0000075
  used_for_provenance:
    tag: used_for_provenance
    value: true
  process_types:
    tag: process_types
    value:
    - PROCESS:0000049
  process_inputs:
    tag: process_inputs
    value:
    - - Genome
description: DubSeq_Library entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
slots:
- dubseq_library_id
- dubseq_library_name
- dubseq_library_genome
- dubseq_library_n_fragments

Induced

name: DubSeq_Library
annotations:
  term:
    tag: term
    value: DA:0000075
  used_for_provenance:
    tag: used_for_provenance
    value: true
  process_types:
    tag: process_types
    value:
    - PROCESS:0000049
  process_inputs:
    tag: process_inputs
    value:
    - - Genome
description: DubSeq_Library entity in the ENIGMA data model
from_schema: https://w3id.org/enigma/enigma-cdm
attributes:
  dubseq_library_id:
    name: dubseq_library_id
    annotations:
      type_term:
        tag: type_term
        value: ME:0000276
    description: id field for DubSeq_Library
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    identifier: true
    alias: dubseq_library_id
    owner: DubSeq_Library
    domain_of:
    - DubSeq_Library
    range: string
    required: true
  dubseq_library_name:
    name: dubseq_library_name
    annotations:
      unique:
        tag: unique
        value: true
      type_term:
        tag: type_term
        value: ME:0000262
    description: name field for DubSeq_Library
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    alias: dubseq_library_name
    owner: DubSeq_Library
    domain_of:
    - DubSeq_Library
    range: string
    required: true
  dubseq_library_genome:
    name: dubseq_library_genome
    annotations:
      foreign_key:
        tag: foreign_key
        value: Genome.name
      type_term:
        tag: type_term
        value: ME:0000246
    description: genome field for DubSeq_Library
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    alias: dubseq_library_genome
    owner: DubSeq_Library
    domain_of:
    - DubSeq_Library
    range: string
    required: true
  dubseq_library_n_fragments:
    name: dubseq_library_n_fragments
    annotations:
      units_term:
        tag: units_term
        value: UO:0000189
      type_term:
        tag: type_term
        value: ME:0000126
    description: n_fragments field for DubSeq_Library
    from_schema: https://w3id.org/enigma/enigma-cdm
    rank: 1000
    alias: dubseq_library_n_fragments
    owner: DubSeq_Library
    domain_of:
    - DubSeq_Library
    range: integer