Skip to main content
Version: v3.0.0

Digital service execution result credential

Name: credential-digital-service-execution-result

Namespace: https://w3id.org/okp4/ontology/v3/schema/credential/digital-service/execution-result/

Namespaces

Here are the namespaces used in this schema:

Verifiable Credential

IRI: credential-digital-service-execution-result:DigitalServiceExecutionResultCredential

Description

A credential that provides proof of the execution of a digital service for a considered Service Execution Order. It includes details of the service that was executed, the time and date of execution, the parameters used, and any outcomes or results relevant to the execution.

Properties

Has execution result

IRI: credential-digital-service-execution-result:hasExecutionResult

Rangecredential-digital-service-execution-result:DigitalServiceExecutionResult

The execution result of a digital service execution order.

Has execution status

IRI: credential-digital-service-execution-result:hasExecutionStatus

Rangens1:digital-service-execution-status

Indicates the status of the service execution.

Classes

This schema defines 1 classe.

Digital service execution result

IRI: credential-digital-service-execution-result:DigitalServiceExecutionResult

Description

Captures the details of the result of the execution of a digital service.

Properties

Has execution time

IRI: credential-digital-service-execution-result:hasExecutionTime

Rangeschema:DateTime

The time and date when the Digital Service was executed.

Operated by

IRI: credential-digital-service-execution-result:operatedBy

Rangexsd:anyURI

The Orchestration Service that operated the execution of the Digital Service.

IRI: credential-digital-service-execution-result:relatedToExecutionOrder

Rangexsd:anyURI

Links the Execution Result to the specific Digital Service Execution Order.

With outcome

IRI: credential-digital-service-execution-result:withOutcome

Rangeschema:PropertyValue

A single outcome specifying a part of the result of the execution of the Digital Service, represented as a key-value object. Multiple withOutcome properties can be used to represent multiple outcomes.

With parameter

IRI: credential-digital-service-execution-result:withParameter

Rangeschema:PropertyValue

A single parameter specifying a part of how the Digital Service has been parametrized, represented as a key-value object. Multiple withParameter properties can be used to represent multiple parameters.