Skip to content

Class: FigureCaption

A caption for a figure from a scientific paper. The caption may contain multiple subpanel descriptions.

URI: fig:FigureCaption

erDiagram FigureCaption { string title } SubPanel { string id string text string info } FigureCaption ||--}o SubPanel : "subpanel"

Slots

Name Cardinality and Range Description Inheritance
title 0..1
String
the overall title of the figure caption direct
subpanel 0..*
SubPanel
a subpanel of the figure direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ontogpt/figure

Mappings

Mapping Type Mapped Value
self fig:FigureCaption
native fig:FigureCaption

LinkML Source

Direct

name: FigureCaption
description: A caption for a figure from a scientific paper. The caption may contain
  multiple subpanel descriptions.
from_schema: https://w3id.org/ontogpt/figure
attributes:
  title:
    name: title
    description: the overall title of the figure caption
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
  subpanel:
    name: subpanel
    annotations:
      prompt:
        tag: prompt
        value: 'a semicolon separated list of descriptions of every panel in the text.
          Keep the panel id and text together. for example: "1A: A side view of the
          foo; 1B: A frontal view of the foo"'
    description: a subpanel of the figure
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
    multivalued: true
    range: SubPanel
tree_root: true

Induced

name: FigureCaption
description: A caption for a figure from a scientific paper. The caption may contain
  multiple subpanel descriptions.
from_schema: https://w3id.org/ontogpt/figure
attributes:
  title:
    name: title
    description: the overall title of the figure caption
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
    alias: title
    owner: FigureCaption
    domain_of:
    - FigureCaption
    - Publication
    range: string
  subpanel:
    name: subpanel
    annotations:
      prompt:
        tag: prompt
        value: 'a semicolon separated list of descriptions of every panel in the text.
          Keep the panel id and text together. for example: "1A: A side view of the
          foo; 1B: A frontal view of the foo"'
    description: a subpanel of the figure
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
    multivalued: true
    alias: subpanel
    owner: FigureCaption
    domain_of:
    - FigureCaption
    range: SubPanel
tree_root: true