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

dotNetRDF connector

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();

Clone this wiki locally