You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/01/28 21:11:13 UTC

[jena-site] branch main updated: Remove mention of fuseki:serviceUpload as a default endpoint.

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

andy 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 e5566f8  Remove mention of fuseki:serviceUpload as a default endpoint.
e5566f8 is described below

commit e5566f86c6b374285a13096334481b138695ec4e
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Jan 12 17:24:53 2022 +0000

    Remove mention of fuseki:serviceUpload as a default endpoint.
---
 source/documentation/fuseki2/fuseki-old-config-endpoint.md | 4 +---
 source/documentation/permissions/example.md                | 1 -
 source/documentation/query/spatial-query-doc.md            | 4 +---
 source/documentation/query/text-query.md                   | 2 --
 source/documentation/tdb2/tdb2_fuseki.md                   | 2 --
 5 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/source/documentation/fuseki2/fuseki-old-config-endpoint.md b/source/documentation/fuseki2/fuseki-old-config-endpoint.md
index c961f61..b1957df 100644
--- a/source/documentation/fuseki2/fuseki-old-config-endpoint.md
+++ b/source/documentation/fuseki2/fuseki-old-config-endpoint.md
@@ -13,7 +13,6 @@ Example:
         fuseki:serviceQuery               "sparql" ;   # SPARQL query service
         fuseki:serviceQuery               "query" ;    # SPARQL query service (alt name)
         fuseki:serviceUpdate              "update" ;   # SPARQL update service
-        fuseki:serviceUpload              "upload" ;   # Non-SPARQL upload service
         fuseki:serviceReadWriteGraphStore "data" ;     # SPARQL Graph Store Protocol (read and write)
         fuseki:serviceReadGraphStore      "get" ;      # SPARQL Graph Store Protocol (read only)
         fuseki:dataset                    <#dataset> ;
@@ -21,13 +20,12 @@ Example:
 
 `<#dataset>` refers to a dataset description in the same file.
 
-There are fixed set of services:
+There are a fixed set of services:
 
 | Service | Description |
 |---------|-------------|
 | fuseki:serviceQuery | SPARQL query service |
 | fuseki:serviceUpdate | SPARQL update service |
-| fuseki:serviceUpload | Non-SPARQL HTML file upload service |
 | fuseki:serviceReadGraphStore | SPARQL Graph Store Protocol (read)
 | fuseki:serviceReadWriteGraphStore | SPARQL Graph Store Protocol (read and write)
 
diff --git a/source/documentation/permissions/example.md b/source/documentation/permissions/example.md
index 614d7df..decb311 100644
--- a/source/documentation/permissions/example.md
+++ b/source/documentation/permissions/example.md
@@ -134,7 +134,6 @@ Define the service for the fuseki:Service. Note that the fuseki:dataset served b
         fuseki:serviceQuery               "query" ;    # SPARQL query service
         fuseki:serviceQuery               "sparql" ;   # SPARQL query service
         fuseki:serviceUpdate              "update" ;   # SPARQL query service
-        fuseki:serviceUpload              "upload" ;   # Non-SPARQL upload service
         fuseki:serviceReadWriteGraphStore "data" ;     # SPARQL Graph store protocol (read and write)
         # A separate read-only graph store endpoint:
         fuseki:serviceReadGraphStore      "get" ;      # SPARQL Graph store protocol (read only)
diff --git a/source/documentation/query/spatial-query-doc.md b/source/documentation/query/spatial-query-doc.md
index 4f213b2..31e389f 100644
--- a/source/documentation/query/spatial-query-doc.md
+++ b/source/documentation/query/spatial-query-doc.md
@@ -5,7 +5,7 @@ title: Spatial searches with SPARQL
 This module was first released with Jena 2.11.0.
 It was last released in Jena 3.12.0.
 
-Jena provides a  a [GeoSPARQL implementation](../geosparql/).
+Jena provides a [GeoSPARQL implementation](../geosparql/).
 
 ----
 
@@ -263,13 +263,11 @@ The Fuseki configuration simply points to the spatial dataset as the fuseki:data
         fuseki:serviceQuery             "query" ;
         fuseki:serviceQuery             "sparql" ;
         fuseki:serviceUpdate            "update" ;
-        fuseki:serviceUpload            "upload" ;
         fuseki:serviceReadGraphStore    "get" ;
         fuseki:serviceReadWriteGraphStore    "data" ;
         fuseki:dataset                  :spatial_dataset ;
 
 
-
 ## Building a Spatial Index
 
 When working at scale, or when preparing a published, read-only, SPARQL service, creating the index by loading the spatial dataset is impractical. The index and the dataset can be built using command line tools in two steps: first load the RDF data, second create an index from the existing RDF dataset.
diff --git a/source/documentation/query/text-query.md b/source/documentation/query/text-query.md
index 4583764..8141244 100644
--- a/source/documentation/query/text-query.md
+++ b/source/documentation/query/text-query.md
@@ -781,7 +781,6 @@ The following is an example of an assembler file defining a TDB dataset with a L
         fuseki:name                       "myds" ;     # e.g : `s-query --service=http://localhost:3030/myds "select * ..."`
         fuseki:serviceQuery               "query" ;    # SPARQL query service
         fuseki:serviceUpdate              "update" ;   # SPARQL update service
-        fuseki:serviceUpload              "upload" ;   # Non-SPARQL upload service
         fuseki:serviceReadWriteGraphStore "data" ;     # SPARQL Graph store protocol (read and write)
         fuseki:dataset                    :text_dataset ;
         .
@@ -1710,7 +1709,6 @@ The Fuseki configuration simply points to the text dataset as the
         fuseki:serviceQuery             "query" ;
         fuseki:serviceQuery             "sparql" ;
         fuseki:serviceUpdate            "update" ;
-        fuseki:serviceUpload            "upload" ;
         fuseki:serviceReadGraphStore    "get" ;
         fuseki:serviceReadWriteGraphStore    "data" ;
         fuseki:dataset                  :text_dataset ;
diff --git a/source/documentation/tdb2/tdb2_fuseki.md b/source/documentation/tdb2/tdb2_fuseki.md
index ce8b1bc..d26830c 100644
--- a/source/documentation/tdb2/tdb2_fuseki.md
+++ b/source/documentation/tdb2/tdb2_fuseki.md
@@ -36,7 +36,6 @@ PREFIX ja:      &lt;http://jena.hpl.hp.com/2005/11/Assembler#&gt;
     fuseki:serviceQuery             "query" ;
     fuseki:serviceQuery             "sparql" ;
     fuseki:serviceUpdate            "update" ;
-    fuseki:serviceUpload            "upload" ;
     fuseki:serviceReadWriteGraphStore      "data" ;
     # A separate read-only graph store endpoint:
     fuseki:serviceReadGraphStore       "get" ;
@@ -73,7 +72,6 @@ PREFIX ja:      &lt;http://jena.hpl.hp.com/2005/11/Assembler#&gt;
     fuseki:serviceQuery             "query" ;
     fuseki:serviceQuery             "sparql" ;
     fuseki:serviceUpdate            "update" ;
-    fuseki:serviceUpload            "upload" ;
     fuseki:serviceReadWriteGraphStore      "data" ;
     # A separate read-only graph store endpoint:
     fuseki:serviceReadGraphStore       "get" ;