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
)
Public 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