Re: [Virtuoso-users] /conductor not found ?

2009-02-11 Thread Kingsley Idehen
Marc-Alexandre Nolin wrote: Hello, I've problem accessing /conductor since I've upgraded from 5.0.5 to 5.0.9 When I do http://localhost:/sparql it work for everyone of my 31 servers running on this computer. When I do http://localhost:/conductor everyone of them is now answering me --

[Virtuoso-users] /conductor not found ?

2009-02-11 Thread Marc-Alexandre Nolin
Hello, I've problem accessing /conductor since I've upgraded from 5.0.5 to 5.0.9 When I do http://localhost:/sparql it work for everyone of my 31 servers running on this computer. When I do http://localhost:/conductor everyone of them is now answering me - Error HTTP

Re: [Virtuoso-users] Insert data in N3-triples into OpenVirtuoso from Java

2009-02-11 Thread Aldo Bucchi
Hi, One a parallel, more general side: for some use cases you can just upload to rdf_sink folders[1][2] Not sure about the performance implications though. I have used this for drop-in configuration files ( parameters ). Best, A [1] http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/Virtuos

Re: [Virtuoso-users] using /about/

2009-02-11 Thread Robert Jones
Kurt J wrote: Ah I think I understand. So using /about/ is really not appropriate for the sort-of on-demand generation of rdf that i'm doing. in that http://dbtune.org/cmn/data/ redirects to a sparql query for describing and there wouldn't be a foaf:primaryTopic property in that result. so to

Re: [Virtuoso-users] inference context error

2009-02-11 Thread Cristian Vasquez
Hello Rumi! All works fine now, Looking at sys_rdf_schema helps a lot. SQL> select * from sys_rdf_schema; RS_NAME RS_URI RS_G VARCHAR NOT NULL VARCHAR NOT NULL VARCHAR ___ http://www.univrz.com/dataspace http://www.univ

Re: [Virtuoso-users] Insert data in N3-triples into OpenVirtuoso from Java

2009-02-11 Thread Hugh Williams
Hi Magnus, Yes, N3-triples can be uploaded into Virtuoso using JDBC or the Jena and Sesame Java based RDF Providers for Virtuoso, details of which are available form: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/ VOSRDFDataProviders Note if you have a large number of triples (

[Virtuoso-users] Insert data in N3-triples into OpenVirtuoso from Java

2009-02-11 Thread Magnus Haraldsen Amundsen
Hello, Is it possible to insert data that comes as N3-triples into OpenVirtuoso using Java? - Magnus

Re: [Virtuoso-users] Virtuoso and spatial extensions / spatial support

2009-02-11 Thread Hugh Williams
Ceriel, It's something that has been planned for over a year :-) At the current time acceleration will be project priority driven. Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openl

Re: [Virtuoso-users] trying to load RDF data into OpenVirtuoso and then query it

2009-02-11 Thread Bob DuCharme
Great, that worked! And so did the following curl command: curl -F "query=SELECT DISTINCT ?p FROM WHERE {?s ?p ?o}" http://localhost:8890/sparql I'll probably have something in my weblog about it next week. Thanks again for all your help. Bo