Click or drag to resize

UncompressedNotation3FormatterFormatGraphLiteralNode Method

Formats a Graph Literal Node for Notation 3.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override string FormatGraphLiteralNode(
	IGraphLiteralNode glit,
	Nullable<TripleSegment> segment
)

Parameters

glit
Type: VDS.RDFIGraphLiteralNode
Graph Literal.
segment
Type: SystemNullableTripleSegment
Triple Segment.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.UncompressedNotation3Formatter.FormatGraphLiteralNode(VDS.RDF.IGraphLiteralNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]

See Also