summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-11-05 14:22:33 +0100
committergebele <gebele@in-silico.ch>2014-11-05 14:22:33 +0100
commit6dceb13bf82851e74c73248e5a0239da68b98c7a (patch)
treecaf2ac0e2d00e84c5f32dfa9f48361ff6cfe9633
parent2a5c8216aafdd4d5451b1ac6afd193b5fbf5e4da (diff)
fixed type definition
-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" },