null
);
jsonWriter.receiveTriple(
new URIImpl("http://sub/2"),
new URIImpl("http://pred/2"),
new LiteralImpl("language literal", "en"),
new URIImpl("http://graph/2"),
null
);
jsonWriter.receiveTriple(
new URIImpl("http://sub/3"),
new URIImpl("http://pred/3"),
new LiteralImpl("123", new URIImpl("http://datatype")),
null,
null
);
jsonWriter.endDocument(documentURI);
jsonWriter.close();