summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-10-25 12:37:47 +0000
committerChristoph Helma <helma@in-silico.ch>2011-10-25 12:37:47 +0000
commit4cca88212c23460d70bc37e851f62fc2961fde73 (patch)
tree1704ed979f723008e83efc7079fe70e856ea68e2
parent29fd67926f37e533f80f62f09c7dd71f2fab9130 (diff)
bo:instanceOf added to algorithms
-rw-r--r--fminer.rb4
-rw-r--r--lazar.rb1
2 files changed, 4 insertions, 1 deletions
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" },