Skip to content

Class: SpatialDataFormat

URI: vega_scverse:SpatialDataFormat

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

Inheritance

Slots

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

Usages

used by used in type used
SpatialDataObject format range SpatialDataFormat

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SpatialDataFormat
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
    pattern: ^(\d+\.\d+)(\.\d+)?([a-zA-Z0-9.+-]*)?$

Induced

name: SpatialDataFormat
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: SpatialDataFormat
    domain_of:
    - BaseFormat
    - SpatialDataFormat
    - ElementFormat
    range: string
    pattern: ^(\d+\.\d+)(\.\d+)?([a-zA-Z0-9.+-]*)?$
  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: SpatialDataFormat
    domain_of:
    - Transform
    - BaseFormat
    - Scale
    - Legend
    - Mark
    - TextMark
    - GroupMark
    range: string
    required: true