Class UncompressedNotation3Formatter
Formatter for formatting as Notation 3 without any compression.
Inheritance
UncompressedNotation3Formatter
Implements
Inherited Members
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public class UncompressedNotation3Formatter : UncompressedTurtleFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter, ICommentFormatter
Constructors
| Edit this page View SourceUncompressedNotation3Formatter()
Creates a new Uncompressed Notation 3 Formatter.
Declaration
public UncompressedNotation3Formatter()
Methods
| Edit this page View SourceFormatGraphLiteralNode(IGraphLiteralNode, TripleSegment?)
Formats a Graph Literal Node for Notation 3.
Declaration
protected override string FormatGraphLiteralNode(IGraphLiteralNode glit, TripleSegment? segment)
Parameters
Type | Name | Description |
---|---|---|
IGraphLiteralNode | glit | Graph Literal. |
TripleSegment? | segment | Triple Segment. |
Returns
Type | Description |
---|---|
string |
Overrides
| Edit this page View SourceFormatVariableNode(IVariableNode, TripleSegment?)
Formats a Variable Node for Notation 3.
Declaration
protected override string FormatVariableNode(IVariableNode v, TripleSegment? segment)
Parameters
Type | Name | Description |
---|---|---|
IVariableNode | v | Variable. |
TripleSegment? | segment | Triple Segment. |
Returns
Type | Description |
---|---|
string |