C# 클래스 RDFSharp.Model.RDFTurtle

RDFTurtle is responsible for managing serialization to Turtle data format.
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

비공개 메소드들

메소드 설명
AbbreviateNamespace ( String token ) : String

Finds if the given token contains a recognizable namespace and, if so, abbreviates it with its prefix. It also prepares the result in a format useful for serialization.

Serialize ( RDFGraph graph, Stream outputStream ) : void

Serializes the given graph to the given stream using Turtle data format.

Serialize ( RDFGraph graph, String filepath ) : void

Serializes the given graph to the given filepath using Turtle data format.