| http://www.w3.org/ns/prov#value | - One interpretation is that you can convert numbers, letters, and other data to base 3 using 0,1, both as 0,1,2 to store data using fewer switches in memory.So 255 is the highest number you can store with 8 bits.But you could store 0 to 242 on just 5 switches in base 3.So by this interpretation, you could obtain a much higher data density just by base 3 > base 2...
|