summaryrefslogtreecommitdiff
path: root/lib/environment.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-31 13:44:02 +0200
committerChristoph Helma <helma@in-silico.ch>2011-03-31 13:44:02 +0200
commitc0bef2dc83d2ce1fea6434ca73586d49865bb810 (patch)
tree0c3190c4436247d1f2eecd67aeb755de76eb3686 /lib/environment.rb
parent00d059fe5750d5ad4a58d6f6bfc2c0d783648d4d (diff)
ohm-contrib added
Diffstat (limited to 'lib/environment.rb')
-rw-r--r--lib/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/environment.rb b/lib/environment.rb
index 59578c1..57ae014 100644
--- a/lib/environment.rb
+++ b/lib/environment.rb
@@ -74,7 +74,7 @@ CONFIG[:authorization][:authenticate_request] = [""] unless CONFIG[:authorizatio
CONFIG[:authorization][:authorize_request] = [""] unless CONFIG[:authorization][:authorize_request]
CONFIG[:authorization][:free_request] = [""] unless CONFIG[:authorization][:free_request]
-RDF = OwlNamespace.new 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+#RDF = OwlNamespace.new 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
OWL = OwlNamespace.new 'http://www.w3.org/2002/07/owl#'
DC = OwlNamespace.new 'http://purl.org/dc/elements/1.1/'
OT = OwlNamespace.new 'http://www.opentox.org/api/1.1#'