Re: [Virtuoso-users] import graphs virtually into another

2012-07-22 Thread Jonas Brekle
05:35 PM, Jonas Brekle wrote: > > > i wondered, can I configure Virtuoso to virtuall import a graph into > > > another? What I mean is: > > > /-- A > > > G <--- B > > > \-- C > > > > > > Where G, A, B, C are graphs and

Re: [Virtuoso-users] isql scripting help

2012-07-22 Thread Jonas Brekle
Am Samstag, den 21.07.2012, 23:02 +0700 schrieb Ivan Mikhailov: > Hello Jonas, > > On Fri, 2012-07-20 at 10:42 +0200, Jonas Brekle wrote: > > > -- If the script will be published and widely used, the script should > > > instruct what to do if fatal error occur

Re: [Virtuoso-users] isql scripting help

2012-07-20 Thread Jonas Brekle
Thank you for your fast and comprehensive answers!# I got some follow up questions below... Am Freitag, den 20.07.2012, 04:51 +0700 schrieb Ivan Mikhailov: > Hello Jonas, > > > - the file_to_string_output function fails to find the file with a path > > relative to the load script. Do I need a pwd

[Virtuoso-users] isql scripting help

2012-07-19 Thread Jonas Brekle
Hi, I have done a little isql script that loads my NT files and sets up some stuff: http://dbpedia.hg.sourceforge.net/hgweb/dbpedia/extraction_framework/file/0856451fa262/wiktionary/load.isql I got some questions that i couldn't answer myself or by the given documentation. - the file_to_string_

Re: [Virtuoso-users] import graphs virtually into another

2012-07-16 Thread Jonas Brekle
yes indeed, that sounds good. Thanks! PS: maybe you should put a keyword like "import" on the page, I searched just for that, but nevermind. Am Montag, den 16.07.2012, 16:18 +0100 schrieb Tim Haynes: > On 07/02/2012 05:35 PM, Jonas Brekle wrote: > > i wondered, can I co

Re: [Virtuoso-users] import graphs virtually into another

2012-07-16 Thread Jonas Brekle
umh, can I haz a reply? :) Am Montag, den 02.07.2012, 18:35 +0200 schrieb Jonas Brekle: > Hi, > > i wondered, can I configure Virtuoso to virtuall import a graph into > another? What I mean is: >/-- A > G <--- B >\-- C > > Where G, A, B, C ar

[Virtuoso-users] Accidentally created graphs on import

2012-07-02 Thread Jonas Brekle
Hi, I import NTriple files with this command DB.DBA.TTLP_MT(file_to_string_output ('/path/to/file.nt'), '', 'http://graph.org/', 1, 1, 3); and after that, I end up with multiple graphs (which are supposed to be resources within that graph). I am sure this is because some data quality issues in m

[Virtuoso-users] import graphs virtually into another

2012-07-02 Thread Jonas Brekle
Hi, i wondered, can I configure Virtuoso to virtuall import a graph into another? What I mean is: /-- A G <--- B \-- C Where G, A, B, C are graphs and when I query G, I get results as if I queried G, A, B, C (four FROMs). Implementing a owl:import inference. If I query A or B or

Re: [Virtuoso-users] Query to return all graphs defined in a virtuoso instance

2011-06-15 Thread Jonas Brekle
select distinct ?g where { graph ?g {?s ?p ?o}} Am Mittwoch, den 15.06.2011, 11:48 -0300 schrieb Bruno Carvalho: > Hi, > > I need to know what graphs have something in a virtuoso instance. Do > you know how to retrieve all graphs defined in a virtuoso instance ? > > Thanks in advance, > Bruno

Re: [Virtuoso-users] Sorting in SPARQL XML result format

2011-05-25 Thread Jonas Brekle
00 schrieb Kingsley Idehen: > On 5/23/11 8:49 AM, Sebastian Tramp wrote: > > On Mon, May 23, 2011 at 08:20:57AM -0400, Kingsley Idehen wrote: > >> On 5/23/11 8:17 AM, Jonas Brekle wrote: > >>> the result is as expected. but when i add > >>> > >>>

[Virtuoso-users] Sorting in SPARQL XML result format

2011-05-23 Thread Jonas Brekle
Hi, i have a problem with sorting again :) given the dataset in the attachment, when i do the query SELECT DISTINCT ?resourceUri FROM WHERE { ?resourceUri . ?resourceUri

Re: [Virtuoso-users] Sorting key too long

2011-05-16 Thread Jonas Brekle
openlinksw.com > Support: http://support.openlinksw.com > Forums: http://boards.openlinksw.com/support > Twitter: http://twitter.com/OpenLink > > On 11 May 2011, at 21:07, Jonas Brekle wrote: > > > Hi, > > > > your right, the query gives a error, i mistakenly

[Virtuoso-users] Sorting key too long

2011-05-10 Thread Jonas Brekle
Hi, i have a rdf model which contains very long literals (the lod2.eu website model - see attacchments). When i send the sparql query: SELECT * FROM WHERE {?s ?p ?o} ORDER BY ?s ?p ?o via the conductor, it tells me 22026 Error SR...: Sorting key too long in order by key, exceeds