• Convert an array of nquad statements into a single N-Quads document: this means concatenating all nquads into a long string. Care should be taken that each quad must end with a single /n character (see Canonical N-Quads specification).

    Parameters

    • nquads: string[]

    Returns string

    • N-Quads document as a string