Skip to content

Class: Collection

Collection of BGCs or genomes.

URI: https://w3id.org/jgi/smc/Collection

classDiagram class Collection click Collection href "../Collection/" Collection : description Collection : id Collection : name Collection : owner_id

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
direct
name 0..1
String
direct
description 0..1
String
direct
owner_id 0..1
Integer
direct

Identifier and Mapping Information

Annotations

property value
source_table collection

Schema Source

  • from schema: https://w3id.org/jgi/smc

Mappings

Mapping Type Mapped Value
self https://w3id.org/jgi/smc/Collection
native https://w3id.org/jgi/smc/Collection

LinkML Source

Direct

name: Collection
annotations:
  source_table:
    tag: source_table
    value: collection
description: Collection of BGCs or genomes.
from_schema: https://w3id.org/jgi/smc
attributes:
  id:
    name: id
    from_schema: https://w3id.org/jgi/smc
    identifier: true
    domain_of:
    - BGC
    - BGCClass
    - BGCAnalysis
    - BGCAnalysisToSecmetFile
    - BGCAnnotation
    - AnalysisTool
    - Contig
    - Gene
    - Collection
    - CollectionMember
    - Comment
    - Blog
    - Activity
    - ApiUsage
    range: integer
    required: true
  name:
    name: name
    from_schema: https://w3id.org/jgi/smc
    domain_of:
    - BGC
    - BGCClass
    - AnalysisTool
    - Contig
    - Collection
    range: string
  description:
    name: description
    from_schema: https://w3id.org/jgi/smc
    domain_of:
    - BGCClass
    - Collection
    range: string
  owner_id:
    name: owner_id
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    domain_of:
    - Collection
    range: integer

Induced

name: Collection
annotations:
  source_table:
    tag: source_table
    value: collection
description: Collection of BGCs or genomes.
from_schema: https://w3id.org/jgi/smc
attributes:
  id:
    name: id
    from_schema: https://w3id.org/jgi/smc
    identifier: true
    alias: id
    owner: Collection
    domain_of:
    - BGC
    - BGCClass
    - BGCAnalysis
    - BGCAnalysisToSecmetFile
    - BGCAnnotation
    - AnalysisTool
    - Contig
    - Gene
    - Collection
    - CollectionMember
    - Comment
    - Blog
    - Activity
    - ApiUsage
    range: integer
    required: true
  name:
    name: name
    from_schema: https://w3id.org/jgi/smc
    alias: name
    owner: Collection
    domain_of:
    - BGC
    - BGCClass
    - AnalysisTool
    - Contig
    - Collection
    range: string
  description:
    name: description
    from_schema: https://w3id.org/jgi/smc
    alias: description
    owner: Collection
    domain_of:
    - BGCClass
    - Collection
    range: string
  owner_id:
    name: owner_id
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    alias: owner_id
    owner: Collection
    domain_of:
    - Collection
    range: integer