[Virtuoso-users] Export RDF to a file

2007-04-27 Thread Alex Black
Can anyone point me in the right direction to export RDF to a file (say TTL, or RDF/XML)? It looks to me like DB.DBA.RDF_TRIPLES_TO_TTL() would work, but I can't figure out what to pass in to the second parameter (the output stream)? This page mentions this function briefly: http://docs.openlinks

Re: [Virtuoso-users] RDF Views: Defining quad storage, joins?

2007-04-27 Thread Alex Black
Thanks Hugh, Ted (Openlink) actually pointed me to that new build earlier today to solve another issue I had (the virtuoso service on Windows was stopping when I logged off the user who started it), I will try it out! - Alex > -Original Message- > From: Hugh Williams [mailto:hwilli...@op

Re: [Virtuoso-users] RDF Views: Defining quad storage, joins?

2007-04-27 Thread Hugh Williams
Hi Alex, The installer you are using currently is probably build # 3004, but an newer installer was uploaded to the OpenLink Download site (http://download.openlinksw.com) today which is build # 3009 and should function in the manner described by Ivan ... Best Regards Hugh Williams OpenLink Softw

Re: [Virtuoso-users] RDF Views: Defining quad storage, joins?

2007-04-27 Thread Alex Black
Hi Ivan, I am running Virtuoso 5 on Windows, I downloaded it just last week. Yes, that IRI class is declared before use. However, that code below still doesn't work for me, I instead create a view joining the two tables, and use that one view in my quad storage creation. - Alex > -Origina

Re: [Virtuoso-users] RDF Views: Defining quad storage, joins?

2007-04-27 Thread imikhailov
Alex, Fred's blog entry refer to a version that is now obsolete. First of all, try to update to a recent version. If IRI class conceptSchema:iri_concept declared before use in this declaration then the declaration seemes OK for me. Best Regards, Ivan Mikhailov. __

Re: [Virtuoso-users] RDF Views: Defining quad storage, joins?

2007-04-27 Thread Alex Black
I found a solution, I created views beforehand that performed the joins, and then used those joined views instead of the tables. I got this idea from Frederick Giasson's blog entry about creating RDF views for WordPress and MediaWiki: http://fgiasson.com/blog/index.php/2007/04/24/converting-you