Skip to content

Class: Recombinase

URI: opencloning_linkml:Recombinase

classDiagram class Recombinase click Recombinase href "../Recombinase" Recombinase : name Recombinase : site1 Recombinase : site1_name Recombinase : site2 Recombinase : site2_name

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
A human-readable name for a thing direct
site1 1
String
direct
site2 1
String
direct
site1_name 0..1
String
direct
site2_name 0..1
String
direct

Usages

used by used in type used
RecombinaseSource recombinases range Recombinase

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Recombinase
from_schema: https://opencloning.github.io/OpenCloning_LinkML
slots:
- name
attributes:
  site1:
    name: site1
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    domain_of:
    - Recombinase
    range: string
    required: true
    pattern: ^[A-Z]+[a-z]+[A-Z]+$
  site2:
    name: site2
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    domain_of:
    - Recombinase
    range: string
    required: true
    pattern: ^[A-Z]+[a-z]+[A-Z]+$
  site1_name:
    name: site1_name
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    ifabsent: string("site1")
    domain_of:
    - Recombinase
    range: string
  site2_name:
    name: site2_name
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    ifabsent: string("site2")
    domain_of:
    - Recombinase
    range: string

Induced

name: Recombinase
from_schema: https://opencloning.github.io/OpenCloning_LinkML
attributes:
  site1:
    name: site1
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: site1
    owner: Recombinase
    domain_of:
    - Recombinase
    range: string
    required: true
    pattern: ^[A-Z]+[a-z]+[A-Z]+$
  site2:
    name: site2
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: site2
    owner: Recombinase
    domain_of:
    - Recombinase
    range: string
    required: true
    pattern: ^[A-Z]+[a-z]+[A-Z]+$
  site1_name:
    name: site1_name
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    ifabsent: string("site1")
    alias: site1_name
    owner: Recombinase
    domain_of:
    - Recombinase
    range: string
  site2_name:
    name: site2_name
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    ifabsent: string("site2")
    alias: site2_name
    owner: Recombinase
    domain_of:
    - Recombinase
    range: string
  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: Recombinase
    domain_of:
    - Primer
    - CollectionOption
    - CollectionOptionInfo
    - Recombinase
    range: string