Aklakan opened a new pull request, #3480:
URL: https://github.com/apache/jena/pull/3480

   GitHub issue resolved #3473 
   
   Pull request Description:
   * GeoSparql: Remove need for explicit `Geometry`-type triples in 
GenericPropertyFunction. Rationale: If reasoning is enabled, then `Geometry` 
types will be inferred from this excerpt of the GeoSPARQL ontology:
   ``` turtle
   geo:asWKT  rdfs:domain  geo:Geometry .
   geo:asGML rdfs:domain   geo:Geometry .
   geo:hasDefaultGeometry rdfs:range  geo:Geometry .
   ```
   `GenericPropertyFunction` checks for `Geometry` type before accessing the 
properties that that would lead to the inference of that type. So removing this 
check features the same functionality just without the need for explicit 
inferences.
   * Spatial Indexer UI: Replace mode with no selected graphs clears the index
   
   ----
   
    - [x] `GenericPropertyFunction` tests are covered by existing test suite
    - (I tested the UI change manually, but did not add an automated test)
    - [x] Commits have been squashed to remove intermediate development commit 
messages.
    - [x] Key commit messages start with the issue number (GH-xxxx)
   
   By submitting this pull request, I acknowledge that I am making a 
contribution to the Apache Software Foundation under the terms and conditions 
of the [Contributor's 
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
   
   ----
   
   See the [Apache Jena "Contributing" 
guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to