Skip to content

Class: Annotation

Generic annotation record (used by browser_annotation).

URI: https://w3id.org/kbase/phagefoundry_genome_browser/Annotation

classDiagram class Annotation click Annotation href "../Annotation/" Annotation : id

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
direct

Identifier and Mapping Information

Annotations

property value
source_table browser_annotation

Schema Source

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

Mappings

Mapping Type Mapped Value
self https://w3id.org/kbase/phagefoundry_genome_browser/Annotation
native https://w3id.org/kbase/phagefoundry_genome_browser/Annotation

LinkML Source

Direct

name: Annotation
annotations:
  source_table:
    tag: source_table
    value: browser_annotation
description: Generic annotation record (used by browser_annotation).
from_schema: https://w3id.org/kbase/phagefoundry_genome_browser
attributes:
  id:
    name: id
    from_schema: https://w3id.org/kbase/phagefoundry_genome_browser
    identifier: true
    domain_of:
    - Genome
    - Contig
    - Gene
    - Protein
    - Annotation
    - CAZyFamily
    - COGClass
    - ECNumber
    - EggNOGDescription
    - GOTerm
    - KEGGOrtholog
    - KEGGPathway
    - KEGGReaction
    - Operon
    - OrthologGroup
    - Regulon
    - RegulonRegulator
    - Sample
    - SampleMetadata
    - Site
    - GenomeTag
    range: integer
    required: true

Induced

name: Annotation
annotations:
  source_table:
    tag: source_table
    value: browser_annotation
description: Generic annotation record (used by browser_annotation).
from_schema: https://w3id.org/kbase/phagefoundry_genome_browser
attributes:
  id:
    name: id
    from_schema: https://w3id.org/kbase/phagefoundry_genome_browser
    identifier: true
    alias: id
    owner: Annotation
    domain_of:
    - Genome
    - Contig
    - Gene
    - Protein
    - Annotation
    - CAZyFamily
    - COGClass
    - ECNumber
    - EggNOGDescription
    - GOTerm
    - KEGGOrtholog
    - KEGGPathway
    - KEGGReaction
    - Operon
    - OrthologGroup
    - Regulon
    - RegulonRegulator
    - Sample
    - SampleMetadata
    - Site
    - GenomeTag
    range: integer
    required: true