Re: [Virtuoso-users] Using Jena to query Virtuoso SPARQL end point with bif:contains

2009-10-15 Thread Ivan Mikhailov
Hello Egon, The default declaration for "bif:" namespace-prefix is "bif:" namespace-absolute-iri. So the most popular workaround for "smart" clients is sparql SELECT * WHERE {?s ?p ?o . ?o "aspirin" .}; i.e. just write it as an absolute IRI. Similar trick works for "sql:" prefix. Best Regards

[Virtuoso-users] Using Jena to query Virtuoso SPARQL end point with bif:contains

2009-10-15 Thread Egon Willighagen
Hi all, my apologies if this has already been discussed a million times before, but I have not been able to find an answer with Google... I am using Jena to do queries to remote SPARQL end points in the Jena plugin for Bioclipse [0], and the Virtuoso end points typically support the use of bif:co