Class: MarkDataSource
Object with a data field pointing to the name of the datastream that serves as data source for the mark.
URI: vega_scverse:MarkDataSource
classDiagram
class MarkDataSource
click MarkDataSource href "../MarkDataSource"
MarkDataSource : data
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
data | 1 String |
name of the datastream | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Mark | from_ | range | MarkDataSource |
RasterImageMark | from_ | range | MarkDataSource |
RasterLabelMark | from_ | range | MarkDataSource |
PointsMark | from_ | range | MarkDataSource |
ShapesMark | from_ | range | MarkDataSource |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/scverse/vega-scverse/specification
Mappings
Mapping Type | Mapped Value |
---|---|
self | vega_scverse:MarkDataSource |
native | vega_scverse:MarkDataSource |
LinkML Source
Direct
name: MarkDataSource
description: Object with a data field pointing to the name of the datastream that
serves as data source for the mark.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
data:
name: data
description: name of the datastream
from_schema: https://w3id.org/scverse/vega-scverse/marks
domain_of:
- ViewConfiguration
- ContinuousColorDomain
- MarkDataSource
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}$
Induced
name: MarkDataSource
description: Object with a data field pointing to the name of the datastream that
serves as data source for the mark.
from_schema: https://w3id.org/scverse/vega-scverse/specification
attributes:
data:
name: data
description: name of the datastream
from_schema: https://w3id.org/scverse/vega-scverse/marks
alias: data
owner: MarkDataSource
domain_of:
- ViewConfiguration
- ContinuousColorDomain
- MarkDataSource
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}$