Re: GeoSPARQL modules Was: Spatial distance in Fuseki

2018-10-12 Thread Andy Seaborne
Data loads, and I can query it! public static void main(String...a) { a = new String[] {"-d", "ds", "-rf", "geo.ttl", "-i", "true", "-dg", "true"}; io.github.galbiston.geosparql_fuseki.Main.main(a); data is geosparql_test.rdf in TTL. SELECT ?subj ?obj WHERE{ ?subj geo:sfContains

Re: GeoSPARQL modules Was: Spatial distance in Fuseki

2018-10-09 Thread Andy Seaborne
Hi Greg, Excellent to see this! I'll have ago at a shaded jar [*] My first attempt shows an "interesting" issue : it only works with java8, not java 11 (well, this is Ubuntu, its actually Java 10.0.2 but it has modules): Caused by: java.lang.ClassNotFoundException:

GeoSPARQL modules Was: Spatial distance in Fuseki

2018-10-08 Thread Greg Albiston
Hello, Previously I made contact about an implementation of the GeoSPARQL standard for Jena. There was a suggestion to make this a standalone project and look into switching across to Apache SIS to ease licencing. These have both been done. The project is now published on GitHub at