Skip to content

Class: GenomeSetGenome

Many-to-many link between genome sets and genomes.

URI: https://w3id.org/kbase/phagefoundry_strain_modelling/GenomeSetGenome

classDiagram class GenomeSetGenome click GenomeSetGenome href "../GenomeSetGenome/" GenomeSetGenome : genome_id GenomeSetGenome : genome_set_id

Slots

Name Cardinality and Range Description Inheritance
genome_set_id 0..1
Integer
direct
genome_id 0..1
Integer
direct

Identifier and Mapping Information

Annotations

property value
source_table strainmodelling_genome_set_genomes

Schema Source

  • from schema: https://w3id.org/kbase/phagefoundry_strain_modelling

Mappings

Mapping Type Mapped Value
self https://w3id.org/kbase/phagefoundry_strain_modelling/GenomeSetGenome
native https://w3id.org/kbase/phagefoundry_strain_modelling/GenomeSetGenome

LinkML Source

Direct

name: GenomeSetGenome
annotations:
  source_table:
    tag: source_table
    value: strainmodelling_genome_set_genomes
description: Many-to-many link between genome sets and genomes.
from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
attributes:
  genome_set_id:
    name: genome_set_id
    comments:
    - Foreign key to GenomeSet.id
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    rank: 1000
    domain_of:
    - GenomeSetGenome
    range: integer
  genome_id:
    name: genome_id
    comments:
    - Foreign key to Genome.id
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    rank: 1000
    domain_of:
    - GenomeSetGenome
    - Sequence
    range: integer

Induced

name: GenomeSetGenome
annotations:
  source_table:
    tag: source_table
    value: strainmodelling_genome_set_genomes
description: Many-to-many link between genome sets and genomes.
from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
attributes:
  genome_set_id:
    name: genome_set_id
    comments:
    - Foreign key to GenomeSet.id
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    rank: 1000
    alias: genome_set_id
    owner: GenomeSetGenome
    domain_of:
    - GenomeSetGenome
    range: integer
  genome_id:
    name: genome_id
    comments:
    - Foreign key to Genome.id
    from_schema: https://w3id.org/kbase/phagefoundry_strain_modelling
    rank: 1000
    alias: genome_id
    owner: GenomeSetGenome
    domain_of:
    - GenomeSetGenome
    - Sequence
    range: integer