Re: [Virtuoso-users] Query optimization, possible indexing?

2018-01-24 Thread Quentin
Hi Hugh, In your example, you have this query: SELECT ?s WHERE { ?s base:name "test_sensor" }; But the data is: s o datatype LO

Re: [Virtuoso-users] Query optimization, possible indexing?

2018-01-24 Thread Hugh Williams
Hi Jason, I have been able to compile and run your program and can see the problem: De-iMac-232:virtuoso_driver hwilliams$ javac -classpath ".:../lib-3.3.0/commons-lang3-3.4.jar:../lib-3.3.0/jena-arq-3.3.0-SNAPSHOT.jar:../lib-3.3.0/jena-iri-3.3.0-SNAPSHOT.jar:../lib-3.3.0/jena-base-3.3.0-SNAPSHO

Re: [Virtuoso-users] Query optimization, possible indexing?

2018-01-24 Thread Jason Koh
Dear Hugh and the community, I have created a regenerator repository: https://github.com/jbkoh/virtjena_regenerator If available, please review the problem. I think it's the problem of Virt Jena, your feedback would be much useful for me to write the right code. Thanks! With regards, Jason Koh