Logo ProcessCore

Dataset

Container and context for data and processes. A Dataset groups a set of processes that belong together and provides administrative metadata (identifier, title, description).

Schema.org type: schema.org/Dataset

Decorations specialize Dataset via additionalType: - ISA: Investigation, Study, Assay - Workflow Run: ARC Workflow, ARC Run - Datamap

Properties

Property

Type

Required

Description

id

Text

MUST

Unique identifier for the dataset

type

Text

MUST

Dataset

additionalType

Text

COULD

Discriminator for decoration type

identifier

Text

MUST

Identifying descriptor

name

Text

SHOULD

Title

description

Text

SHOULD

Short description or abstract

processes

LabProcess

SHOULD

Processes contained in this dataset

hasPart

Dataset, Data

SHOULD

Sub-datasets or data files

additionalProperty

PropertyValue

COULD

Extensible metadata

Relationships

flowchart TD

    id@{ shape: stadium, label: "string" }
    na@{ shape: stadium, label: "string" }
    de@{ shape: stadium, label: "string" }

    d[Dataset]
    Dataset --processes--> LabProcess
    d --hasPart--> Dataset
    d --hasPart--> Data
    Dataset --additionalProperty--> PropertyValue
    Dataset --identifier--> id
    Dataset --name--> na
    Dataset --description--> de


Type something to start searching.