Hi All
Is it possible to use a SPARUL INSERT/DELETE command to alter the default
graph of a Virutoso instance?
I've had reports of the following error message and reproduced it myself:
ERRS_0 37000 SP031 SPARQL compiler: No INTO GRAPH IDENTIFIED BY clause
and the IRI in preamble refers to default graph group, not a single
default graph
A sample command would look something like this:
INSERT DATA
{
<http://example.org/subject> <http://example.org/predicate>
<http://example.org/object>
}
If this is not possible what is the recommended way to alter the default
graph?
I'm using the Virtuoso ADO.Net provider to interact with Virtuoso so
alternative methods that use this are the only viable options for me.
Rob Vesse