Class NDJSONLDParser

java.lang.Object
All Implemented Interfaces:
RDFParser

public class NDJSONLDParser extends JSONLDParser
Introduce a parser capable of parsing Newline Delimited JSON-LD, where each line is a serialized JSON-LD record. The format is inspired by Newline Delimited JSON formathttp://ndjson.org/. Even though each line is a separate JSON-LD document, the whole document is treated as a single RDF document, having one single BNodes context to preserve BNodes identifiers.
Author:
Desislava Hristova