TurtleFormatter 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 TurtleFormatter(
QNameOutputMapper qnameMapper
)
Public Sub New (
qnameMapper As QNameOutputMapper
)
Parameters
- qnameMapper
- Type: VDS.RDFQNameOutputMapper
QName Mapper.
See Also