File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- This is a library for working with RDF on the web.
1+ # rdflib.js
22
3- LICENSE: MIT
3+ This is a library for working with RDF on the web.
44
55Originally targetted at the AJAX environment in the browser,
66it can also be used server side with for example Node.js.
@@ -20,17 +20,17 @@ on the web as it goes.
2020- Smushing of nodes from owl: sameAs , and owl:{f,inverseF}unctionProperty
2121- Tracks provence of triples keeps metadata (in RDF) from HTTP accesses
2222
23- SUBDIRECTORIES
23+ ## Subdirectories
2424
2525- dist Run 'make' in this directory to generate dist in whch libraries are buit
2626- test Tests are here.
2727
28- DEPENDENCIES
28+ ## Dependencies
2929
30- jQuery (rdfa version only)
31- jQuery, XMLHTTPRequest (Node.js version)
30+ - jQuery (rdfa version only)
31+ - jQuery, XMLHTTPRequest (Node.js version)
3232
33- INSTALL
33+ ## Install
3434
3535 Install the Node Package Manager https://npmjs.org/
3636 As root run
@@ -41,7 +41,10 @@ $ npm install -g coffee-script nodeunit
4141
4242 Run ` make ` to generate the dist directory
4343
44- THANKS
44+ # Thanks
4545
4646Thanks to the many contributors who have been involved along the way.
4747LinkedData team & TimBL
48+
49+ # LICENSE
50+ MIT
You can’t perform that action at this time.
0 commit comments