@@ -8,7 +8,7 @@ Javascript RDF library for browsers and Node.js.
8
8
- Read/Write Linked Data client, using WebDav or SPARQL/Update
9
9
- Local API for querying a store
10
10
- Compatible with [ RDFJS task force spec] ( https://github.com/rdfjs/representation-task-force/blob/master/interface-spec.md )
11
- - SPARQL queries (not full SPARQL)
11
+ - SPARQL queries (not full SPARQL - just graph match and optional )
12
12
- Smushing of nodes from ` owl:sameAs ` , and ` owl:{f,inverseF}unctionProperty `
13
13
- Tracks provenance of triples keeps metadata (in RDF) from HTTP accesses
14
14
@@ -17,9 +17,14 @@ Javascript RDF library for browsers and Node.js.
17
17
See:
18
18
19
19
* The [ API documentation] ( https://linkeddata.github.io/rdflib.js/doc/ ) is partial but useful
20
- * [ Using rdflib in a web app] ( https://linkeddata.github.io/rdflib.js/Documentation/webapp-intro.html )
21
- * [ Tutorial for using rdflib.js] ( https://github.com/solid/solid-tutorial-rdflib.js )
22
- * [ Using Turtle] ( https://linkeddata.github.io/rdflib.js/Documentation/turtle-intro.html )
20
+ * [ Tutorial: Using rdflib in a Solid web app] ( https://linkeddata.github.io/rdflib.js/Documentation/webapp-intro.html )
21
+ * [ Tutorial: Using rdflib.js] ( https://github.com/solid/solid-tutorial-rdflib.js )
22
+ * [ Tutorial: Using Turtle] ( https://linkeddata.github.io/rdflib.js/Documentation/turtle-intro.html )
23
+ * [ Block diagram: rdflib modules] ( https://linkeddata.github.io/rdflib.js/Documentation/diagrams/rdflib-block-diagram.svg )
24
+ * [ Block diagram: The Fetcher] ( https://linkeddata.github.io/rdflib.js/Documentation/diagrams/fetcher-block-diagram.svg )
25
+ * [ Block diagram: The Fetcher - handling retries] ( https://linkeddata.github.io/rdflib.js/Documentation/diagrams/fetcher-block-diagram-2.svg )
26
+
27
+
23
28
* [ The Solid developer portal at Inrupt] ( https://solid.inrupt.com/ )
24
29
25
30
for more information.
0 commit comments