From bd8c5fedc9f13e3ad95547d8a437376ed37deac5 Mon Sep 17 00:00:00 2001 From: davor Date: Wed, 15 Feb 2012 16:06:47 +0100 Subject: Commented out metadata information BO.instanceOf because BO ontology is not available --- fminer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fminer.rb') 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" }, -- cgit v1.2.3