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
This is a linked data library, which can look up data
13
-
on the web as it goes.
3
+
Javascript RDF library for browsers and NodeJS.
14
4
15
5
- Reads and writes RDF/xml, turtle and N3.
16
6
- Read/Write Linked Data client, using WebDav or SPARQL/Update
@@ -20,31 +10,49 @@ on the web as it goes.
20
10
- Smushing of nodes from owl:sameAs, and owl:{f,inverseF}unctionProperty
21
11
- Tracks provence of triples keeps metadata (in RDF) from HTTP accesses
22
12
23
-
## Subdirectories
13
+
## Install
24
14
25
-
- dist Run 'make' in this directory to generate dist in whch libraries are buit
26
-
- test Tests are here.
15
+
#### Browser
27
16
28
-
## Dependencies
17
+
Install dependencies you may need to generate the js file.
29
18
30
-
- jQuery (rdfa version only)
31
-
- jQuery, XMLHTTPRequest (Node.js version)
19
+
```bash
20
+
$ npm install -g coffee-script nodeunit
21
+
```
32
22
33
-
## Install
34
-
35
-
Install the Node Package Manager https://npmjs.org/
36
-
As root run
23
+
Generate the dist directory
37
24
38
25
```bash
39
-
$ npm install -g coffee-script nodeunit
26
+
$ make
40
27
```
41
-
42
-
Run `make` to generate the dist directory
43
28
44
-
# Thanks
29
+
#### NodeJS
30
+
31
+
Make sure you have NodeJS and Node Package Manager ([npm](https://npmjs.org/)) installed.
32
+
```bash
33
+
npm install --save rdflib
34
+
```
35
+
36
+
## Documentation
37
+
38
+
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).
39
+
40
+
## Contribute
41
+
42
+
### Subdirectories
43
+
44
+
-`dist`, Run 'make' in this directory to generate dist in whch libraries are buit
45
+
-`test`, Tests are here.
46
+
47
+
### Dependencies
48
+
49
+
- jQuery (rdfa version only)
50
+
- jQuery, XMLHTTPRequest (Node.js version)
51
+
52
+
## Thanks
45
53
46
54
Thanks to the many contributors who have been involved along the way.
0 commit comments