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 |