C# 클래스 RDFSharp.Model.RDFNTriples

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

비공개 메소드들

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