Back
Document
A Secure binary document store.
Data Properties
| URI | Type | Comment |
|---|---|---|
| traceabilityEvents:file | xsd:string | Base64 eoncided blob that is the document to be stored. |
| traceabilityEvents:fileType | traceabilityEvents:MIMEType | MIME type of stored document |
| traceabilityEvents:hash | xsd:string | Multi-hash of the stored document object which is also used as the ID of the document. |
| traceabilityEvents:key | xsd:string | symmetric encryption key used to encrypt the stored document. |
| traceabilityEvents:url | xsd:string | The storage URL of the document which is of the form {path}/{hash}#{key} |