Skip to content

Class: Blog

Blog post about secondary metabolites.

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

classDiagram class Blog click Blog href "../Blog/" Blog : author_id Blog : content Blog : id Blog : published_time Blog : title

Slots

Name Cardinality and Range Description Inheritance
id 1
Integer
direct
title 0..1
String
direct
content 0..1
String
direct
author_id 0..1
Integer
direct
published_time 0..1
Datetime
direct

Identifier and Mapping Information

Annotations

property value
source_table blog

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Blog
annotations:
  source_table:
    tag: source_table
    value: blog
description: Blog post about secondary metabolites.
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
  title:
    name: title
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    domain_of:
    - Blog
    range: string
  content:
    name: content
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    domain_of:
    - Blog
    range: string
  author_id:
    name: author_id
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    domain_of:
    - Blog
    range: integer
  published_time:
    name: published_time
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    domain_of:
    - Blog
    range: datetime

Induced

name: Blog
annotations:
  source_table:
    tag: source_table
    value: blog
description: Blog post about secondary metabolites.
from_schema: https://w3id.org/jgi/smc
attributes:
  id:
    name: id
    from_schema: https://w3id.org/jgi/smc
    identifier: true
    alias: id
    owner: Blog
    domain_of:
    - BGC
    - BGCClass
    - BGCAnalysis
    - BGCAnalysisToSecmetFile
    - BGCAnnotation
    - AnalysisTool
    - Contig
    - Gene
    - Collection
    - CollectionMember
    - Comment
    - Blog
    - Activity
    - ApiUsage
    range: integer
    required: true
  title:
    name: title
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    alias: title
    owner: Blog
    domain_of:
    - Blog
    range: string
  content:
    name: content
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    alias: content
    owner: Blog
    domain_of:
    - Blog
    range: string
  author_id:
    name: author_id
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    alias: author_id
    owner: Blog
    domain_of:
    - Blog
    range: integer
  published_time:
    name: published_time
    from_schema: https://w3id.org/jgi/smc
    rank: 1000
    alias: published_time
    owner: Blog
    domain_of:
    - Blog
    range: datetime