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; }
Public ReadOnly Property GraphSpecifier As IToken
Get
Property Value
Type:
ITokenRemarks
This property is also used internally for SERVICE specifiers to save adding an additional property unnecessarily.
See Also