1st Workshop on Question Answering over Linked Data (QALD-1)
http://www.sc.cit-ec.uni-bielefeld.de/qald-1
collocated with the
Extended Semantic Web Conference (ESWC)
http://www.eswc2011.org/
* Motivation & Scope *
The workshop is aime
I am using Virtuoso Jena provider to persist triples.
Triple triple = new Triple(Node.createURI("foo"), Node.createURI("bar"),
Node.createLiteral("moo"));
virtGraph.add(triple);
Now if I query the graph, conductor shows me
foo bar moo
Now if I add a the below
Triple triple = new Triple(Node.cre
Hi Vanessa,
You are running a rather old 6.1.0.3126 build from about a year ago now. I
would recommend you download he latest available Virtuoso 6.1.3 release
candidate build from the following location, build and retest with the
resultant binaries:
ftp://download.openlinksw.com/supp
Hi Hugh!
I can't figure out the problem .. Every time I run two web clients
(even in different computers) of my tomcat application (which sends
several sparql calls to virtuoso) virtuoso eventually stops. The
problem only appears when the two clients are sending queries at the
same tim