Class: SourceInput
Represents an input to a source
URI: schema:Role
classDiagram
class SourceInput
click SourceInput href "../SourceInput"
SourceInput <|-- AssemblyFragment
click AssemblyFragment href "../AssemblyFragment"
SourceInput : sequence
SourceInput --> "1" Sequence : sequence
click Sequence href "../Sequence"
SourceInput : type
Inheritance
- SourceInput
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 0..1 String |
Designates the class | direct |
sequence | 1 Sequence |
The input sequence | direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://opencloning.github.io/OpenCloning_LinkML
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Role |
native | opencloning_linkml:SourceInput |
LinkML Source
Direct
name: SourceInput
description: Represents an input to a source
from_schema: https://opencloning.github.io/OpenCloning_LinkML
slots:
- type
attributes:
sequence:
name: sequence
description: The input sequence
from_schema: https://opencloning.github.io/OpenCloning_LinkML
domain_of:
- Primer
- SourceInput
- PlannotateAnnotationReport
range: Sequence
required: true
class_uri: schema:Role
represents_relationship: true
Induced
name: SourceInput
description: Represents an input to a source
from_schema: https://opencloning.github.io/OpenCloning_LinkML
attributes:
sequence:
name: sequence
description: The input sequence
from_schema: https://opencloning.github.io/OpenCloning_LinkML
alias: sequence
owner: SourceInput
domain_of:
- Primer
- SourceInput
- PlannotateAnnotationReport
range: Sequence
required: true
type:
name: type
description: Designates the class
from_schema: https://opencloning.github.io/OpenCloning_LinkML
rank: 1000
designates_type: true
alias: type
owner: SourceInput
domain_of:
- Sequence
- SourceInput
- Source
- CollectionOptionInfo
- AnnotationReport
- AssociatedFile
range: string
class_uri: schema:Role
represents_relationship: true