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
Double datatype from XSD: https://www.w3.org/TR/xmlschema-2/#double
The canonical representation consists of a decimal mantissa, followed by E, followed by integer exponent. The mantissa must follow canonical decimal format, and if zero, must be
0.0. The exponent must follow canonical integer format, and if zero, must be0. The canonical representation of zero is0.0E0.