Skip to content

Class: SpatialDataObject

SpatialData object specific to the SpatialData root

URI: vega_scverse:SpatialDataObject

classDiagram class SpatialDataObject click SpatialDataObject href "../SpatialDataObject" DataObject <|-- SpatialDataObject click DataObject href "../DataObject" SpatialDataObject : format SpatialDataObject --> "0..1" SpatialDataFormat : format click SpatialDataFormat href "../SpatialDataFormat" SpatialDataObject : name SpatialDataObject : url

Inheritance

Slots

Name Cardinality and Range Description Inheritance
url 1
String
The absolute path to the SpatialData zarr direct
format 0..1
SpatialDataFormat
direct
name 1
String
The name used throughout the view configuration to refer to the data object DataObject

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SpatialDataObject
description: SpatialData object specific to the SpatialData root
from_schema: https://w3id.org/scverse/vega-scverse/specification
is_a: DataObject
attributes:
  url:
    name: url
    description: The absolute path to the SpatialData zarr.
    from_schema: https://w3id.org/scverse/vega-scverse/data
    rank: 1000
    domain_of:
    - SpatialDataObject
    range: string
    required: true
  format:
    name: format
    from_schema: https://w3id.org/scverse/vega-scverse/data
    domain_of:
    - DataObject
    - SpatialDataObject
    - BaseTableObject
    - SpatialDataElementObject
    range: SpatialDataFormat

Induced

name: SpatialDataObject
description: SpatialData object specific to the SpatialData root
from_schema: https://w3id.org/scverse/vega-scverse/specification
is_a: DataObject
attributes:
  url:
    name: url
    description: The absolute path to the SpatialData zarr.
    from_schema: https://w3id.org/scverse/vega-scverse/data
    rank: 1000
    alias: url
    owner: SpatialDataObject
    domain_of:
    - SpatialDataObject
    range: string
    required: true
  format:
    name: format
    from_schema: https://w3id.org/scverse/vega-scverse/data
    alias: format
    owner: SpatialDataObject
    domain_of:
    - DataObject
    - SpatialDataObject
    - BaseTableObject
    - SpatialDataElementObject
    range: SpatialDataFormat
  name:
    name: name
    description: "The name used throughout the view configuration to refer to the\
      \ data object. It is an arbitrary string \nfollowed by an underscore and pseudo\
      \ UUID."
    from_schema: https://w3id.org/scverse/vega-scverse/data
    rank: 1000
    alias: name
    owner: SpatialDataObject
    domain_of:
    - DataObject
    - Scale
    range: string
    required: true
    pattern: ^(.*_)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$