Click or drag to resize

Notation3Formatter Constructor (INamespaceMapper)

Creates a new Notation 3 Formatter using the given Namespace Map.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Notation3Formatter(
	INamespaceMapper nsmap
)

Parameters

nsmap
Type: VDS.RDFINamespaceMapper
Namespace Map.
See Also