Re: [Virtuoso-users] CONSTRUCT GRAPH

2016-12-07 Thread Adrian Gschwend
On 06.12.16 14:20, Pasquale Di Donato wrote: Hi Pasquale, > PS: sorry maybe I got it. *ResultSetMaxRows *in virtuoso.ini? Yes that should be it. regards Adrian -- Developer Access Program for Intel Xeon Phi Processors

[Virtuoso-users] Virtuoso CORS support missing vary header

2016-09-01 Thread Adrian Gschwend
Hi group, I've enabled CORS as described on http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTipsAndTricksCORsEnableSPARQLURLs. This result in the server mirroring the value of the Origin header in ACAO-Header. I think because of this "Origin" should be the value of the Vary-Header

Re: [Virtuoso-users] DESCRIBE does not return single owl:sameAs

2016-08-16 Thread Adrian Gschwend
On 16.08.16 16:38, Hugh Williams wrote: Hi Hugh, > Development indicated: > > They need to use a pragma due to the fact that DESCRIBE is a custom > CONSTRUCT that's poorly defined by W3C. For instance, you might only > have triples for which the entity being described is only the object > rather

Re: [Virtuoso-users] DESCRIBE does not return single owl:sameAs

2016-08-15 Thread Adrian Gschwend
On 13.08.16 02:10, Hugh Williams wrote: Hi Hugh, > The Virtuoso DEFINE input:same-as “yes” pragma can be use for the > owl:sameAs relation ie Thanks, that's good to know. But for what reason do I get no triples back without that? IMHO the sameAs should still be returned in DESCRIBE as well, as

[Virtuoso-users] DESCRIBE does not return single owl:sameAs

2016-08-10 Thread Adrian Gschwend
Hi list, I provide some URIs in Virtuoso which consist only of one triple, pointing to the main resource in the same store via owl:sameAs: http://lindas-data.ch/sparql?default-graph-uri=&query=CONSTRUCT+WHERE+%7B%0D%0A%0D%0A%3Chttp%3A%2F%2Flod.opentransportdata.swiss%2Fdidok%2FBSGB%3E+%3Fp+%3Fo%0

Re: [Virtuoso-users] Conductor not loaded

2012-06-05 Thread Adrian Gschwend
On 05.06.12 15:44, Rumi Tsekova wrote: Hi Rumi, > The error from above is indication the compilation of the server was not > completely done as > http://local.virt/vspx_expand - 404 not exists means that are not > included the built-in XSL-t > in the server. tnx yep, was just talking to PvK on I

[Virtuoso-users] Conductor not loaded

2012-06-05 Thread Adrian Gschwend
Hi group, I did a fresh install of Virtuoso on my FreeBSD box via ports, did that on several other hosts in the past and worked fine. Now I get this error when I try to enter the conductor: HTTP request failed: HTTP/1.1 404 Not Found for URI http://local.virt/vspx_expand In the config the VAD d

[Virtuoso-users] RDF sink default graph

2011-02-08 Thread Adrian Gschwend
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/

Re: [Virtuoso-users] Segfault while replay

2011-02-04 Thread Adrian Gschwend
On 04.02.11 17:12, Adrian Gschwend wrote: > I imported some of my bigger data sets to virtuoso (1.3 million > statements) and then tried to delete an old graph in there in the RDF > sink. T by the way I have all the triples in RDF files, in terms of I wouldn't loose anythi

[Virtuoso-users] Segfault while replay

2011-02-04 Thread Adrian Gschwend
Dear group, I imported some of my bigger data sets to virtuoso (1.3 million statements) and then tried to delete an old graph in there in the RDF sink. The import of the bigger files I did with isql, Hugh hinted me after I hit the 10mb limit in RDF sink (seems to be a bug according to Hugh). Anyw

Re: [Virtuoso-users] Sponger for RSS feeds

2011-02-02 Thread Adrian Gschwend
On 01.02.11 22:48, Kingsley Idehen wrote: > Hmm, did you clear out > ? It could be a > cache issue. Thus, do the following: That did the trick, thanks Kingsley! cu Adrian

Re: [Virtuoso-users] Sponger for RSS feeds

2011-02-01 Thread Adrian Gschwend
On 26.01.11 23:36, Kingsley Idehen wrote: Hi Kingsley, (repost, didn't hit reply to list before) > > Yes, do: > > > > define get:soft "replace" > > select * from > > where { ?s ?p ?o } > > > > The first line is a pragma that tells the SPARQL

[Virtuoso-users] Sponger for RSS feeds

2011-01-26 Thread Adrian Gschwend
Hi everyone, I tried fetching some RSS feeds and getting triples for it: - The user has SPARQL_SPONGE permissions - The cartridges are enabled, I see one for feeds and the options seem to make sense in the configuration (didn't change the defaults) - I told it to download all data it needs (tried

Re: [Virtuoso-users] Really Impressed with Virtuoso All Around..

2011-01-10 Thread Adrian Gschwend
On 10.01.11 14:22, Yrjana Rankka wrote: > There's a RunAs = directive in Parameters section of virtuoso.ini > > This will make virtuoso change its euid post creating listeners in > (possibly privileged) ports, etc. oh didn't know that, thanks for the hint! cu Adrian

Re: [Virtuoso-users] Really Impressed with Virtuoso All Around..

2011-01-07 Thread Adrian Gschwend
On 07.01.11 15:57, Matthew Tedder wrote: > That said, no software is ever perfect. To me, the clearest inhibitive > factor to popular adoption is the documentation. It's not horrible but could > be made much better organized, more explicit, and complete (not that it > should be too wordy, either

Re: [Virtuoso-users] Really Impressed with Virtuoso All Around..

2011-01-07 Thread Adrian Gschwend
On 07.01.11 15:57, Matthew Tedder wrote: > Also, on UNIX, the default install is not FHS compliant but easily > fixed. btw one thing I forgot on Unix: If I'm right the only way to run it on a port below 1024 is to run it as root. This is not really the way to go and popular daemon

[Virtuoso-users] ACLs for RDF

2010-08-13 Thread Adrian Gschwend
Hi group, While playing with ODS and the address book in there I noticed that I can query every single address book and I will get all the entries. I was looking for some ACLs on those but couldn't find any docs about it. So my question is if there is already any work done on this issue and if s