Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Querying function

Efimster edited this page May 5, 2014 · 5 revisions

Querying function used to send string with SPARQL query to RDF engine. It is a parameter of dynamic object construction.

queryingFunc - Function (Func<string, SPARQLQueryResults>) for SPARQL querying of RDF source

Querying function is already implemented for dotNetRDF by dotNetRDF connector available through NuGet.You can use it to access any dotNetRDF-compatible triple stores.

BrightstarDB connector available through NuGet and provides querying and update functions for BrightstarDB triple store.

Also you can create your own Querying function powered by RDF engine you choose.

Clone this wiki locally