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
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
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