Enum TriplePatternType
Possible Types of Triple Pattern.
Namespace: VDS.RDF.Query.Patterns
Assembly: dotNetRdf.dll
Syntax
public enum TriplePatternType
  Fields
| Name | Description | 
|---|---|
| BindAssignment | BIND assignment  | 
      
| Filter | FILTER application  | 
      
| LetAssignment | LET assignment  | 
      
| Match | Simple pattern matching  | 
      
| Path | Property Path  | 
      
| PropertyFunction | Property Function  | 
      
| SubQuery | Sub-query  |