Class: figure (Figure)
A communication object comprising one or more graphics, drawings, images, or other visual representations..
URI: doco:Figure
classDiagram
class Figure
click Figure href "../Figure"
Figure : figure_caption
Figure : image
Figure --> "0..1" Any : image
click Any href "../Any"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
figure_caption | 0..1 String |
A textual entity that describes a figure | direct |
image | 0..1 Any or Integer or Float |
An image is an affine projection to a two dimensional surface, of measurement... | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ResearchPaper | figures | range | Figure |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | doco:Figure |
native | research_paper_schema:Figure |
LinkML Source
Direct
name: Figure
description: A communication object comprising one or more graphics, drawings, images,
or other visual representations..
title: figure
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
figure_caption:
name: figure_caption
description: A textual entity that describes a figure
title: caption
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: obo:IAO_0000304
domain_of:
- Figure
range: string
required: false
multivalued: false
image:
name: image
description: An image is an affine projection to a two dimensional surface, of
measurements of some quality of an entity or entities repeated at regular intervals
across a spatial range, where the measurements are represented as color and
luminosity on the projected on surface.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: obo:IAO_0000101
array:
exact_number_dimensions: 3
domain_of:
- Figure
range: Any
required: false
any_of:
- range: integer
- range: float
class_uri: doco:Figure
Induced
name: Figure
description: A communication object comprising one or more graphics, drawings, images,
or other visual representations..
title: figure
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
figure_caption:
name: figure_caption
description: A textual entity that describes a figure
title: caption
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: obo:IAO_0000304
alias: figure_caption
owner: Figure
domain_of:
- Figure
range: string
required: false
multivalued: false
image:
name: image
description: An image is an affine projection to a two dimensional surface, of
measurements of some quality of an entity or entities repeated at regular intervals
across a spatial range, where the measurements are represented as color and
luminosity on the projected on surface.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
slot_uri: obo:IAO_0000101
array:
exact_number_dimensions: 3
alias: image
owner: Figure
domain_of:
- Figure
range: Any
required: false
any_of:
- range: integer
- range: float
class_uri: doco:Figure