diff --git a/README.md b/README.md index 02989ce..369b8c6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # json-to-rdf converts SlideWIki MongoDB schemas to RDF + +# how to use +1. copy the JSON dump of MongoDB in the data folder (new line separated JSON objects) +2. run the following scripts to perform the conversion + + node [the name of convertor].js > data/[the name of rdf file].ttl + + e.g. `node slidesToRDF.js > data/slides.ttl `