ITriplePatternUsesDefaultDataset Property |
Gets whether a Triple Pattern uses the Default Dataset when evaluated.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax bool UsesDefaultDataset { get; }
ReadOnly Property UsesDefaultDataset As Boolean
Get
Property Value
Type:
BooleanRemarks
Almost all Triple Patterns use the Default Dataset unless they are sub-query patterns which themselves don't use the Default Dataset or they contain an expression (in the case of BIND/LET/FILTERs) which does not use the Default Dataset.
See Also