During TDB initialization, I get this warning : WARN o.apache.jena.sparql.expr.NodeValue - Datatype format exception: "4,77962"^^xsd:float
But I am unable to detect the incorrect triple , with this query : PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> SELECT * WHERE { ?S ?P "4,77962"^^xsd:float . } I also tried this: SELECT * WHERE { ?S ?P ?O. FILTER ( STR(?O) = "4,77962" ) } This uses the latest jena Version 4.3.2 , with TDB 1 . I suspect this bad data prevents geosparl queries from getting any result. Jean-Marc Vanel <http://semantic-forms.cc:1952/display?displayuri=http://jmvanel.free.fr/jmv.rdf%23me> +33 (0)6 89 16 29 52 Twitter: @jmvanel , @jmvanel_fr
