Enum: ProvenanceFormat

How the prov/ records are serialized. BEP028 names JSON; YAML is the form every other tvbo record takes and the one this study proposes.

URI: tvbo:enum/ProvenanceFormat

Permissible Values

Value Meaning Description
yaml None One | | json | None | One

Slots

Name Description
provenance_format Serialization of the prov/ records: yaml (the default, and the form e…

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

LinkML Source

name: ProvenanceFormat
description: How the ``prov/`` records are serialized. BEP028 names JSON; YAML is
  the form every other tvbo record takes and the one this study proposes.
from_schema: https://w3id.org/tvbo
rank: 1000
permissible_values:
  yaml:
    text: yaml
    description: One ``.yaml`` per record (the default).
  json:
    text: json
    description: One ``.json`` per record, as BEP028 currently names them.