summaryrefslogtreecommitdiff
path: root/openbabel.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-04-04 18:51:11 +0200
committerChristoph Helma <helma@in-silico.ch>2011-04-04 18:51:11 +0200
commit3bb6365594d168281019bdec303e70c123414ce4 (patch)
treed085f4deecead2ccd5ff797828e26fa7b618b0dc /openbabel.rb
parent550583d9c77604ec1b059349e717f383ddcfba4f (diff)
OT.isA substituted by RDF.type, identification of feature_types by RDF.type
Diffstat (limited to 'openbabel.rb')
-rw-r--r--openbabel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbabel.rb b/openbabel.rb
index 3a873c0..1644455 100644
--- a/openbabel.rb
+++ b/openbabel.rb
@@ -44,7 +44,7 @@ get '/openbabel/:property' do
DC.title => params[:property],
DC.creator => "helma@in-silico.ch",
DC.description => description,
- OT.isA => OTA.DescriptorCalculation,
+ RDF.type => [OTA.DescriptorCalculation],
}
response['Content-Type'] = 'application/rdf+xml'
algorithm.to_rdfxml