Comunica
    Preparing search index...

    Integer datatype from XSD: https://www.w3.org/TR/xmlschema-2/#integer

    The canonical representation consists of a finite-length sequence of decimal digits (#x30-#x39), with leading + and leading zeroes prohibited.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dataType: string

    a string representing the datatype. Can be of type

    direction?: "ltr" | "rtl"

    the base direction, mainly for directional language enabled strings like RDF_DIR_LANG_STRING

    expressionType: Term = ExpressionType.Term
    language?: string

    the language, mainly for language enabled strings like RDF_LANG_STRING

    strValue?: string

    the string value of this literal. In other words, the string representing the RDF.literal value.

    termType: "literal" = ...
    typedValue: number

    internal representation of this literal's value

    Methods