From 4cca88212c23460d70bc37e851f62fc2961fde73 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 25 Oct 2011 12:37:47 +0000 Subject: bo:instanceOf added to algorithms --- fminer.rb | 4 +++- lazar.rb | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fminer.rb b/fminer.rb index 94284db..50660fa 100644 --- a/fminer.rb +++ b/fminer.rb @@ -30,6 +30,7 @@ get "/fminer/bbrc/?" do DC.title => 'fminer backbone refinement class representatives', DC.creator => "andreas@maunz.de, helma@in-silico.ch", DC.contributor => "vorgrimmlerdavid@gmx.de", + BO.instanceOf => "http://opentox.org/ontology/ist-algorithms.owl#fminer_bbrc", RDF.type => [OT.Algorithm,OTA.PatternMiningSupervised], OT.parameters => [ { DC.description => "Dataset URI", OT.paramScope => "mandatory", DC.title => "dataset_uri" }, @@ -61,6 +62,7 @@ get "/fminer/last/?" do DC.title => 'fminer latent structure class representatives', DC.creator => "andreas@maunz.de, helma@in-silico.ch", DC.contributor => "vorgrimmlerdavid@gmx.de", + BO.instanceOf => "http://opentox.org/ontology/ist-algorithms.owl#fminer_last", RDF.type => [OT.Algorithm,OTA.PatternMiningSupervised], OT.parameters => [ { DC.description => "Dataset URI", OT.paramScope => "mandatory", DC.title => "dataset_uri" }, @@ -325,4 +327,4 @@ post '/fminer/last/?' do response['Content-Type'] = 'text/uri-list' raise OpenTox::ServiceUnavailableError.newtask.uri+"\n" if task.status == "Cancelled" halt 202,task.uri.to_s+"\n" -end \ No newline at end of file +end diff --git a/lazar.rb b/lazar.rb index f4915a7..9750a56 100644 --- a/lazar.rb +++ b/lazar.rb @@ -8,6 +8,7 @@ get '/lazar/?' do DC.title => 'lazar', DC.creator => "helma@in-silico.ch, andreas@maunz.de", DC.contributor => "vorgrimmlerdavid@gmx.de", + BO.instanceOf => "http://opentox.org/ontology/ist-algorithms.owl#lazar", OT.parameters => [ { DC.description => "Dataset URI with the dependent variable", OT.paramScope => "mandatory", DC.title => "dataset_uri" }, { DC.description => "Feature URI for dependent variable. Optional for datasets with only a single feature.", OT.paramScope => "optional", DC.title => "prediction_feature" }, -- cgit v1.2.3