Logo ProcessCore

Data

Data files produced or consumed by processes. A Data object may represent either a whole file or, when its identifier includes a selector, a specific fragment within a file.

Schema.org type: schema.org/MediaObject or File

Properties

Property

Type

Required

Description

id

Text

COULD

Path pointing to the file

type

Text

MUST

Data

additionalType

Text

COULD

Decoration discriminator, e.g. Raw Data

path

Text

MUST

Path to the target data object when using the flat form

selector

Text

COULD

Fragment selector that narrows the target to a subset of the data object

selectorFormat

URL

COULD

Formal description of the selector syntax, e.g. RFC 7111

encodingFormat

Text

COULD

MIME type of the target data object or fragment

additionalProperty

PropertyValue

COULD

Extensible file-, fragment-, or content-level metadata

Relationships

flowchart TD

    pa@{ shape: stadium, label: "string" }
    se@{ shape: stadium, label: "string" }
    sf@{ shape: stadium, label: "URL" }
    ef@{ shape: stadium, label: "string" }

    LabProcess --inputs--> Data
    LabProcess --"outputs"--> Data
    Data --path--> pa
    Data --selector--> se
    Data --selectorFormat--> sf
    Data --encodingFormat--> ef
    Data --additionalProperty--> PropertyValue

Type something to start searching.