On 08/02/2011 09:32, Adrian Gschwend wrote:
> Hi group,
> 
> I created a user in Virtuoso and added a RDF Sink folder for him. In the
> properties of the folder I added the following virt:rdf_graph option:
> 
> http://localhost:8080/DAV/home/dba/rdf_sink/
> 
> virt:rdf_sponger is "on"
> 
> but all files I upload to the folder get this graph:
> 
> http://local.virt/DAV/home/wa_sink/rdf_sink/wa_address_agents.rdf
> 
> If I get that correctly I should be able to define any graph I want in
> this option, right? If so, any ideas why it does not work? Tried some
> other URIs as well but no luck.
> 

Hi,

Code snippet from a previous project: I used:

  DAV_PROP_SET (davLocation,  'virt:rdf_graph', iri, _uid, _pwd);

with success; it used the given iri as the graph IRI when sponging stuff
put in the rdf_sink/ collection davLocation.

Could you try running the corresponding dav_prop_get, ie

iSQL>  select dav_prop_get('/DAV/home/dba/rdf_sink/', 'virt:rdf_graph',
'dba', 'dba');

and see what it has to say for itself?

~Tim
-- 
Tim Haynes
Product Development Consultant
OpenLink Software
<http://www.openlinksw.com/>
<http://twitter.com/openlink>

Reply via email to