NestedNamespaceMapper Constructor (Boolean) | 
 
            Constructs a new Namespace Map which is optionally empty.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected NestedNamespaceMapper(
	bool empty
)
Protected Sub New ( 
	empty As Boolean
)
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