public class NTriplesWriter extends Object
Constructor and Description |
---|
NTriplesWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
write(OutputStream out,
Graph graph)
Deprecated.
Use RDFDataMgr.write(OutputStream, Graph, Lang)
with
Lang.NTRIPLES |
static void |
write(OutputStream out,
Iterator<Triple> iter)
|
@Deprecated public static void write(OutputStream out, Graph graph)
@Deprecated public static void write(OutputStream out, Iterator<Triple> iter)
Licenced under the Apache License, Version 2.0