Click or drag to resize

Bgp Constructor (IEnumerableITriplePattern)

Creates a BGP containing a set of Triple Patterns.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Bgp(
	IEnumerable<ITriplePattern> ps
)

Parameters

ps
Type: System.Collections.GenericIEnumerableITriplePattern
Triple Patterns.
See Also