Skip to content

Class: DatabaseSource

Represents the source of a sequence that is identified by a database id

URI: opencloning_linkml:DatabaseSource

classDiagram class DatabaseSource click DatabaseSource href "../DatabaseSource" Source <|-- DatabaseSource click Source href "../Source" DatabaseSource : database_id DatabaseSource : id DatabaseSource : input DatabaseSource --> "*" Sequence : input click Sequence href "../Sequence" DatabaseSource : output DatabaseSource --> "0..1" Sequence : output click Sequence href "../Sequence" DatabaseSource : output_name DatabaseSource : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
database_id 1
Integer
The id of an entity in a database direct
input *
Sequence
The sequences that are an input to this source Source
output 0..1
Sequence
Identifier of the sequence that is the output of this source Source
type 0..1
String
Designates the class Source
output_name 0..1
String
Used to specify the name of the output sequence Source
id 1
Integer
A unique identifier for a thing NamedThing

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: DatabaseSource
description: Represents the source of a sequence that is identified by a database
  id
from_schema: https://opencloning.github.io/OpenCloning_LinkML
is_a: Source
slots:
- database_id
slot_usage:
  database_id:
    name: database_id
    required: true

Induced

name: DatabaseSource
description: Represents the source of a sequence that is identified by a database
  id
from_schema: https://opencloning.github.io/OpenCloning_LinkML
is_a: Source
slot_usage:
  database_id:
    name: database_id
    required: true
attributes:
  database_id:
    name: database_id
    description: The id of an entity in a database
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:identifier
    alias: database_id
    owner: DatabaseSource
    domain_of:
    - Primer
    - Source
    - DatabaseSource
    range: integer
    required: true
  input:
    name: input
    description: The sequences that are an input to this source. If the source represents
      external import of a sequence, it's empty.
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:object
    alias: input
    owner: DatabaseSource
    domain_of:
    - Source
    range: Sequence
    required: false
    multivalued: true
    inlined_as_list: false
  output:
    name: output
    description: Identifier of the sequence that is the output of this source.
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:result
    alias: output
    owner: DatabaseSource
    domain_of:
    - Source
    range: Sequence
    required: false
    inlined: false
  type:
    name: type
    description: Designates the class
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    designates_type: true
    alias: type
    owner: DatabaseSource
    domain_of:
    - Sequence
    - Source
    - CollectionOptionInfo
    - AnnotationReport
    - AssociatedFile
    range: string
  output_name:
    name: output_name
    description: Used to specify the name of the output sequence
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    alias: output_name
    owner: DatabaseSource
    domain_of:
    - Source
    range: string
    required: false
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://opencloning.github.io/OpenCloning_LinkML
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: DatabaseSource
    domain_of:
    - NamedThing
    - Sequence
    range: integer
    required: true