ParseTurtleResult: {
    capped: boolean;
    quads: N3.Quad[];
    quadsInDocument: number;
}

Type declaration

  • capped: boolean

    True when a maxQuads limit was applied and the file contained more quads.

  • quads: N3.Quad[]
  • quadsInDocument: number

    Total quad callbacks from the parser for the full document.