Click or drag to resize

GraphPatternGraphSpecifier Property

Gets/Sets the Graph Specifier that applies to this Graph Pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IToken GraphSpecifier { get; }

Property Value

Type: IToken
Remarks
This property is also used internally for SERVICE specifiers to save adding an additional property unnecessarily.
See Also