Skip to content

Commit

Permalink
feat(schema): add hasExecutionEvidence prop to OrchestrationServiceEx…
Browse files Browse the repository at this point in the history
…ecution
  • Loading branch information
ccamel committed Mar 22, 2024
1 parent f2756bd commit 681afd6
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
schema:domainIncludes :OrchestrationServiceExecutionCredential ;
schema:rangeIncludes :OrchestrationServiceExecution .

:hasExecutionEvidence a rdf:Property ;
rdfs:label "has execution evidence"@en ;
rdfs:comment """
Links the Orchestration Service Execution to a resource that provides evidence of the execution, such as logs, transaction records, or other forms of auditable data. This evidence supports the verification of the execution's integrity, completeness, and compliance with the specified execution parameters and governance rules of all the involved resources within the Zone.
The evidence resource can be a URI pointing to a secure, immutable and verifiable location where the evidence is stored, like IPFS, a blockchain, or an immutable database.
"""@en ;
schema:domainIncludes :OrchestrationServiceExecution ;
schema:rangeIncludes xsd:anyURI .

:hasExecutionStatus a rdf:Property ;
rdfs:label "has execution status"@en ;
rdfs:comment """
Expand Down

0 comments on commit 681afd6

Please sign in to comment.