Re: Jana + Fuseki + Spatial returns no data

2018-12-13 Thread Andy Seaborne
Hi Johan, With your setup and that data I got this to work: PREFIX spatial: PREFIX rdfs: SELECT ?placeName { ?place spatial:nearby (51.382 -2.71909 10 'km') . ?place rdfs:label ?placeName } Your query has: PREF

Build by program a Dataset that is both textual and spatial

2018-12-13 Thread Jean-Marc Vanel
Hi all After looking the documentation, https://jena.apache.org/documentation/query/spatial-query.html#building-a-spatial-index it is not clear which is the best way to build by program a Dataset that is both textual and spatial. Both functions take an argument of type Dataset and return an "augm