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
·
1 revision
DynamicSPARQL dotNetRDF connector binds dotNetRDF with DynamicSPARQL.
Available through NuGet
General use:
var connector = new DynamicSPARQLSpace.dotNetRDF.Connector(/*ISparqlDataset*/ dataset);
var updateFunc = connector.GetUpdateFunction();
var queryFunc = connector.GetQueryingFunction();