Skip to content

med2rdf/interview-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Form RDF

LINC Interview Form RDF project

How to contribute

For the first time:

% git clone https://github.com/med2rdf/interview-form.git
% cd interview-form

Afterwards:

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 push

We 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

About

LINC Interview Form RDF project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages