Traqula
    Preparing search index...
    SparqlContext: SparqlContext & {
        astFactory: AstFactory;
        codepointEscape: (input: string) => string;
    }

    Type Declaration

    • astFactory: AstFactory
    • codepointEscape: (input: string) => string

      Function that decodes UCHAR codepoint escapes (\uXXXX / \UXXXXXXXX) within a string. In SPARQL 1.2 this is applied per-rule rather than as a query pre-processor.

      no longer used since it did not properly implement the decuding of sting literals.