Hello,
I am using dotSesame and want to add some RDF data for an RDF file e.g.:
Repository repo = new SailRepository(new MemoryStore());
try
{
repo.initialize();
System.Console.Out.WriteLine("repo initilized");
File file = new File("../simpletaskont.rdf");
string baseURI =...
2009-01-30 11:25:17 UTC in dotSesame