rdflib 2.2.12-e44717ed → 2.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/rdflib.min.js +2 -2
- package/dist/rdflib.min.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -21,6 +21,7 @@ See:
|
|
|
21
21
|
* [Tutorial: Using rdflib in a Solid web app](https://linkeddata.github.io/rdflib.js/Documentation/webapp-intro.html)
|
|
22
22
|
* [Tutorial: Using rdflib.js](https://github.com/solid/solid-tutorial-rdflib.js)
|
|
23
23
|
* [Tutorial: Using Turtle](https://linkeddata.github.io/rdflib.js/Documentation/turtle-intro.html)
|
|
24
|
+
* [Using authenticated & alternate fetch methods](https://linkeddata.github.io/rdflib.js/Documentation/alternate-fetches.md)
|
|
24
25
|
* [Block diagram: rdflib modules](https://linkeddata.github.io/rdflib.js/Documentation/diagrams/rdflib-block-diagram.svg)
|
|
25
26
|
* [Block diagram: The Fetcher](https://linkeddata.github.io/rdflib.js/Documentation/diagrams/fetcher-block-diagram.svg)
|
|
26
27
|
* [Block diagram: The Fetcher - handling retries](https://linkeddata.github.io/rdflib.js/Documentation/diagrams/fetcher-block-diagram-2.svg)
|