Re: [Virtuoso-users] JDBC feature

2009-06-26 Thread Jem Rayfield
Hi, Do you have an update on this issue? Thanks for your help Jem From: Hugh Williams [mailto:hwilli...@openlinksw.com] Sent: 24 June 2009 11:52 To: Paul Wilton Cc: Sonja Nevitt; Jem Rayfield; Julian Everett; virtuoso-users@lists.sourceforge.net Subject: Re

Re: [Virtuoso-users] Hibernate dialect

2009-05-21 Thread Jem Rayfield
:kide...@openlinksw.com] Sent: 21 May 2009 03:02 To: Hugh Williams Cc: Jem Rayfield; virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Hibernate dialect Hugh Williams wrote: > Hi Jem, > > Their is no hibernate dialect for Virtuoso that I am aware of or have > been able t

[Virtuoso-users] Hibernate dialect

2009-05-20 Thread Jem Rayfield
I am after a Virtuoso Hibernate (JAVA ORM) dialect. I don't seem to be able to find one. Any pointers appreciated. Cheers Jem http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Jem Rayfield
From: Hugh Williams [mailto:hwilli...@openlinksw.com] Sent: 15 April 2009 13:50 To: Jem Rayfield Cc: Ivan Mikhailov; Hugh Williams; virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] ttlp_mt problem Hi Jem, How did you configure the instance to get it to work ? Points of note

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Jem Rayfield
So I have things working now. Thanks for the pointers. I still think that config for setting the path for temp files would help. -Original Message- From: Jem Rayfield Sent: 15 April 2009 10:24 To: 'Ivan Mikhailov'; Hugh Williams Cc: virtuoso-users@lists.sourceforge.net S

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Jem Rayfield
roblem. Thanks for your help Jem -Original Message- From: Ivan Mikhailov [mailto:imikhai...@openlinksw.com] Sent: 14 April 2009 21:45 To: Jem Rayfield Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] ttlp_mt problem Hello Jem, file_to_string_output() can flush

Re: [Virtuoso-users] ttlp_mt problem

2009-04-14 Thread Jem Rayfield
different mount. /data. Cheers Jem From: Jem Rayfield Sent: 14 April 2009 17:15 To: virtuoso-users@lists.sourceforge.net List Subject: ttlp_mt problem Hi, I am trying to upload dbpedia N3 triples... using: isql dba ** verbose=on banner=off

[Virtuoso-users] ttlp_mt problem

2009-04-14 Thread Jem Rayfield
Hi, I am trying to upload dbpedia N3 triples... using: isql dba ** verbose=on banner=off prompt=off echo=ON errors=stdout exec="ttlp_mt (file_to_string_output ('/data/virtuoso/dbpediaLoad/longabstract_en.nt'), '', 'http://*.newsonline.tc.nca.bbc.co.uk/test', 17); checkpoint;"

Re: [Virtuoso-users] HTTP proxy

2009-02-20 Thread Jem Rayfield
Hi Guys, Any thoughts on this? Cheers Jem -Original Message- From: Patrick van Kleef [mailto:vos.ad...@openlinksw.com] Sent: Tue 17/02/2009 13:35 To: Jem Rayfield Cc: Kingsley Idehen; virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] HTTP proxy Hi Jem, > Follow

Re: [Virtuoso-users] HTTP proxy

2009-02-17 Thread Jem Rayfield
RDFNode s = result.get("s"); RDFNode p = result.get("p"); RDFNode o = result.get("o"); System.out.println(graph_name + " { " + s + " " + p + " " + o + " . }"); } Sy

Re: [Virtuoso-users] HTTP proxy

2009-02-16 Thread Jem Rayfield
need virtuoso to act in the same manner. Thanks Jem -Original Message- From: Kingsley Idehen [mailto:kide...@openlinksw.com] Sent: 16 February 2009 16:51 To: Jem Rayfield Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] HTTP proxy Jem Rayfield wrote: > > H

Re: [Virtuoso-users] HTTP proxy

2009-02-16 Thread Jem Rayfield
= 28 HttpPrintWarningsInOutput = 0 Charset = UTF-8 Hopefully this clarifies my problem a little Thanks again Jem > _ > From: Jem Rayfield > Sent: 16 February 2009 16:17 > To: virtuoso-users@lists.

[Virtuoso-users] HTTP proxy

2009-02-16 Thread Jem Rayfield
Hi, I am having problems sponging external data as my virtuoso instance is behind a SOCKs proxy. Thus I keep seeing results such as --> $ curl -H "Accept: text/xml" "http://localhost:8890/about/rdf/http://www.freebase.com/view/en/barack_ obama" Error HTCLI Error HTCLI HC001: C

Re: [Virtuoso-users] XPATH/XSLT on sponged RDFa

2009-02-13 Thread Jem Rayfield
--- From: Kingsley Idehen [mailto:kide...@openlinksw.com] Sent: 13 February 2009 15:41 To: Jem Rayfield Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] XPATH/XSLT on sponged RDFa Jem, << I have managed to sponge XHTML/RDFa via DAV (using the steps below) however I

Re: [Virtuoso-users] XPATH/XSLT on sponged RDFa

2009-02-13 Thread Jem Rayfield
ink/location.html> -u jem: I may have missed something obvious here.. Cheers Jem From: Jem Rayfield [mailto:jem.rayfi...@bbc.co.uk] Sent: 13 February 2009 14:21 To: virtuoso-users@lists.sourceforge.net Subject: [Virtuoso-users] XPATH/XSLT on sponged RDFa

[Virtuoso-users] XPATH/XSLT on sponged RDFa

2009-02-13 Thread Jem Rayfield
Hi, I have managed to sponge XHTML/RDFa via DAV (using the steps below) however I want to be able to query the origin XHTML2 using XPATH or transform using XSLT. I can only see the origin content within DAV at the moment and cannot see the XML stored as an XMLType within a Virtuoso Table. Ideally I