Click or drag to resize

TurtleW3CFormatter Constructor (QNameOutputMapper)

Creates a new Turtle Formatter that uses the given QName mapper.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public TurtleW3CFormatter(
	QNameOutputMapper qnameMapper
)

Parameters

qnameMapper
Type: VDS.RDFQNameOutputMapper
QName Mapper.
See Also