Skip to content

Class: CollectionOption

Represents an option in a collection

URI: opencloning_linkml:CollectionOption

classDiagram class CollectionOption click CollectionOption href "../CollectionOption" CollectionOption : info CollectionOption --> "0..1" CollectionOptionInfo : info click CollectionOptionInfo href "../CollectionOptionInfo" CollectionOption : name CollectionOption : source CollectionOption --> "1" Source : source click Source href "../Source"

Slots

Name Cardinality and Range Description Inheritance
name 1
String
A human-readable name for a thing direct
source 1
Source
The source of the sequence for this option direct
info 0..1
CollectionOptionInfo
Additional information about this option direct

Usages

used by used in type used
CollectionSource options range CollectionOption

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CollectionOption
description: Represents an option in a collection
from_schema: https://opencloning.github.io/OpenCloning_LinkML
slots:
- name
slot_usage:
  name:
    name: name
    required: true
attributes:
  source:
    name: source
    description: The source of the sequence for this option
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    domain_of:
    - CollectionOption
    range: Source
    required: true
    inlined: true
  info:
    name: info
    description: Additional information about this option
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    domain_of:
    - CollectionOption
    range: CollectionOptionInfo
    required: false
    inlined: true

Induced

name: CollectionOption
description: Represents an option in a collection
from_schema: https://opencloning.github.io/OpenCloning_LinkML
slot_usage:
  name:
    name: name
    required: true
attributes:
  source:
    name: source
    description: The source of the sequence for this option
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: source
    owner: CollectionOption
    domain_of:
    - CollectionOption
    range: Source
    required: true
    inlined: true
  info:
    name: info
    description: Additional information about this option
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: info
    owner: CollectionOption
    domain_of:
    - CollectionOption
    range: CollectionOptionInfo
    required: false
    inlined: true
  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: CollectionOption
    domain_of:
    - Primer
    - CollectionOption
    - CollectionOptionInfo
    range: string
    required: true