Show / Hide Table of Contents

Class NTriples11Formatter

Formatter for formatting as NTriples according to the RDF 1.1 specification.
Inheritance
System.Object
BaseFormatter
NTriplesFormatter
NTriples11Formatter
Implements
INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter
Inherited Members
NTriplesFormatter.Syntax
NTriplesFormatter.FormatUriNode(IUriNode, Nullable<TripleSegment>)
NTriplesFormatter.FormatLiteralNode(ILiteralNode, Nullable<TripleSegment>)
NTriplesFormatter.FormatChar(Char)
NTriplesFormatter.FormatChar(Char[])
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.FormatVariableNode(IVariableNode, Nullable<TripleSegment>)
BaseFormatter.FormatGraphLiteralNode(IGraphLiteralNode, Nullable<TripleSegment>)
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 NTriples11Formatter : NTriplesFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter

Constructors

| Improve this Doc View Source

NTriples11Formatter()

Creaates a new formatter.
Declaration
public NTriples11Formatter()

Implements

INodeFormatter
ITripleFormatter
IUriFormatter
ICharFormatter
IResultFormatter

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NTriples11Formatter()
  • Implements
  • Extension Methods
Back to top Generated by DocFX