summaryrefslogtreecommitdiff
path: root/fminer.rb
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 /fminer.rb
parent29fd67926f37e533f80f62f09c7dd71f2fab9130 (diff)
bo:instanceOf added to algorithms
Diffstat (limited to 'fminer.rb')
-rw-r--r--fminer.rb4
1 files changed, 3 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