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/12 17:46:45 UTC

[jena-site] 01/01: 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 op-upload
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit a020af53da9b216affc09e33335a14474d0bee6d
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/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 --
 4 files changed, 1 insertion(+), 8 deletions(-)

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" ;