Re: [Virtuoso-users] Sponger with WBEL

2010-06-03 Thread Nicolas Figay
Dear Idehen, yes, and in fact several export from different machines I'm using. This idea is to be able to exploit easely and a centralized way what I captured or could capture navigating the WEB, with browsers I'm using on different computers and working places. In the reverse, I'm thinking even

[Virtuoso-users] Sesame + virtuoso + inference

2010-06-03 Thread bluestar
hi, i am trying to use the Virtuoso sesame provider. how do i achieve inferencing through this? I have been using sesame in-mem with direct type hierarchy, but now moving to Virtuoso. i want the same behaviour in virtuoso. i have 3 different owl files with the hierachy of all my classes; plus t

[Virtuoso-users] Sesame + virtuoso + inference

2010-06-03 Thread bluestar
hi, i am trying to use the Virtuoso sesame provider. how do i achieve inferencing through this? I have been using sesame in-mem with direct type hierarchy, but now moving to Virtuoso. i want the same behaviour in virtuoso. i have 3 different owl files with the hierachy of all my classes; plus t

Re: [Virtuoso-users] Sponger with WBEL

2010-06-03 Thread Kingsley Idehen
On 6/3/10 6:40 AM, Nicolas Figay wrote: Hi, After investigating more, looking at XBEL.RDF, I discovered that "bookmark" tag is not referenced so probably XBEL.RDF should be completed in order to complete information set to be considered by the sponger. I also identified that only litteral

Re: [Virtuoso-users] Sponger with WBEL

2010-06-03 Thread Nicolas Figay
Hi, After investigating more, looking at XBEL.RDF, I discovered that "bookmark" tag is not referenced so probably XBEL.RDF should be completed in order to complete information set to be considered by the sponger. I also identified that only litteral data are used, not the value of attribute, e.g

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-06-03 Thread Hugh Williams
Hi Mats, The list of triggers can be determined from the SYS_TRIGGERS table with a query of the form: select * from SYS_TRIGGERS where T_TABLE like 'WS.WS.SYS_DAV_%' Although having just simulated the issue myself locally you actually only need to drop the following triggers to get aro

Re: [Virtuoso-users] Sponger with WBEL

2010-06-03 Thread Nicolas Figay
Should be XBEL and not WBEL - typing fault Nicolas

Re: [Virtuoso-users] Virtuoso Sponger with XBEL

2010-06-03 Thread Nicolas Figay
Dear all, Sorry for replication of message, I had a message indicating my post was too long and I cancelled it. But in fact it wasn't. I suggest, if possible, to remove this post as a new one, shorter, and with a new name, was sent just after. Nicolas

[Virtuoso-users] Sponger with WBEL

2010-06-03 Thread Nicolas Figay
Hello, In order to experiment how the sponger works, and in order to investigate >> how to exploit bookmarks from navigators, the following was done: >> >> 1- export of Firefox bookmark >> >> 2- usage of the linkagogo online converter in order to produce XBEL file >> at http://www.linkagogo.com/go

Re: [Virtuoso-users] Virtuoso Sponger with XBEL

2010-06-03 Thread Nicolas Figay
Hello, In order to experiment how the sponger works, and in order to investigate >> how to exploit bookmarks from navigators, the following was done: >> >> 1- export of Firefox bookmark >> >> 2- usage of the linkagogo online converter in order to produce XBEL file >> at http://www.linkagogo.com/go

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-06-03 Thread mats . gls
Hi, How can I list the names of the triggers on these tables? Cheers, Mats On Thu, Jun 3, 2010 at 1:47 AM, Hugh Williams wrote: > Hi Mats, > > Looks like the same problem as we saw before, which we got around by > dropping all the triggers on the tables WS.WS.SYS_DAV_* > > Best Regards > Hugh W