Enum SparqlQueryType
Types of SPARQL Query.
Namespace: VDS.RDF.Query
Assembly: dotNetRDF.dll
Syntax
public enum SparqlQueryType
Fields
Name | Description |
---|---|
Ask | Ask |
Construct | Constuct |
Describe | Describe |
DescribeAll | Describe All |
Select | Select |
SelectAll | Select All |
SelectAllDistinct | Select All Distinct |
SelectAllReduced | Select All Reduced |
SelectDistinct | Select Distinct |
SelectReduced | Select Reduced |
Unknown | Unknown |