These are the commands that are used to setup full text indexing on a V6.1:
DB.DBA.RDF_OBJ_FT_RULE_ADD( null, null, 'Soprano' )
DB.DBA.VT_BATCH_UPDATE ('DB.DBA.RDF_OBJ', 'OFF', null)
And this is the query returning bogus data:
select * where { ?r a nfo:RasterImage . ?r ?p ?o . ?o bif:contains
'nepomuk' . }
It actually binds ?o to an int value.
Sadly I cannot reproduce it anymore. But this is not the first time this
happened. I had users reporting this issue.
Is this known? I would be happy to perform more tests.
Cheers,
Sebastian