Hello, Currently I'm querying RDF from the ODS Briefcase, according to some examples from http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/SIOCRefBriefcase and I've managed to get some foaf, openlinksw, sioc, dc etc relations. The content from "Public" folder is exposed, the same happens for other folders marked with reading permissions for "other" and metadata retrieval setting "on". Everything works fine, the problem arises when I try to query metadata extracted from files without reading permissions for "other" (only owner permissions), because I can't see the results.
I've done the queries authenticated this way: curl -i -d "query=the_query" -u "user:pwd" http://host:port/sparql And I did a test querying a file placed on a dba folder, using conductor, works with public permissions, but with owner permissions it don't. I am doing something wrong? Thank you in advance, Cristian