dotNetRDF API Documentation

SparqlConnectorLoadMethod Enumeration

Controls how the SparqlConnector loads Graphs from the Endpoint

public enum SparqlConnectorLoadMethod

Members

Member Name Description
Describe Graphs are loaded by issuing a DESCRIBE query using the Graph URI
Construct Graphs are loaded by issuing a CONSTRUCT FROM query using the Graph URI

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

VDS.RDF.Storage Namespace