TurtleFormatter Constructor (String, QNameOutputMapper) |
Creates a new Turtle Formatter.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected TurtleFormatter(
string formatName,
QNameOutputMapper qnameMapper
)
Protected Sub New (
formatName As String,
qnameMapper As QNameOutputMapper
)
Parameters
- formatName
- Type: System.String
Format Name. - qnameMapper
- Type: VDS.RDF.QNameOutputMapper
QName Map.
See Also