summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-02-15 16:06:47 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2012-02-15 16:06:47 +0100
commitbd8c5fedc9f13e3ad95547d8a437376ed37deac5 (patch)
treefcb33d187c4e4b1fccf32296af31a67dc3304378
parentdf96ba4183b341393ac00ee5e444c99411d8123d (diff)
Commented out metadata information BO.instanceOf because BO ontology is
not available
-rw-r--r--fminer.rb4
-rw-r--r--lazar.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/fminer.rb b/fminer.rb
index a5ea61d..a43a505 100644
--- a/fminer.rb
+++ b/fminer.rb
@@ -30,7 +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",
+# 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" },
@@ -62,7 +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",
+# 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" },
diff --git a/lazar.rb b/lazar.rb
index 81929c6..2a08778 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -8,7 +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",
+# 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" },