Logo ProcessCore

Descriptor

Bundles multiple assertions into a single semantic description. A Descriptor identifies the Sample or Data entity it describes and collects the annotations that provide its semantic meaning.

Properties

Property

Type

Required

Description

id

Text

MUST

Unique identifier for the descriptor

type

Text

MUST

Descriptor

additionalType

Text

COULD

Additional semantic type or subtype discriminator

describes

Sample, Data

MUST

Entity designated by this descriptor

annotations

Annotation

SHOULD

Semantic assertions bundled by this descriptor

Relationships

flowchart TD
    additionalType@{ shape: stadium, label: "string" }

    Descriptor --describes--> Sample
    Descriptor --describes--> Data
    Descriptor --annotations--> Annotation
    Descriptor --additionalType--> additionalType

Type something to start searching.