| http://www.w3.org/ns/prov#value | - ction of 1 and E is an integer, how could it be converted to a sexagesimal number? + +N = F x (60 / 6)^E = (F x 60^E) / 6^E. + +F = F0 = a x 60^(-1) + b x 60^(-2) + ... + +a = integer(60 x F0), F1 = 60 x F0 - a + +b = integer(60 x F1), F2 = 60 x F1 - b + +... continue until all required sexagesimal fraction digits are found. + +E = E0 = ... + e x 60^2 + d x 60 + c + +c = remainder(E0 / 60), E1 = (
|