LINC Interview Form RDF project
For the first time:
% git clone https://github.com/med2rdf/interview-form.git
% cd interview-formAfterwards:
Below is the old way.
% git pull
(edit benitas/sectionXX.ttl)
% git status
% git diff
% git add benitas/sectionXX.ttl
% git commit
(add comments on edits)
% git pushWe now simplified the RDF generation process to (1) fill the template on the Google spreadsheet, (2) dump three CSV files from the sheet, and (3) convert the CSV files into RDF/Turtle by a script.
% bin/if-csv2ttl.rb drugs/drug/meta.csv drugs/drug/if.csv drugs/drug/ref.csv > drug.ttl