Skip to content
GitHub
Twitter

Workflow DRAFT Profile

Version: 0.2-DRAFT-2019_11_29 (29 November 2019)

Bioschemas specification for describing a workflow in the Life Sciences


If you spot any errors or omissions with this type, please file an issue in our GitHub.


Key to specification table

CD = Cardinality

Property Expected Type Description CD Controlled Vocabulary Example
Marginality: Minimum.
@context URL Used to provide the context (namespaces) for the JSON-LD file.
Not needed in other serialisations.
ONE
@type Text Schema.org/Bioschemas class for the resource declared using JSON-LD syntax. For other serialisations please use the appropriate mechanism.
While it is permissible to provide multiple types, it is preferred to use a single type.
MANY Schema.org, Bioschemas
@id IRI Used to distinguish the resource being described in JSON-LD. For other serialisations use the appropriate approach. ONE
dct:conformsTo IRI Used to state the Bioschemas profile that the markup relates to. The versioned URL of the profile must be used.
Note that we use a CURIE in the table here but the full URL for Dublin Core terms must be used in the markup (http://purl.org/dc/terms/conformsTo), see example.
ONE Bioschemas profile versioned URL
author Organization
Person
Schema:

The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.


ONE
dateCreated Date
DateTime
Schema:

The date on which the CreativeWork was created or the item was added to a DataFeed.


ONE
input Thing
MANY
name Text
Schema:

The name of the item.


ONE
output Thing
MANY
programmingLanguage ComputerLanguage
Text
Schema:

The computer programming language.


MANY
url URL
Schema:

URL of the item.


ONE
Marginality: Recommended.
contributor Organization
Person
Schema:

A secondary contributor to the CreativeWork or Event.


MANY
description Text
Schema:

A description of the item.


ONE
hasPart CreativeWork
Schema:

Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). Inverse property: isPartOf.


MANY
keywords Text
Schema:

Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.


ONE
license CreativeWork
URL
Schema:

A license document that applies to this content, typically indicated by URL.


ONE
softwareRequirements Text orURL
Schema:

Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime). Supersedes requirements.


Bioschemas:

Renaming schema.org/requirements as softwareRequirements

MANY
targetProduct SoftwareApplication
Schema:

Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.


MANY
Marginality: Optional.
dateModified Date
DateTime
Schema:

The date on which the CreativeWork was most recently modified or when the item’s entry was modified within a DataFeed.


ONE
identifier PropertyValue
Text
URL
Schema:

The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.


MANY
image ImageObject
URL
Schema:

An image of the item. This can be a URL or a fully described ImageObject.


MANY
version Number
Text
Schema:

The version of the CreativeWork embodied by a specified resource.


ONE