[Virtuoso-users] Using OPTION (score ?s) in a bif:contains filter

2011-03-08 Thread Sebastian Trüg
Hi list, I can get the fulltext matching score as follows: ?label bif:contains 'foobar' OPTION (score ?score) . This works fine. However, now I am in the situation where a creating a FILTER is much more convenient for me: FILTER(bif:contains(?label, 'foobar')) . But the question is: can I also

Re: [Virtuoso-users] Bind named graph parameter in prepared statement

2011-03-08 Thread Ivan Mikhailov
Hello Timo, On Mon, 2011-03-07 at 14:29 +0200, Timo Westkämper wrote: > Hi all. > > How do I correctly bind the named graph context of the following SPARQL > query : > >CONSTRUCT { ?s ?p ?o} FROM ?context WHERE { ?s ?p ?o } > > I tried the following options > >CONSTRUCT { ?s ?p ?o} FR

Re: [Virtuoso-users] Inserting RDF data from visual studio to virtuoso

2011-03-08 Thread Hugh Williams
Hi Houda, Yes, you can perform SPARUL (http://docs.openlinksw.com/virtuoso/sparqlextensions.html#rdfsparul) operations with the Virtuoso ADO.Net Provider much as you can with any other Virtuoso data access client ie ODBC, JDBC etc Best Regards Hugh Williams Professional Services OpenLink Softw