C# Class RDFSharp.Store.RDFNQuads

RDFNQuads is responsible for managing serialization to and from N-Quads data format.
Mostra file Open project: mdesalvo/RDFSharp Class Usage Examples

Private Methods

Method Description
Deserialize ( Stream inputStream ) : RDFMemoryStore

Deserializes the given N-Quads stream to a memory store.

Deserialize ( String filepath ) : RDFMemoryStore

Deserializes the given N-Quads filepath to a memory store.

Serialize ( RDFStore store, Stream outputStream ) : void

Serializes the given store to the given filepath using N-Quads data format.

Serialize ( RDFStore store, String filepath ) : void

Serializes the given store to the given filepath using N-Quads data format.

TokenizeNQuad ( String nquad ) : String[]

Tries to tokenize the given N-Quad