Returns a string containing all of the namespace prefixes formatted as Turtle @prefix directives

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string AsTurtle()
Visual Basic
Public Function AsTurtle As String
Visual C++
public:
String^ AsTurtle()
F#
member AsTurtle : unit -> string 

Return Value

Type: String
A string consisting of one @prefix statement for each namespace declaration. Each on a separate line.

Remarks

RDF 1.1 compliant Turtle parsers should also be able to process the SPARQL format produced by the AsSparql()()()() method. This method is provided to support older Turtle parsers.

See Also