Click or drag to resize

NamespaceMapper Constructor (Boolean)

Constructs a new Namespace Map which is optionally empty.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NamespaceMapper(
	bool empty
)

Parameters

empty
Type: SystemBoolean
Whether the Namespace Map should be empty, if set to false the Prefixes rdf, rdfs and xsd are automatically defined.
See Also