OptionaldataType: stringOptionalstrValue: stringOptionallanguage: stringa string representing the datatype. Can be of type
Optionaldirectionthe base direction, mainly for directional language enabled strings like RDF_DIR_LANG_STRING
Optionallanguagethe language, mainly for language enabled strings like RDF_LANG_STRING
Optionalstrthe string value of this literal. In other words, the string representing the RDF.literal value.
internal representation of this literal's value
Protectedspecific
Float datatype from XSD: https://www.w3.org/TR/xmlschema-2/#float
Every float (32-bit) is stored as double (64-bit) number in JavaScript, and the canonical representations of the XSD types are identical, so the formatter implementation is shared through inheritance.