From 80d49f60ac55cc2fb1c7974752e1e947fa3f3f70 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Mon, 21 Feb 2011 13:52:00 +0100 Subject: clean uri now works for https, rdf parsing issues: /features and ?feature_uris, missing subjectid --- lib/dataset.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/dataset.rb') diff --git a/lib/dataset.rb b/lib/dataset.rb index efab0a3..3f530e6 100644 --- a/lib/dataset.rb +++ b/lib/dataset.rb @@ -141,8 +141,10 @@ module OpenTox if (CONFIG[:yaml_hosts].include?(URI.parse(@uri).host)) copy YAML.load(RestClientWrapper.get(@uri, {:accept => "application/x-yaml", :subjectid => subjectid})) else + puts "loading all.." parser = Parser::Owl::Dataset.new(@uri, subjectid) copy parser.load_uri(subjectid) + puts "..done" end end -- cgit v1.2.3