Skip to content

Commit 0148d89

Browse files
Add link to tutorial
1 parent fea6b16 commit 0148d89

1 file changed

Lines changed: 19 additions & 12 deletions

File tree

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22

33
[![Join the chat at https://gitter.im/linkeddata/rdflib.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/linkeddata/rdflib.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5-
Javascript RDF library for browsers and NodeJS.
5+
Javascript RDF library for browsers and Node.js.
66

7-
- Reads and writes RDF/xml, turtle and N3.
7+
- Reads and writes RDF/xml, Turtle and N3.
88
- 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
1111
- 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`
1313
- Tracks provence of triples keeps metadata (in RDF) from HTTP accesses
1414

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:
21+
[http://dig.csail.mit.edu/2005/ajar/ajaw/Developer.html](http://dig.csail.mit.edu/2005/ajar/ajaw/Developer.html).
22+
1523
## Install
1624

1725
```bash
@@ -24,22 +32,21 @@ Generate the dist directory
2432
make all
2533
```
2634

27-
#### NodeJS
35+
#### Node.js
36+
37+
Make sure you have Node.js and Node Package Manager ([npm](https://npmjs.org/))
38+
installed.
2839

29-
Make sure you have NodeJS and Node Package Manager ([npm](https://npmjs.org/)) installed.
3040
```bash
3141
npm install --save rdflib
3242
```
3343

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-
3844
## Contribute
3945

4046
#### Subdirectories
4147

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
49+
built
4350
- `test`, Tests are here.
4451

4552
#### Dependencies

0 commit comments

Comments
 (0)