Re: [Virtuoso-users] Segmentation faults when rdf operations are involved + large transformations

2009-11-18 Thread Ivan Mikhailov
Hello Eddy, > 1) RDF related > I have segmentation faults with Virtuoso 6.0.0 installed on Ubuntu > 9.10 May I get RDF data that cause the problem? I see a strange thing in my mail client: it shows an icon that your mail has attachments but does not display them. Thus, if some data were attached

Re: [Virtuoso-users] Segmentation faults when rdf operations are involved + large transformations

2009-11-18 Thread Hugh Williams
Hi Eddy, Can you please confirm if any core files are being produced when these crashes occur (if not you need to ensure "ulimit -c unlimited" for user virtuoso is started as) ? If, so would it be possible for you to build a debug version of the Virtuoso Server with -g set in CFLAGS LDFLAGS i

Re: [Virtuoso-users] Upper Limit of triples inserted

2009-11-18 Thread Hugh Williams
Hi Nirmala, I am slightly confused, back in July you where getting "Transaction aborted because it's log after image size went above the limit" errors performing SPARUL insert queries and advised to the the RDF_LOAD_RDFXML_MT function for loaded large datasets or increase the "TransactionAfterI

Re: [Virtuoso-users] Segmentation faults when rdf operations are involved + large transformations

2009-11-18 Thread Eddy Vanderlinden
Nathan, Thank you ! I will follow your advice and turn to 5.0.12. (Have no other choice, can't stay blocked neither ;-) ) Thanks again for your reaction and kind regards Eddy - Original Message - From: "Nathan" To: "Eddy Vanderlinden" Cc: Sent: Wednesday, November 18, 2009 3:36

Re: [Virtuoso-users] RDF autoupdate timestamp

2009-11-18 Thread Ivan Mikhailov
Hello Mirko, Storing typestamps on statements is a partial case of reification. Unfortunately Virtuoso does not provide any special support for reification --- that would penalize other tasks. Storing typestamps on subjects does not require reification and could be made via triggers, but these tr

[Virtuoso-users] RDF autoupdate timestamp

2009-11-18 Thread Mirko
Hi, I would like to (auto-)remove statements with a certain age from RDF graphs in Virtuoso. In SQL I would create a "timestamp" column with DEFAULT CURRENT_TIMESTAMP, ON UPDATE CURRENT_TIMESTAMP and add an event scheduler that deletes all rows with a given age. I wonder what is the best way to

Re: [Virtuoso-users] Segmentation faults when rdf operations are involved + large transformations

2009-11-18 Thread Nathan
Eddy Vanderlinden wrote: > Hello, > > 1) RDF related > I have segmentation faults with Virtuoso 6.0.0 installed on Ubuntu 9.10 in > following cases: > - When transferring a file of 11.7 MB to rdf_sink via WebDAV browser: > Segmentation fault /usr/local/virtuoso-opensource/bin/virtuoso-t -f

Re: [Virtuoso-users] owl sameAs reasoning

2009-11-18 Thread Rumi Tsekova
Sebastian, > >- Original Message - >From: Kingsley Idehen >To: Sebastian Hellmann >Cc: Virtuoso Users List >Sent: Wednesday, November 18, 2009 3:26 PM >Subject: Re: [Virtuoso-users] owl sameAs reasoning > > >Sebastian Hellmann wrote: >> Hello, >> if I use a >> SELECT DISTINCT ?s >> {?

Re: [Virtuoso-users] owl sameAs reasoning

2009-11-18 Thread Kingsley Idehen
Sebastian Hellmann wrote: Hello, if I use a SELECT DISTINCT ?s {?s ?p ?o. ?o bif:contains "Aspirin". } and activate owl:sameAs reasoning, will it have any effect? Naturally. When you enable owl:sameAs context rule you are asking Virtuoso to produce an union expansion across all entities i

[Virtuoso-users] owl sameAs reasoning

2009-11-18 Thread Sebastian Hellmann
Hello, if I use a SELECT DISTINCT ?s {?s ?p ?o. ?o bif:contains "Aspirin". } and activate owl:sameAs reasoning, will it have any effect? We want to query for all subjects associated to a certain label, i.e. bif:contains '"Aspirin"' on the LODD data. The problem is, that they contain 7 datasets

Re: [Virtuoso-users] Virtuoso 6.0.1

2009-11-18 Thread Virtuoso Maintainer
Hi, with KDE 4.4's feature freeze coming up I would like to know when Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release of KDE which depends on Virtuoso and I would like for packagers to package Virtuoso 6 rather than 5. However, 6.0 does contain at least one regression (already

Re: [Virtuoso-users] Virtuoso 6.0.1

2009-11-18 Thread Virtuoso Maintainer
Hi Sebastian, with KDE 4.4's feature freeze coming up I would like to know when Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release of KDE which depends on Virtuoso and I would like for packagers to package Virtuoso 6 rather than 5. However, 6.0 does contain at least one regressio

Re: [Virtuoso-users] Upper Limit of triples inserted

2009-11-18 Thread Nirmala Seehappan
Hi Hugh, i don't face any problem with the load of the data,but my problem is with the insert statements. INSERT INTO GRAPH {}; The result of this is broken into groups of 11 triples(instead of a single insert result statement) cheers, Nirmala -Original Mes

Re: [Virtuoso-users] Virtuoso 6.0.1

2009-11-18 Thread Olivier Berger
Hi. Le mercredi 18 novembre 2009 à 11:04 +0100, Sebastian Trueg a écrit : > Hello, > > with KDE 4.4's feature freeze coming up I would like to know when > Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release of > KDE which depends on Virtuoso and I would like for packagers to packag

[Virtuoso-users] Segmentation faults when rdf operations are involved + large transformations

2009-11-18 Thread Eddy Vanderlinden
Hello, 1) RDF related I have segmentation faults with Virtuoso 6.0.0 installed on Ubuntu 9.10 in following cases: - When transferring a file of 11.7 MB to rdf_sink via WebDAV browser: Segmentation fault /usr/local/virtuoso-opensource/bin/virtuoso-t -f - When performing an upload Via webDAV

[Virtuoso-users] Virtuoso 6.0.1

2009-11-18 Thread Sebastian Trueg
Hello, with KDE 4.4's feature freeze coming up I would like to know when Virtuoso 6.0.1 will be released. KDE 4.4 will be the first release of KDE which depends on Virtuoso and I would like for packagers to package Virtuoso 6 rather than 5. However, 6.0 does contain at least one regression (alread