C# 클래스 RDFSharp.Store.RDFNQuads

RDFNQuads is responsible for managing serialization to and from N-Quads data format.
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

비공개 메소드들

메소드 설명
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