summaryrefslogtreecommitdiff
path: root/lazar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lazar.rb')
-rw-r--r--lazar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazar.rb b/lazar.rb
index 4bcf0ca..313589f 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -8,7 +8,7 @@ module OpenTox
algorithm.metadata = {
RDF::DC.title => 'lazar',
RDF::DC.creator => 'helma@in-silico.ch, andreas@maunz.de',
- RDF.Type => [RDF::OT.Algorithm]
+ RDF.type => [RDF::OT.Algorithm]
}
algorithm.parameters = [
{ RDF::DC.description => "Dataset URI", RDF::OT.paramScope => "mandatory", RDF::DC.title => "dataset_uri" },