prov:value
| - The string above is a very simple representation of a permutation, A->E, B->K, C->M, ???, Z->J, made even better because the input letter was represented in numerical form, i.e. for the string above, mid(string,1,1)=E, mid(string,2,1)=K, mid(string,3,1)=M, ???, mid(string, 26,1)=J. These characters could then be converted back to numbers.
|