Enum SparqlConnectorLoadMethod
Controls how the SparqlConnector loads Graphs from the Endpoint.
Namespace: VDS.RDF.Storage
Assembly: dotNetRDF.dll
Syntax
public enum SparqlConnectorLoadMethod
Fields
| Name | Description |
|---|---|
| Construct | Graphs are loaded by issuing a CONSTRUCT FROM query using the Graph URI |
| Describe | Graphs are loaded by issuing a DESCRIBE query using the Graph URI |