You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alternateNameTextAn alias for the item.RecommendedMANY
3
+
applicationCategoryTextType of software application, e.g. 'Game, Multimedia'.Type of software e.g. database, tool, service. **Note:** Bioschemas have removed [URL](http://schema.org/URL) from the Expected Types.OptionalMANYPlease indicate the container technology in all lowercase{ "@type": ["SoftwareApplication", "Container"], "applicationCategory": "singularity" }
4
+
brandsTextThe command for a ContainerRecipe is typically a set of extra arguments that are added to the entrypoint in a default running scenarioThe command for a ContainerRecipe is typically a set of extra arguments that are added to the entrypoint in a default running scenarioRecommendedMANY
5
+
brandsTexta special list of keywords to describe the underlying technologies (e.g., Docker) that the container recipe affords building.a special list of keywords to describe the underlying technologies (e.g., Docker) that the container recipe affords building.RecommendedMANY
6
+
citationCreativeWork or TextA citation or reference to another creative work, such as another publication, web page, scholarly article, etc.Publication about this software.RecommendedMANY{ "@type": ["SoftwareApplication", "Tool"], "citation": "https://dx.doi.org/10.1016/S0022-2836(05)80360-2" }
7
+
ContainerImageContainerImageA ContainerImage is the binary or associated shasum that references a particular grouping of layers to form a complete images.A ContainerImage is the binary or associated shasum that references a particular grouping of layers to form a complete images.RecommendedONE
8
+
dateCreatedDate or DateTimeThe date on which the CreativeWork was created or the item was added to a DataFeed.OptionalONE{ "@type": ["SoftwareApplication", "Tool"], "dateCreated": "2108-06-13" }
9
+
dateModifiedDate or DateTimeThe date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.OptionalONE{ "@type": ["SoftwareApplication", "Tool"], "dateModified": "2108-08-07" }
10
+
descriptionTextA description of the item.a linux containerMinimumONE
11
+
downloadUrlURLIf the file can be downloaded, URL to download the binary. For containers without an exposed wget url or similar, this can be the pull command.OptionalMANY{ "@type": ["SoftwareApplication", "Tool"], "downloadURL": "https://github.com/sacdallago/cellmap" }
12
+
entrypointTextThe entrypoint is the executable that is called within the container when the user executes it, typically via a "run" or equivalent command.The entrypoint is the executable that is called within the container when the user executes it, typically via a "run" or equivalent command.RecommendedMANY
13
+
featureListText or URLFeatures or modules provided by this application (and possibly required by other applications).Please choose values from [EDAM:Operation](http://edamontology.org/operation_0004).MinimumMANY[EDAM:Operation](http://edamontology.org/operation_0004){ "@type": ["SoftwareApplication", "Tool"], "featureList": ["http://edamontology.org/topic_0821", "http://edamontology.org/topic_0128"] }
14
+
hasPartCreativeWorkIndicates a CreativeWork that is (in some sense) a part of this CreativeWork. Inverse property: isPartOf.Used to describe tools included into suites/bundles/workflows. OptionalMANY
15
+
helpTextA help section is not present for all container technologies, but is typically a blurb of text that can be shown to the user to give detais about runtime usage or similar.A help section is not present for all container technologies, but is typically a blurb of text that can be shown to the user to give detais about runtime usage or similar.RecommendedONE
16
+
identifierPropertyValue or Text or URLThe 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](http://schema.org/docs/datamodel.html#identifierBg) for more details.Unique identifier for the container, typically corresponding to a uri to designate a registry sourceRecommendedONE<username>/<repository>:<tag>@<hash>
17
+
inputURLexternalhttp://semanticscience.org/resource/SIO_000230The input format of the data. Must be one of the [EDAM:Data](http://edamontology.org/data_0006) concept labels or one of its synonyms. RecommendedMANY[EDAM:Data](http://edamontology.org/data_0006){ "@type": ["SoftwareApplication", "Tool"], "input": ["http://edamontology.org/data_2977", "http://edamontology.org/data_2976"] }
18
+
keywordsTextKeywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.OptionalONE[EDAM:Topic](http://edamontology.org/topic_0003){ "@type": ["SoftwareApplication", "Tool"], "ketwords": "Biology, chemistry, medicine" }
19
+
keywordsTexta list of keywords to describe the ContainerImage that the ContainerRecipe will builda list of keywords to describe the ContainerImage that the ContainerRecipe will buildRecommendedMANY
20
+
labelsTextLabels are a list of key, value pairs that encompass named metadata for the container.Labels are a list of key, value pairs that encompass named metadata for the container.RecommendedMANY
21
+
licenseText or URLA license document that applies to this content, typically indicated by URL.The applicable software license. **Note:** Bioschemas have changed the Expected Types to [URL](http://schema.org/URL) or [Text](http://schema.org/Text).RecommendedMANY{ "@type": ["SoftwareApplication", "Tool"], "license": "https://www.apache.org/licenses/LICENSE-2.0" }
22
+
nameTextThe name of the item.MinimumONE
23
+
operatingSystemTextOperating systems supported (Windows 7, OSX 10.6, Android 1.6).Operating systems on which the container runs, typically Linux derivatives and (for some containers) Windows.OptionalMANY{ "@type": ["SoftwareApplication", "Tool"], "operatingSystem": ["Windows 7 or above", "Linux/Unix", "Mac/Apple"] }
24
+
outputURLexternalhttp://semanticscience.org/resource/SIO_000229The output format of the data. Must be one of the [EDAM:Data](http://edamontology.org/data_0006) concept labels or one of its synonyms.RecommendedMANY[EDAM:Data](http://edamontology.org/data_0006){ "@type": ["SoftwareApplication", "Tool"], "input": ["http://edamontology.org/data_1383", "http://edamontology.org/data_1384"] }
25
+
publisherOrganization or PersonThe publisher of the creative work.RecommendedMANY{ "@type": ["SoftwareApplication", "Tool"], "publisher": { "@type": "Organization", "name": "National Center for Biotechnology Information National Library of Medicine", "alternatName": "NCBI NLM" } }
26
+
softwareHelpCreativeWorkSoftware application help.A documentation for the container, typically showing install steps, usage, and a changelog.OptionalMANY{ "@type": ["SoftwareApplication", "Tool"], "softwareHelp": "https://biotools.readthedocs.io/en/latest/" }
27
+
softwareRequirementsText or URLComponent 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.OptionalMANY{ "@type": ["SoftwareApplication", "Tool"], "softwareRequirements": "JRE 8.0 or above" }
28
+
softwareVersionTextVersion of the software instance.version of the container instanceMinimumONE{ "@type": ["SoftwareApplication", "Tool"], "softwareVersion": "1.0.2" }
29
+
urlURLURL of the item.URL of the container, typically associated with a registry that shows the ContainerRecipe, vulnerability scans, and other metadata. This property can be used on a page listing many containers to indicate each individual container's page.MinimumONE
0 commit comments