Click or drag to resize

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
)

Parameters

tripleCollection
Type: VDS.RDFBaseTripleCollection
Triple Collection.
emptyNamespaceMap
Type: SystemBoolean
Whether the Namespace Map should be empty.
See Also