C# Class RDFSharp.Model.RDFNTriples

RDFNTriples is responsible for managing serialization to and from N-Triples data format.
Show file Open project: mdesalvo/RDFSharp Class Usage Examples

Private Methods

Method Description
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