From afa31803afd167c19c9ba95e73d311c9e2b8b43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20G=C3=BCtlein?= Date: Fri, 23 Apr 2010 18:47:37 +0200 Subject: changing owl once again --- bin/yaml2owl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/yaml2owl.rb b/bin/yaml2owl.rb index b259ad1..1002912 100755 --- a/bin/yaml2owl.rb +++ b/bin/yaml2owl.rb @@ -5,7 +5,7 @@ require 'opentox-ruby-api-wrapper' input = YAML.load_file(ARGV[0]) dataset = OpenTox::Dataset.new dataset.title = input[:title] -dataset.source = input[:source] +dataset.creator = input[:source] input[:data].each do |c,f| f.each do |k,v| v.each do |value| -- cgit v1.2.3