You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2023/04/05 21:04:54 UTC

[jena-site] branch main updated: remove newlines to fix broken table

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 16a2d2c65 remove newlines to fix broken table
16a2d2c65 is described below

commit 16a2d2c65341180520060e6897c584403c31d5d9
Author: Øyvind Gjesdal <oy...@uib.no>
AuthorDate: Wed Apr 5 21:33:27 2023 +0200

    remove newlines to fix broken table
---
 source/documentation/geosparql/__index.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/source/documentation/geosparql/__index.md b/source/documentation/geosparql/__index.md
index 5cb23579b..81e7dbc02 100644
--- a/source/documentation/geosparql/__index.md
+++ b/source/documentation/geosparql/__index.md
@@ -622,9 +622,7 @@ implementation based on reviewing several alternatives.
 
 This Implementation|Other Implementations
 ---------- | ----------
-Implements all six components of the GeoSPARQL standard.|Generally partially implement the Geometry Topology and Geometry Extensions. Do not implement the Query Rewrite
-Extension.
-
+Implements all six components of the GeoSPARQL standard.|Generally partially implement the Geometry Topology and Geometry Extensions. Do not implement the Query Rewrite Extension.
 Pure Java and does not require a supporting relational database. Configuration requires a single line of code (although Apache SIS may need some setting up, see above).|Require setting up a database, configuring a geospatial extension and setting environment variables.
 Uses Jena, which conforms to the W3C standards for RDF and SPARQL. New versions of the standards will quickly feed through.|Not fully RDF and SPARQL compliant, e.g. RDFS/OWL inferencing or SPARQL syntax. Adding your own schema may not produce inferences.
 Automatically determines geometry properties and handles mixed cases of units or coordinate reference systems. The GeoSPARQL standard suggests this approach but does not require it.|Tend to produce errors or no results in these situations.