rjgladish

Results 7 comments of rjgladish

You might wish to consider multi-hash encoding https://github.com/multiformats/multihash/blob/master/README.md It is used in IPFS for cryptographic content identifiers https://richardschneider.github.io/net-ipfs-core/articles/multihash.html On Thu, Aug 11, 2022 at 8:00 PM Raniere Silva ***@***.***> wrote:...

Consider existing standards for low precision real number encoding, such as FP16, or Linear11 https://en.wikipedia.org/wiki/Half-precision_floating-point_format?wprov=sfla1, Also, Q notation is one option for flexible fixed point encoding. See Also in the...

FWIW, On the mapping front, I've been considering the value of an enumeration option that uses an object instead of an array to define the enumeration. I had decided that...

Look here for clues to resolve vlc dependency issues. https://www.raspberrypi.org/forums/viewtopic.php?t=195221

Consider a datetime type property modifier, similar to numeric, integer and boolean, to specify a different EDTF level, e.g. EDTF-0, EDTF-1, EDTF-2 with EDTF-0 as the default, which is ISO-8601-1...

Frictionless Tabular Schema typically describes the physical **structure** of ONE table [descriptor] within a dataset as one or more field descriptors. The optional field descriptor property rdfType can be added...

I don't think recasting rdfType (or rdfProp) as the defaul type for unspecified fields[].rdfType is particularly useful. Instead, consider using table level rdfType property to define the type of the...