diff --git a/Documentation/index.html b/Documentation/index.html index 52f8ee082..fdf6988dd 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -46,14 +46,15 @@

Block diagrams

The rdflib library is modular. Higher level functions such as the Update Manager and the Fetcher depend on the - core modules stch as the Store, which depends on low level parts such as the basic RDF model. -

- Separate modules perform different functions to provide local query, web access, and live update. + core modules such as the Store, which depends on low level parts such as the basic RDF model. +

+ +Separate modules perform different functions to provide local query, web access, and live update.

The Fetcher module adds an awareness of the web of linked data, rather than just abstract RDF. It implements http(s): and file: URIs and tracks the metadata from the HTTP transaction and stores that also in the store. - This diagram points out that the responsability for retrying accesss based which fail because of different HTTP errors and browser blocking in CORS + This diagram points out that the responsibility for retrying access attempts which fail because of different HTTP errors and/or browser blocking in CORS are handled in various different places.