Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/slidewiki/json-to-rdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1k committed Oct 24, 2018
2 parents 351a581 + 5e9395d commit 84fca23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 `

0 comments on commit 84fca23

Please sign in to comment.