Click or drag to resize

WebDemandGraphCollection Constructor (BaseGraphCollection)

Creates a new Web Demand Graph Collection which loads Graphs from the Web on demand.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public WebDemandGraphCollection(
	BaseGraphCollection collection
)

Parameters

collection
Type: VDS.RDFBaseGraphCollection
Collection to decorate.
See Also