You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
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.