diff options
author | Arun Isaac | 2022-06-07 17:23:56 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-07 17:23:56 +0530 |
commit | c80b776f39cb342550c365d599a91109aeb7a090 (patch) | |
tree | e1f5913a8574ef10c21a5c3933e8884871a4b068 | |
parent | 671b0ac68fee8c4268ed5a48b5256a0bf9da7cd6 (diff) | |
download | gn-gemtext-c80b776f39cb342550c365d599a91109aeb7a090.tar.gz |
topics: virtuoso: Fix misspelling of "Protocol".
* topics/systems/virtuoso.gmi (Loading data into virtuoso): Fix
misspelling of "Protocol" changing "Protocal" to "Protocol".
-rw-r--r-- | topics/systems/virtuoso.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi index 6435633..1b1bbc7 100644 --- a/topics/systems/virtuoso.gmi +++ b/topics/systems/virtuoso.gmi @@ -89,7 +89,7 @@ Bulk loading using the isql command-line client is usually the fastest. But, it The standard SPARQL protocol allows update of RDF too. => https://www.w3.org/TR/sparql11-update/ SPARQL 1.1 Update -### SPARQL 1.1 Graph Store HTTP Protocal +### SPARQL 1.1 Graph Store HTTP Protocol For ease of implementation, SPARQL 1.1 also specifies an additional REST-like API to update data. => https://www.w3.org/TR/sparql11-http-rdf-update/ SPARQL 1.1 Graph Store HTTP Protocol |