Метод | Описание | |
---|---|---|
Deserialize ( Stream inputStream ) : RDFGraph |
Deserializes the given N-Triples stream to a graph.
|
|
Deserialize ( String filepath ) : RDFGraph |
Deserializes the given N-Triples filepath to a graph.
|
|
Serialize ( RDFGraph graph, Stream outputStream ) : void |
Serializes the given graph to the given stream using N-Triples data format.
|
|
Serialize ( RDFGraph graph, String filepath ) : void |
Serializes the given graph to the given filepath using N-Triples data format.
|
|
TokenizeNTriple ( String ntriple ) : String[] |
Tries to tokenize the given N-Triple
|