You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/index.html
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,15 @@ <h1>Block diagrams</h1>
46
46
</ul>
47
47
48
48
<p>The rdflib library is modular. Higher level functions such as the Update Manager and the Fetcher depend on the
49
-
core modules stch as the Store, which depends on low level parts such as the basic RDF model.
50
-
<p>
51
-
<imgsrc="diagrams/rdflib-block-diagram.svg" alt="Separate modules perform different functions to provide local query, web access, and live update." />
49
+
core modules such as the Store, which depends on low level parts such as the basic RDF model.
50
+
</p>
51
+
52
+
<imgsrc="diagrams/rdflib-block-diagram.svg" alt="Separate modules perform different functions to provide local query, web access, and live update." />
52
53
53
54
<p>
54
55
The Fetcher module adds an awareness of the web of linked data, rather than just abstract RDF.
55
56
It implements http(s): and file: URIs and tracks the metadata from the HTTP transaction and stores that also in the store.
56
-
This diagram points out that the responsability for retrying accesss based which fail because of different HTTP errors and browser blocking in CORS
57
+
This diagram points out that the responsibility for retrying access attempts which fail because of different HTTP errors and/or browser blocking in CORS
0 commit comments