Skip to content

Commit

Permalink
Merge pull request linkeddata#351 from TallTed/patch-1
Browse files Browse the repository at this point in the history
fix typos in index.html
  • Loading branch information
megoth authored Sep 12, 2019
2 parents 3443e7f + f9adce6 commit 5c018ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ <h1>Block diagrams</h1>
</ul>

<p>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.
<p>
<img src="diagrams/rdflib-block-diagram.svg" alt="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.
</p>

<img src="diagrams/rdflib-block-diagram.svg" alt="Separate modules perform different functions to provide local query, web access, and live update." />

<p>
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.
</p>

Expand Down

0 comments on commit 5c018ac

Please sign in to comment.