-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContainerRecipe - Bioschemas.tsv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 3.
29 lines (29 loc) · 7.97 KB
/
ContainerRecipe - Bioschemas.tsv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Property Expected Type Description Type Type URL BSC Description Marginality Cardinality Controlled Vocabulary Example
alternateName Text An alias for the item. Recommended MANY
applicationCategory Text Type 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. Optional MANY Please indicate the container technology in all lowercase { "@type": ["SoftwareApplication", "Container"], "applicationCategory": "singularity" }
brands Text The command for a ContainerRecipe is typically a set of extra arguments that are added to the entrypoint in a default running scenario The command for a ContainerRecipe is typically a set of extra arguments that are added to the entrypoint in a default running scenario Recommended MANY
brands Text a 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. Recommended MANY
citation CreativeWork or Text A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. Publication about this software. Recommended MANY { "@type": ["SoftwareApplication", "Tool"], "citation": "https://dx.doi.org/10.1016/S0022-2836(05)80360-2" }
ContainerImage ContainerImage A 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. Recommended ONE
dateCreated Date or DateTime The date on which the CreativeWork was created or the item was added to a DataFeed. Optional ONE { "@type": ["SoftwareApplication", "Tool"], "dateCreated": "2108-06-13" }
dateModified Date or DateTime The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed. Optional ONE { "@type": ["SoftwareApplication", "Tool"], "dateModified": "2108-08-07" }
description Text A description of the item. a linux container Minimum ONE
downloadUrl URL If 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. Optional MANY { "@type": ["SoftwareApplication", "Tool"], "downloadURL": "https://github.com/sacdallago/cellmap" }
entrypoint Text The 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. Recommended MANY
featureList Text or URL Features or modules provided by this application (and possibly required by other applications). Please choose values from [EDAM:Operation](http://edamontology.org/operation_0004). Minimum MANY [EDAM:Operation](http://edamontology.org/operation_0004) { "@type": ["SoftwareApplication", "Tool"], "featureList": ["http://edamontology.org/topic_0821", "http://edamontology.org/topic_0128"] }
hasPart CreativeWork Indicates a CreativeWork that is (in some sense) a part of this CreativeWork. Inverse property: isPartOf. Used to describe tools included into suites/bundles/workflows. Optional MANY
help Text 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. 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. Recommended ONE
identifier PropertyValue or Text or URL 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](http://schema.org/docs/datamodel.html#identifierBg) for more details. Unique identifier for the container, typically corresponding to a uri to designate a registry source Recommended ONE <username>/<repository>:<tag>@<hash>
input URL external http://semanticscience.org/resource/SIO_000230 The input format of the data. Must be one of the [EDAM:Data](http://edamontology.org/data_0006) concept labels or one of its synonyms. Recommended MANY [EDAM:Data](http://edamontology.org/data_0006) { "@type": ["SoftwareApplication", "Tool"], "input": ["http://edamontology.org/data_2977", "http://edamontology.org/data_2976"] }
keywords Text Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. Optional ONE [EDAM:Topic](http://edamontology.org/topic_0003) { "@type": ["SoftwareApplication", "Tool"], "ketwords": "Biology, chemistry, medicine" }
keywords Text a list of keywords to describe the ContainerImage that the ContainerRecipe will build a list of keywords to describe the ContainerImage that the ContainerRecipe will build Recommended MANY
labels Text Labels 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. Recommended MANY
license Text or URL A 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). Recommended MANY { "@type": ["SoftwareApplication", "Tool"], "license": "https://www.apache.org/licenses/LICENSE-2.0" }
name Text The name of the item. Minimum ONE
operatingSystem Text Operating 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. Optional MANY { "@type": ["SoftwareApplication", "Tool"], "operatingSystem": ["Windows 7 or above", "Linux/Unix", "Mac/Apple"] }
output URL external http://semanticscience.org/resource/SIO_000229 The output format of the data. Must be one of the [EDAM:Data](http://edamontology.org/data_0006) concept labels or one of its synonyms. Recommended MANY [EDAM:Data](http://edamontology.org/data_0006) { "@type": ["SoftwareApplication", "Tool"], "input": ["http://edamontology.org/data_1383", "http://edamontology.org/data_1384"] }
publisher Organization or Person The publisher of the creative work. Recommended MANY { "@type": ["SoftwareApplication", "Tool"], "publisher": { "@type": "Organization", "name": "National Center for Biotechnology Information National Library of Medicine", "alternatName": "NCBI NLM" } }
softwareHelp CreativeWork Software application help. A documentation for the container, typically showing install steps, usage, and a changelog. Optional MANY { "@type": ["SoftwareApplication", "Tool"], "softwareHelp": "https://biotools.readthedocs.io/en/latest/" }
softwareRequirements Text or URL 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. Optional MANY { "@type": ["SoftwareApplication", "Tool"], "softwareRequirements": "JRE 8.0 or above" }
softwareVersion Text Version of the software instance. version of the container instance Minimum ONE { "@type": ["SoftwareApplication", "Tool"], "softwareVersion": "1.0.2" }
url URL URL 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. Minimum ONE