Skip to content

Class: SubPanel

A subcomponent of the overall figure caption.

URI: fig:SubPanel

erDiagram SubPanel { string id string text string info }

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
The identifier for this figure subpanel direct
text 0..1
String
The text associated with this figure subpanel direct
info 0..1
String
any information from the overall figure caption that applies to that subpanel... direct

Usages

used by used in type used
FigureCaption subpanel range SubPanel

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SubPanel
description: A subcomponent of the overall figure caption.
from_schema: https://w3id.org/ontogpt/figure
attributes:
  id:
    name: id
    annotations:
      prompt.example:
        tag: prompt.example
        value: 1, 2, A, B, I, II
    description: The identifier for this figure subpanel
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
  text:
    name: text
    description: The text associated with this figure subpanel
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
  info:
    name: info
    description: any information from the overall figure caption that applies to that
      subpanel (which may be duplicated across other subpanels).
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000

Induced

name: SubPanel
description: A subcomponent of the overall figure caption.
from_schema: https://w3id.org/ontogpt/figure
attributes:
  id:
    name: id
    annotations:
      prompt.example:
        tag: prompt.example
        value: 1, 2, A, B, I, II
    description: The identifier for this figure subpanel
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
    alias: id
    owner: SubPanel
    domain_of:
    - SubPanel
    - NamedEntity
    - Publication
    range: string
  text:
    name: text
    description: The text associated with this figure subpanel
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
    alias: text
    owner: SubPanel
    domain_of:
    - SubPanel
    range: string
  info:
    name: info
    description: any information from the overall figure caption that applies to that
      subpanel (which may be duplicated across other subpanels).
    from_schema: https://w3id.org/ontogpt/figure
    rank: 1000
    alias: info
    owner: SubPanel
    domain_of:
    - SubPanel
    range: string