Graph Constructor (BaseTripleCollection, Boolean) |
Creates a new instance of a Graph using the given Triple Collection and an optionally empty Namespace Map.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Graph(
BaseTripleCollection tripleCollection,
bool emptyNamespaceMap
)
Public Sub New (
tripleCollection As BaseTripleCollection,
emptyNamespaceMap As Boolean
)
Parameters
- tripleCollection
- Type: VDS.RDFBaseTripleCollection
Triple Collection. - emptyNamespaceMap
- Type: SystemBoolean
Whether the Namespace Map should be empty.
See Also