Show / Hide Table of Contents

Class UncompressedNotation3Formatter

Formatter for formatting as Notation 3 without any compression.
Inheritance
System.Object
BaseFormatter
NTriplesFormatter
UncompressedTurtleFormatter
UncompressedNotation3Formatter
Implements
INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter
Inherited Members
UncompressedTurtleFormatter.FormatChar(Char)
UncompressedTurtleFormatter.FormatChar(Char[])
NTriplesFormatter.Syntax
NTriplesFormatter.FormatUriNode(IUriNode, Nullable<TripleSegment>)
NTriplesFormatter.FormatLiteralNode(ILiteralNode, Nullable<TripleSegment>)
NTriplesFormatter.FormatBlankNode(IBlankNode, Nullable<TripleSegment>)
NTriplesFormatter.FormatUri(Uri)
NTriplesFormatter.FormatUri(String)
BaseFormatter.FormatName
BaseFormatter.Format(INode, Nullable<TripleSegment>)
BaseFormatter.Format(INode)
BaseFormatter.Format(Triple)
BaseFormatter.Format(SparqlResult)
BaseFormatter.FormatBooleanResult(Boolean)
BaseFormatter.Escape(String, List<String[]>)
BaseFormatter.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRDF.dll
Syntax
public class UncompressedNotation3Formatter : UncompressedTurtleFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter

Constructors

| Improve this Doc View Source

UncompressedNotation3Formatter()

Creates a new Uncompressed Notation 3 Formatter.
Declaration
public UncompressedNotation3Formatter()

Methods

| Improve this Doc View Source

FormatGraphLiteralNode(IGraphLiteralNode, Nullable<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.
System.Nullable<TripleSegment> segment Triple Segment.
Returns
Type Description
System.String
Overrides
BaseFormatter.FormatGraphLiteralNode(IGraphLiteralNode, Nullable<TripleSegment>)
| Improve this Doc View Source

FormatVariableNode(IVariableNode, Nullable<TripleSegment>)

Formats a Variable Node for Notation 3.
Declaration
protected override string FormatVariableNode(IVariableNode v, TripleSegment? segment)
Parameters
Type Name Description
IVariableNode v Variable.
System.Nullable<TripleSegment> segment Triple Segment.
Returns
Type Description
System.String
Overrides
BaseFormatter.FormatVariableNode(IVariableNode, Nullable<TripleSegment>)

Implements

INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UncompressedNotation3Formatter()
  • Methods
    • FormatGraphLiteralNode(IGraphLiteralNode, Nullable<TripleSegment>)
    • FormatVariableNode(IVariableNode, Nullable<TripleSegment>)
  • Implements
  • Extension Methods
Back to top Generated by DocFX