Apptainer · JSON-LD Context

Apptainer Context

JSON-LD context defining the semantic vocabulary for Apptainer from Apptainer.

12 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
apptainer: https://apptainer.org/vocab#

Classes

imageId name version source format size createdAt sha256 instanceId status startedAt stoppedAt

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "apptainer": "https://apptainer.org/vocab#",
    "imageId": "schema:identifier",
    "name": "schema:name",
    "version": "schema:version",
    "source": "schema:url",
    "format": "schema:encodingFormat",
    "size": "schema:contentSize",
    "createdAt": "schema:dateCreated",
    "sha256": "apptainer:sha256",
    "instanceId": "schema:identifier",
    "status": "apptainer:status",
    "startedAt": "schema:startDate",
    "stoppedAt": "schema:endDate"
  }
}