Re: [Virtuoso-users] Announcing OpenLink Virtuoso, Open-Source Edition, v5.0.7

2008-07-31 Thread Peter Ansell
Have you tried FILTER( bif:contains(?name, '"blood*"')) It my actually result in a different compilation strategy although it does the same thing as far as I know. I also wasn't aware that GRAPH operated outside of UNION. I would tend to put the two GRAPH's into the UNION parts myself as follo

Re: [Virtuoso-users] Announcing OpenLink Virtuoso, Open-Source Edition, v5.0.7

2008-07-31 Thread Erick Antezana
hi, here it is: BASE PREFIX rdfs: PREFIX ssb: SELECT ?name ?unique_id WHERE { GRAPH { FILTER regex(?name, 'blood') {?unique_id rdfs:label ?name.} UNION {?unique_id s

Re: [Virtuoso-users] Announcing OpenLink Virtuoso, Open-Source Edition, v5.0.7

2008-07-31 Thread Hugh Williams
HI Erick, Can you please provide the SPARQL query this explain output was generated from also ... Regards Hugh On 31 Jul 2008, at 16:37, Erick Antezana wrote: Hi Hugh, I've run the 'explain' on a sample query, here is the result: Query result: REPORT VARCHAR { Precode: 0: $25 "callret"

Re: [Virtuoso-users] Announcing OpenLink Virtuoso, Open-Source Edition, v5.0.7

2008-07-31 Thread Erick Antezana
Hi Hugh, I've run the 'explain' on a sample query, here is the result: Query result: REPORT VARCHAR { Precode: 0: $25 "callret" := Call __box_flags_tweak ((http://www.semantic-systems-biology.org/OBO)>, ) 5: $26 "org/OBO" := Call DB.DBA.RDF_MAKE_IID_OF_QNAME_SAFE ($25 "callret") 12: $27 "c