This morning (4/9/2014) I pulled master on mobilehealth.tw.rpi.edu and attempted to perform conversions on new data using existing parameters. However, none of the data loaded due to an error in the Turtle output (identified by rapper), e.g. I get triples of the form:
health:sampleFrom <<http://tw.rpi.edu/web/inside/machine/leo\>> ;
Using git bisect I traced the issue down to commit f20cd96. However, it's unclear to me exactly how this commit, which only touched punzip.sh, is responsible for the error I'm seeing. Its parent commit (3290ed0) generates the expected triples, e.g.:
health:sampleFrom <http://mobilehealth.tw.rpi.edu/source/mobilehealth-tw-rpi-edu/dataset/bloodwork/patient/143304.0> ;
This morning (4/9/2014) I pulled master on mobilehealth.tw.rpi.edu and attempted to perform conversions on new data using existing parameters. However, none of the data loaded due to an error in the Turtle output (identified by rapper), e.g. I get triples of the form:
Using
git bisectI traced the issue down to commit f20cd96. However, it's unclear to me exactly how this commit, which only touched punzip.sh, is responsible for the error I'm seeing. Its parent commit (3290ed0) generates the expected triples, e.g.: