gem install bundler
bundle install
Inside json-ld
directory run the first script to generate framed document
cd json-ld
./build-frame.rb
That will produce framed document
Execute sample script to generate new document with brand new markup
cd json-ld
./build-new-document.rb
That will build new HTML document
Inside rfda
directory run the first script to generate the graph to be used as reference
cd rdfa
./build-graph.rb
That will produce graph
Execute sample script to generate new document with brand new markup
cd rdfa
./build-new-document.rb
That will build new HTML document