Re: [Virtuoso-users] Loading RDF into Virtuoso

2012-10-22 Thread Uldis Bojars
Hi Hugh, > virtuoso-t -? Indeed, it is 6.1.4 bundled with Ubuntu: Virtuoso Open Source Edition (multi threaded) Version 6.1.4.3127-pthreads as of Feb 15 2012 Compiled for Linux (x86_64-pc-linux-gnu) Copyright (C) 1998-2011 OpenLink Software The reason I chose the apt-get version was to benefit

[Virtuoso-users] Finding similar topics

2012-10-22 Thread Parsa Ghaffari
Hi folks, (context = DBPedia data loaded in Virtuoso) Imagine topic A has categories (dcterms:subject) X, Y and Z. How do you find other topics that have 1 or more of these categories, sorted by the number of mutual categories? So if a topic has all 3 of them it should be on top and so on. --

Re: [Virtuoso-users] Loading RDF into Virtuoso

2012-10-22 Thread David Brooks
Hi Uldis, On 22/10/12 9:28 PM, Uldis Bojars wrote: > On Mon, Oct 22, 2012 at 3:23 AM, Hugh Williams > wrote: >> That query format works for me also: >> >> $ curl -v -T example.rdf >> http://localhost:8890/sparql-graph-crud?graph-uri=http://test.org/my -u dba >> >> Can you please set the Virtuso

Re: [Virtuoso-users] Loading RDF into Virtuoso

2012-10-22 Thread Uldis Bojars
On Mon, Oct 22, 2012 at 3:23 AM, Hugh Williams wrote: > That query format works for me also: > > $ curl -v -T example.rdf > http://localhost:8890/sparql-graph-crud?graph-uri=http://test.org/my -u dba > > Can you please set the Virtusoso "CallstackOnException" option as detailed > in the followi