Skip to content

Class: CollectionOptionInfo

Additional information about a collection option

URI: opencloning_linkml:CollectionOptionInfo

classDiagram class CollectionOptionInfo click CollectionOptionInfo href "../CollectionOptionInfo" CollectionOptionInfo : description CollectionOptionInfo : name CollectionOptionInfo : resistance CollectionOptionInfo : type CollectionOptionInfo --> "0..1" CollectionOptionType : type click CollectionOptionType href "../CollectionOptionType" CollectionOptionInfo : well

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
A human-readable name for a thing direct
description 0..1
String
A description of the option direct
type 0..1
CollectionOptionType
The type of the option, this is redundant with the type of the source, and co... direct
resistance 0..1
String
The antibiotic resistance of the plasmid direct
well 0..1
String
The well position in the kit plate direct

Usages

used by used in type used
CollectionOption info range CollectionOptionInfo

Identifier and Mapping Information

Schema Source

  • from schema: https://opencloning.github.io/OpenCloning_LinkML

Mappings

Mapping Type Mapped Value
self opencloning_linkml:CollectionOptionInfo
native opencloning_linkml:CollectionOptionInfo

LinkML Source

Direct

name: CollectionOptionInfo
description: Additional information about a collection option
from_schema: https://opencloning.github.io/OpenCloning_LinkML
slots:
- name
slot_usage:
  name:
    name: name
    required: false
attributes:
  description:
    name: description
    description: A description of the option
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    domain_of:
    - CollectionSource
    - CollectionOptionInfo
    - CloningStrategy
    range: string
    required: false
  type:
    name: type
    description: The type of the option, this is redundant with the type of the source,
      and could be removed.
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    domain_of:
    - Sequence
    - Source
    - CollectionOptionInfo
    - AnnotationReport
    - AssociatedFile
    range: CollectionOptionType
    required: false
  resistance:
    name: resistance
    description: The antibiotic resistance of the plasmid
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    domain_of:
    - CollectionOptionInfo
    range: string
    required: false
  well:
    name: well
    description: The well position in the kit plate
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    domain_of:
    - CollectionOptionInfo
    range: string
    required: false

Induced

name: CollectionOptionInfo
description: Additional information about a collection option
from_schema: https://opencloning.github.io/OpenCloning_LinkML
slot_usage:
  name:
    name: name
    required: false
attributes:
  description:
    name: description
    description: A description of the option
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    alias: description
    owner: CollectionOptionInfo
    domain_of:
    - CollectionSource
    - CollectionOptionInfo
    - CloningStrategy
    range: string
    required: false
  type:
    name: type
    description: The type of the option, this is redundant with the type of the source,
      and could be removed.
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    alias: type
    owner: CollectionOptionInfo
    domain_of:
    - Sequence
    - Source
    - CollectionOptionInfo
    - AnnotationReport
    - AssociatedFile
    range: CollectionOptionType
    required: false
  resistance:
    name: resistance
    description: The antibiotic resistance of the plasmid
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: resistance
    owner: CollectionOptionInfo
    domain_of:
    - CollectionOptionInfo
    range: string
    required: false
  well:
    name: well
    description: The well position in the kit plate
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: well
    owner: CollectionOptionInfo
    domain_of:
    - CollectionOptionInfo
    range: string
    required: false
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: CollectionOptionInfo
    domain_of:
    - Primer
    - CollectionOption
    - CollectionOptionInfo
    range: string
    required: false