From 6e9eec008cca664006c946ce61d7c535068f0778 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 17 Jul 2013 12:29:15 +0200 Subject: dataset ntriples serialisation fixed and activated --- helper.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'helper.rb') diff --git a/helper.rb b/helper.rb index 722c830..0c17a32 100644 --- a/helper.rb +++ b/helper.rb @@ -150,7 +150,6 @@ module OpenTox ntriples << "#{data_entry_node} <#{RDF.type}> <#{RDF::OT.DataEntry}> ." ntriples << "#{data_entry_node} <#{RDF::OLO.index}> #{r} ." ntriples << "#{data_entry_node} <#{RDF::OT.compound}> <#{compound_uri}> ." - puts values.inspect values.each_with_index do |v,i| if v.blank? @warnings << "Empty value for compound '#{compound}' (row #{r+2}) and feature '#{feature_names[i]}' (column #{i+2})." -- cgit v1.2.3