Re: [Virtuoso-users] Formatting of RDF/XML sparql results

2008-07-28 Thread Peter Ansell
http://virtuoso.openlinksw.com - Original Message > From: Peter Ansell > To: virtuoso-users@lists.sourceforge.net > Sent: Wednesday, 16 July, 2008 1:11:48 PM > Subject: [Virtuoso-users] Formatting of RDF/XML sparql results > > Hi, > > I can kind of understand wh

Re: [Virtuoso-users] Formatting of RDF/XML sparql results

2008-07-16 Thread Ivan Mikhailov
Hello Peter, You're right, the RDF/XML can be pretty-printed like turtle. However N3 is human-friendly so there's a reason to improve the result when it does not affect speed whereas RDF/XML is not for human eyes anyway so I did not care about it. If needed then it can be improved. However, big R

[Virtuoso-users] Formatting of RDF/XML sparql results

2008-07-15 Thread Peter Ansell
Hi, I can kind of understand why Virtuoso does a simple line by line dump from SQL row results to RDF/XML files for CONSTRUCT queries. I don't however understand why it would be less efficient for the same algorithm that currently generates N3 Turtle results can't be ported almost directly over