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: README.md
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,24 @@
2
2
3
3
[](https://gitter.im/linkeddata/rdflib.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
5
-
Javascript RDF library for browsers and NodeJS.
5
+
Javascript RDF library for browsers and Node.js.
6
6
7
-
- Reads and writes RDF/xml, turtle and N3.
7
+
- Reads and writes RDF/xml, Turtle and N3.
8
8
- Read/Write Linked Data client, using WebDav or SPARQL/Update
9
-
- Parses RDF/a. (rdflib-rdfa.js version only)
10
-
- Local API for querying store
9
+
- Parses RDF/a
10
+
- Local API for querying a store
11
11
- SPARQL queries (not full SPARQL)
12
-
- Smushing of nodes from owl:sameAs, and owl:{f,inverseF}unctionProperty
12
+
- Smushing of nodes from `owl:sameAs`, and `owl:{f,inverseF}unctionProperty`
13
13
- Tracks provence of triples keeps metadata (in RDF) from HTTP accesses
14
14
15
+
## Documentation
16
+
17
+
See **[Tutorial for using rdflib.js](https://github.com/solid/solid-tutorial-rdflib.js)**
18
+
for more information.
19
+
20
+
Possible out of date information is available from here:
Make sure you have Node.js and Node Package Manager ([npm](https://npmjs.org/))
38
+
installed.
28
39
29
-
Make sure you have NodeJS and Node Package Manager ([npm](https://npmjs.org/)) installed.
30
40
```bash
31
41
npm install --save rdflib
32
42
```
33
43
34
-
## Documentation
35
-
36
-
Possible out of date information is available from here: [http://dig.csail.mit.edu/2005/ajar/ajaw/Developer.html](http://dig.csail.mit.edu/2005/ajar/ajaw/Developer.html).
37
-
38
44
## Contribute
39
45
40
46
#### Subdirectories
41
47
42
-
-`dist`, Run 'make' in this directory to generate dist in which libraries are built
48
+
-`dist`, Run 'make' in this directory to generate dist in which libraries are
0 commit comments