Skip to content

Class: ElementFormat

URI: vega_scverse:ElementFormat

classDiagram class ElementFormat click ElementFormat href "../ElementFormat" BaseFormat <|-- ElementFormat click BaseFormat href "../BaseFormat" ElementFormat : type ElementFormat : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
version 0..1
Float
direct
type 1
String
The type of the data as string, e BaseFormat

Usages

used by used in type used
BaseTableObject format range ElementFormat
SpatialDataElementObject format range ElementFormat

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

Mappings

Mapping Type Mapped Value
self vega_scverse:ElementFormat
native vega_scverse:ElementFormat

LinkML Source

Direct

name: ElementFormat
from_schema: https://w3id.org/scverse/vega-scverse/specification
is_a: BaseFormat
attributes:
  version:
    name: version
    from_schema: https://w3id.org/scverse/vega-scverse/data
    domain_of:
    - BaseFormat
    - SpatialDataFormat
    - ElementFormat
    range: float

Induced

name: ElementFormat
from_schema: https://w3id.org/scverse/vega-scverse/specification
is_a: BaseFormat
attributes:
  version:
    name: version
    from_schema: https://w3id.org/scverse/vega-scverse/data
    alias: version
    owner: ElementFormat
    domain_of:
    - BaseFormat
    - SpatialDataFormat
    - ElementFormat
    range: float
  type:
    name: type
    description: The type of the data as string, e.g. RasterFormat
    from_schema: https://w3id.org/scverse/vega-scverse/data
    alias: type
    owner: ElementFormat
    domain_of:
    - Transform
    - BaseFormat
    - Scale
    - Legend
    - Mark
    - TextMark
    - GroupMark
    range: string
    required: true