SoftwareRunActionProfile
SoftwareRunActionProfile is profile for maSMP:SoftwareRunAction
The act of testing an object according to its specifications. For instance, testing a software with a particular testType using a specific testInput and getting a specific testOutput (aka result).
Minimum properties
Recommended properties
Property | Expected Type | Description | Cardinality |
result | See range for result in schema.org | The result produced in the action. e.g. John wrote *a book*. | many |
sameAs | See range for sameAs in schema.org | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website. | many |
Optional properties
Property | Expected Type | Description | Cardinality |
operatingSystem | Text | If the running was done by a direct execution (rather than via a container), indicate the operating system. | one |
processorRequirements | Text | If the running was done by a direct execution (rather than via a container), indicate the processor specification. | one |
runtimePlatform | Text | If the running was done by a direct execution (rather than via a container), indicate the runtime platform. | one |
maSMP:runContainer | URL | If the running was done using a container, such container should be pointed to here. | one |
maSMP:runInput | Thing | Actual input used by this action to run a software. | many |