Re: [Virtuoso-users] Custom Cartridge Creation

2010-05-12 Thread Kingsley Idehen
Bob Ferris wrote: Hi, is there a best practice on how to handle personal authentication (not the API key itself), e.g. OAuth, on Web Services? I need this for personalisation. Cheers, Bob -- __

Re: [Virtuoso-users] Custom Cartridge Creation

2010-05-12 Thread Hugh Williams
Hi Bob, Documentation on Virtuoso OAuth usage can be found at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAuthServerUI With FOAF+SSL being the best option of setting up personal authentication: http://ods.openlinksw.com/dataspace/dav/wiki/ODS/VirtODSFOAFSSL Best

Re: [Virtuoso-users] Inferencing Question with InverseFunctionalProperty

2010-05-12 Thread Kingsley Idehen
Nathan wrote: Hijacking the thread a little.. Are there any documents defining how much of owl(2) is supported for inference and reasoning in virtuoso? No OWL2 at this point in time. Kingsley For example could it handle the following: _:myfriends owl:equivalentClass [ a owl:Rest

[Virtuoso-users] Custom Cartridge Creation

2010-05-12 Thread Bob Ferris
Hi, is there a best practice on how to handle personal authentication (not the API key itself), e.g. OAuth, on Web Services? I need this for personalisation. Cheers, Bob

Re: [Virtuoso-users] Inferencing Question with InverseFunctionalProperty

2010-05-12 Thread Nathan
Hijacking the thread a little.. Are there any documents defining how much of owl(2) is supported for inference and reasoning in virtuoso? For example could it handle the following: _:myfriends owl:equivalentClass [ a owl:Restriction ; owl:hasValue

Re: [Virtuoso-users] Inferencing Question with InverseFunctionalProperty

2010-05-12 Thread Ivan Mikhailov
Hello Mark, I'm debugging this and will report the result (patch?) before end of the week. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Fri, 2010-05-07 at 16:59 +1000, Mark James wrote: > Hi, > I can't seem to get an inference pattern match (sameAs) when comb

Re: [Virtuoso-users] Querying on all the data in the rdf_sink

2010-05-12 Thread Nathan
Hi, I'm using rdf_sink too - all you need to do is the following: navigate to the folder containing the rdf_sink folder edit the properties of the rdf_sink folder (click the spanner icon) set the following two properties: virt:rdf_sponger to some default graph you want for instance http://mysi

Re: [Virtuoso-users] Import DBpedia into Virtuoso

2010-05-12 Thread Nathan
Along the same lines, I've bulk loaded dbpedia in to a few virtuoso six instances now whilst doing demo's and prototypes etc (on low spec servers) and have found that when you can, it makes sense to put the number of buffers as high as you can without pushing it in to swap for the duration of b

Re: [Virtuoso-users] Import DBpedia into Virtuoso

2010-05-12 Thread Hugh Williams
Hi Benedikt, As Alexander indicated in his response you should look at the amount of system resources, memory etc the Virtuoso Server has been configured to use. I have added a note to the RDF Bulk loader Wiki page point to the Virtuoso RDF Performance Tuning Guide which details how to configu

Re: [Virtuoso-users] Import DBpedia into Virtuoso

2010-05-12 Thread Alexander Sidorov
Hi Benedik, I had similar problem. Switching to PC with more RAM solved it. Regards, Alexander

[Virtuoso-users] Import DBpedia into Virtuoso

2010-05-12 Thread Benedikt Schmidt
Hi everyone, I tried to import the dbpedia-dump into my Virtuoso, but everytime the import stops after about 12 million Tripels. To import the dump I used the RDF-Bulk-Loader ( http://virtuoso.openlinksw.com/dataspace/dav/w