From 5e9395d00ca95086caae7d9cecc0ad21c4296138 Mon Sep 17 00:00:00 2001 From: Ali Khalili Date: Wed, 24 Oct 2018 15:05:50 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cada51e..369b8c6 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ 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 `