gem install bundler
bundle installInside json-ld directory run the first script to generate framed document
cd json-ld
./build-frame.rbThat will produce framed document
Execute sample script to generate new document with brand new markup
cd json-ld
./build-new-document.rbThat 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.rbThat will produce graph
Execute sample script to generate new document with brand new markup
cd rdfa
./build-new-document.rbThat will build new HTML document