Click or drag to resize

FourStoreConnectorQuery Method (String)

Makes a SPARQL Query against the underlying 4store Instance.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Object Query(
	string sparqlQuery
)

Parameters

sparqlQuery
Type: SystemString
SPARQL Query.

Return Value

Type: Object
A Graph or a SparqlResultSet.

Implements

IQueryableStorageQuery(String)
Remarks
Depending on the version of RASQAL used and the options it was built with some kinds of queries may not suceed or return unexpected results.
See Also