Re: Geo indexing Wikidata

2022-03-02 Thread Greg
Hi Lorenz, Thanks for the info. I'll look into adding options to disable these dynamic conversions between units and geometries, as they can create such large errors over large distances, so that users can choose to switch them on. Thanks, Greg On 24/02/2022 07:30, Lorenz Buehmann wrote: Hi

Re: Geo indexing Wikidata

2022-02-23 Thread Greg
as it is outside the GeoSPARQL standard. Could you provide the WKT Geometry Literals returned by your query, so that they can be tested directly for the asymmetry? Thanks, Greg *A.3.1.4 /conf/geometry-extension/query-functions* Requirement: /req/geometry-extension/query-functions Implementations

Re: Error initializing geosparql

2021-12-13 Thread Greg
/standards/geosparql#downloads https://portal.ogc.org/files/?artifact_id=47664 Greg On 12/12/2021 20:41, Marco Neumann wrote: I wasn't are of the geo:is3D property myself but is is apparently in Req 12 of the final GeoSPARQL release V1.0 https://portal.ogc.org/files/?artifact_id=44722 maybe it's

Re: Error initializing geosparql

2021-12-12 Thread Greg
of geo:Geometry (Section 8.4). These values are inferred in the Jena implementation and do not need to asserted to be accessed. The standard also states that invalid geometry literals are to be treated as errors, hence the 'DatatypeFormatException'. Thanks, Greg On 11/12/2021 19:33, Marco Neumann

Re: Jena GeoSparql

2021-07-16 Thread Greg
, the data can be loaded using the TDB API and the GeoSPARQL Jena functions as also mentioned. Then GeoSPARQL Fuseki can be started on the fully prepared TDB dataset. All the best, Greg On 16/07/2021 08:01, Lorenz Buehmann wrote: It's always a matter of whether you need one of those options or not. So

Re: Followup GeoSparql + TDB 1 : freeze

2021-03-30 Thread Greg Albiston
rewriting: |GeoSPARQLConfig.setupNoIndex(false)| Thanks, Greg On 28/03/2021 15:27, Andy Seaborne wrote: Assuming not running in Fuseki ... There is code not closing transactions. There a large number of uncompleted write transactions (which may not have made an update but did begin(WRITE

Re: Jena geosparql , simple export use case ; practical doc. needed

2020-11-01 Thread Greg
dataset.|| All the best, Greg On 29/10/2020 09:23, Jean-Marc Vanel wrote: Hi Greg The data are available at this SPARQL endpoint : http://semantic-forms.cc:1952/sparql2 the queries are given in this thread. BUT, I reread the documentation, and added org.apache.jena.geosparql.configuration.GeoSPA

Re: Jena geosparql , simple export use case ; practical doc. needed

2020-10-28 Thread Greg
Hi Jean-Marc, If you have an sample of data then I can take a look into this further. Thanks, Greg On 26/10/2020 16:56, Jean-Marc Vanel wrote: Indeed this helps, but it's still not clear weather and how I have to prepare the database for GeoSparlql queries. I changed my query according

Re: Jena geosparql , simple export use case ; practical doc. needed

2020-10-26 Thread Greg Albiston
from one SRS or datatype to another, i.e. consolidating diverse data sources. They aren't for generating non-RDF spatial documents. These are also for GeoSPARQL structure datasets so a dataset using the LatLon geo predicates would need to be converted (for which the "convertGeoPredicates" might

Re: time ontology

2020-09-01 Thread Greg
= execCxt.getActiveGraph();' followed by 'graph.find(SUBJECT, PREDICATE, null)' and then handling the iterator to unwrap the 'triple.getObject()'. Hope this helps, Greg On 31/08/2020 15:00, Nouwt, B. (Barry) wrote: Hi everyone, for a project I have a set of sosa:Observation's and would like to use the elegant W3C

Re: GeoSPARQL: Why either geo:lat/long or geosparql:hasGeometry

2020-05-02 Thread Greg Albiston
at some point and this was an area where it was deemed more "nice" than "need". Particularly since the user has several options to access the tool; it is a variation from the primary use case; and supporting Lat/Lon in any manner is an enhancement. Thanks, Greg On 01/05/2020 03:

Re: regd: geosparql query

2020-05-02 Thread Greg Albiston
Using GeoSPARQL with Fuseki requires using GeoSPARQL Fuseki module, which runs Fuseki as an embedded server and has no GUI support. Please see documentation at: https://jena.apache.org/documentation/geosparql/geosparql-fuseki I don't think the mailing list supports images so it's unclear what

Re: regd : geosparql queries inside Fuseki server

2020-04-19 Thread Greg Albiston
xample, "?lineA geo:sfEquals ?lineB" is equivalent to "FILTER(geof:sfEquals(?lineA, ?lineB)) ". Thanks, Greg On 19/04/2020 14:19, Lorenz Buehmann wrote: On 19.04.20 14:55, Andy Seaborne wrote: The rdflib output now shows ^^ on the literals so something has changed. maybe it

Re: Unclosed iterator in GeoSPARQL

2020-02-17 Thread Greg Albiston
should be present. * The getProperty methods have been replaced by getRequiredProperty methods which throws an PropertyNotFoundException as these properties are both expected to be present. Thanks, Greg On 17/02/2020 05:01, Holger Knublauch wrote: A similar small issue seems to be when

GeoSPARQL Module - Testing

2019-01-30 Thread Greg Albiston
users of the jena-spatial module. Thanks, Greg

Re: Retiring Jena modules

2018-12-21 Thread Greg Albiston
functions available for use). - existing jena-spatial property functions for GeoSPARQL and WGS84. Any comments welcome. Thanks, Greg On 21/12/2018 10:56, Jean-Marc Vanel wrote: I hope it will not remove support for old and widespread vocabulary http://www.w3.org/2003/01/geo/wgs84_pos# https

Query VALUES Variable Names

2018-11-07 Thread Greg Albiston
missed something, Greg @Test     public void testValues_block() {     System.out.println("values_block");     String queryString = "PREFIX dc: <http://purl.org/dc/elements/1.1/> \n"     + "PREFIX : <http://example.org/book/> \n&q

RE: Spatial Searches with SPARQL

2018-09-05 Thread Greg Albiston
Hi Kris, As Lorenz says I have an implementation of GeoSPARQL for Jena 3.x but need to make some changes and additional tests. I'm planning to make it available as a separate project soon. Querying of polygons using geof:sfWithin is supported. Thanks, Greg -Original Message- From

RE: Jena DataAccessor and the Parliament triplestore

2018-09-05 Thread Greg Albiston
ase folder. Hope this helps, Greg import com.bbn.parliament.jena.graph.KbGraph; import com.bbn.parliament.jena.graph.KbGraphFactory; import com.bbn.parliament.jena.graph.KbGraphStore; import com.bbn.parliament.jena.graph.index.IndexFactoryRegistry; import com.bbn.parliament.jena.graph.index.In

RE: RE: GeoSPARQL modules Was: Spatial distance in Fuseki

2018-08-30 Thread Greg Albiston
Hi Martin, Thanks for the information. I’ll look into making the switch over to SIS from GeoTools. Thanks again, Greg From: Martin Desruisseaux Sent: 28 August 2018 22:18 To: greg_albis...@hotmail.com Cc: users@jena.apache.org Subject: Re: RE: GeoSPARQL modules Was: Spatial distance

RE: GeoSPARQL modules Was: Spatial distance in Fuseki

2018-08-28 Thread Greg Albiston
examples or documentation explaining this for Apache SIS. Thanks, Greg "Are your modules "pure" functions (i.e. agnostic to backend) or do they take advantage of Jena's spatial index module?" - The Property and Filter functions are agnostic to the backend. There is no

Re: Spatial distance in Fuseki

2018-08-24 Thread Greg Albiston
://www.opengis.net/def/function/geosparql/ Thanks, Greg From: Andy Seaborne Sent: Friday 24 August, 18:29 Subject: Re: Spatial distance in Fuseki To: users@jena.apache.org (PS JENA-664 is the open JIRA for GeoSPARQL) A complete example with imports etc: https://gist.github.com/afs

RE: Jena Fuseki Inference Configuration

2018-05-31 Thread Greg Albiston
, Greg From: Matt Sabs Sent: 30 May 2018 22:53 To: users@jena.apache.org Subject: Jena Fuseki Inference Configuration Hello, Does Apache Jena Fuseki offer Inference ability through reasoners such as the OWL Reasoners described in the documentation? The page Jena - Fuseki: Configuring Fuseki

RE: TDB2 tdbstats Script Error

2018-04-13 Thread Greg Albiston
y the Dataset/TDB? The Dataset will have to be opened to be examined. Can a refresh be forced once the Dataset is open? I'll look around to see what there is but any pointers would be really helpful. Thanks, Greg -Original Message- From: Andy Seaborne <a...@apache.org>

TDB2 tdbstats Script Error

2018-04-12 Thread Greg Albiston
d tdbstats script. It may also be useful for others to have access to this kind of method from the TDB API as setting up the Jena scripts is quite convoluted on Windows. Thanks, Greg org.apache.jena.tdb.base.file.FileException: Unable to check TDB lock owner as the lock file contains in

RE: TDB Assembly: Multiple Named Graphs with RDFS Inferencing

2018-04-05 Thread Greg Albiston
, Greg -Original Message- From: Andy Seaborne <a...@apache.org> Sent: 04 April 2018 16:00 To: users@jena.apache.org Subject: Re: TDB Assembly: Multiple Named Graphs with RDFS Inferencing On 04/04/18 11:56, Greg Albiston wrote: > Hi Andy, > > I'm trying to use the

RE: TDB Assembly: Multiple Named Graphs with RDFS Inferencing

2018-04-04 Thread Greg Albiston
chema path gives no errors or warnings so it could be that the schema loading is silently failing. The assembler loading throws syntax errors but nothing for the missing file. Is there a way to confirm that the schema loads correctly? Thanks, Greg -Original Message- From: Andy Seaborne <a..

TDB Assembly: Multiple Named Graphs with RDFS Inferencing

2018-04-03 Thread Greg Albiston
model. Is the same required for named graphs? https://christinemdraper.wordpress.com/2017/04/09/getting-started-with-rdf-sparql-jena-fuseki/ Any help would be much appreciated, Greg @prefix : <http://example.org/my#> . @prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> . @prefix