Click or drag to resize

NTriplesFormatterFormatBlankNode Method

Formats a Blank Node.

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

Parameters

b
Type: VDS.RDFIBlankNode
Blank Node.
segment
Type: SystemNullableTripleSegment
Triple Segment.

Return Value

Type: String

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

See Also