Truenumbers is a decentralized data representation intelligible to humans and machines.  It unifies the way users, developers and every part of a system talk about information, independent of storage implementation.  Truenumbers is based on these principles:

truenumbers can be about any domain, as the list above shows. expressed in a structured yet readable LANGUAGE they are ideal for search, indexing and analytics

truenumbers can be about any domain, as the list above shows. expressed in a structured yet readable LANGUAGE they are ideal for search, indexing and analytics

  • Information is a collection of portable values each with its own description

  • These facts, called truenumbers, are represented in a structured natural language for machines and people

  • Relationships among facts are expressed by their descriptions

  • Physical quantities and units of measure are built in to represent real-world data

Quick look: a truenumber in Excel

A truenumber is described in a simple language that's natural and easy to learn.  We'll define that language in more detail later, but here's an example of making a truenumber manually using the TrueOffice Excel add-in.   We simply write the following into a spreadsheet cell:

                   [estimated construction cost of the new data center = 35 USD millions].

This is sent to the cloud where it's compiled, stored, and returned to your spreadsheet cell as a truenumber. There, TrueOffice grabs the descriptive DNA inside and uses it to generate a cell comment automatically.

The truenumber looks like the number "35" to Excel, so the spreadsheet will work normally for any Excel users with or without Truenumbers. Copy it to Word or email and its DNA goes with it where TrueOffice can use it to generate a sentence or a footnote.

Having self-contained data like truenumbers opens up many new possibilities.  Each truenumber has a subject, author and creation date to help you organize and search them, so you could find all truenumbers that have "new data center" as their subject, or search for "costs" or  "construction costs".  Convert from USD to any other currency because our number knows it's in millions of dollars.  Truenumbers can also be tagged, which is the way to organize truenumbers on the fly, and create business processes without programming that provide better governance than your best enterprise software.  

Truenumber language

Computer data is just bits.  To make sense and be useful, there must be natural language descriptions of it, like labels on classes and program variables, concept names in ontologies and prompts in user interfaces.  All these are just comments, or "descriptive names" for human developers or users, and ignored by system code.  Truenumbers elevates the descriptive connection between data and domain to be the core of its data representation for the system as well as for people.  Let's see how this works.  Here's another example of a truenumber sentence:

                  “the antenna of the Chrysler building has nominal height = 71 feet

This looks like human natural language, but Truenumbers is restricted to statements of a very specific form, that give a value for a property of something.  One of these allowed sentence forms is <subject> has <property> = <value>.  In the sentence above, the subject is "antenna of Chrysler building" and the property is "nominal height".  

Subject and property get encoded as special strings called Structured Resource Descriptors (SRD).  An SRD is a path-like sequence of words separated by colon ( : ) and forward-slash ( / ) operators. The colon operator encodes an adjective-noun relationship so building:Chrysler would be the SRD for the phrase “Chrysler building”. 

The slash operator acts like “of” used in English used to mean belonging to, or part of.  So, the phrase “antenna of Chrysler building” has SRD building:Chrysler/antenna and is the subject of the sentence.   The property measured by a truenumber is encoded as an SRD too.   It’s OK to use SRD’s in sentences if you want, instead of equivalent phrases, so this example could also be written:

                "building:Chrysler/antenna has height:nominal = 71 ft"

Emergent domain knowledge

Searching for properties of 7049aluminum bar stock using a path in a subject tree

Searching for properties of 7049aluminum bar stock using a path in a subject tree

SRD subjects, tags and properties shape the knowledge contained in truenumbers. Given a bag of truenumbers, the SRDs tell us what subjects are being talked about, what sort of properties are of interest, and so forth. SRDs compose naturally to form trees, useful tools for managing and visualizing the vocabulary of a domain. As we gather more facts about buildings, we might find that the building tree has hundreds of branches, one for each building.  Yet, an SRD is computationally very light-weight, being only a string, so vocabularies can be complex and large.  You can choose to lock down your vocabularies up front, let them grow organically or anything in-between.    

Truenumbers are statements of measurement

In a database, person's height would be a floating-point number, and the data model would imply in some way that the number was a height, and in what units. For example, a column-name like HEIGHT_INCHES.  Truenumbers, instead, have units of measure and tolerances built into all numbers, and the property measured is part of the data as an SRD.  This lets data benefit from the fact that physical quantities are a kind of "standard" that real-world data naturally adheres to, giving data from differing domains a baseline for comparisons and cross-domain analytics.  

unit error.png

This picture shows an error being reported when trying to create a truenumber where the units don't match the property.  In this case, "ft" is known to be a unit of length, not area.  It would have to be "ft^2" or "in^2" or "acres", etc. to create the number. 

Which unit of area you choose doesn't matter because Truenumbers internal math compares all values in standard SI units no matter how they are expressed. 

TRUECALC-advanced.jpg

The truenumber internal math engine is both units and tolerance aware, and can be used to define one truenumber as an expression combining other truenumbers.  The example at left show a truenumber for the area of an angled metal bar defined in terms of the bar dimensions.  Tolerance on the bar length is reflected in the uncertainty on the resulting area.

 

 Data Management as Content Management

Computers can do meaningful computation but also help manage human content without regard to what it means (like a word processor or document manager does). Truenumbers is the first to represent data as human content, acting as a librarian or card catalog. The more we say, the more we know. Philosopher Ludwig Wittgenstein realized the consequences of this distinction around 1950. It that sense, he is the father of Truenumbers.

Creating meaningful statements is not a matter of mapping the logical form of the world.
It is a matter of using conventionally defined terms.” - Philosophical Investigations, Ludwig Wittgenstein (1950)