SELECT DISTINCT ?s ?score WHERE { ?s ?p ?l. ( ?l ?score ) <http://jena.hpl.hp.com/ARQ/property#textMatch> ( 'mac' 0.5 50 ). }
--
-- --
You received this message because you are subscribed to the C&P "Stardog" group.
To post to this group, send email to sta...@clarkparsia.com
To unsubscribe from this group, send email to
stardog+u...@clarkparsia.com
For more options, visit this group at
http://groups.google.com/a/clarkparsia.com/group/stardog?hl=en
The ?score that is coming back has values like 2.145, 16.824, 20.32. I don't understand how that relates the threshold, which has values between 0 and 1? Because if I set the threshold to something larger than 1, then that value is taken as the number of records I want returned.