summaryrefslogtreecommitdiff
path: root/lib/environment.rb
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-12-06 12:09:06 +0100
committermr <mr@mrautenberg.de>2010-12-06 12:09:06 +0100
commitbb99bb49636db1d3f07b6f540dc8624a677ade2f (patch)
tree325c99a3781febf755a4bebc275d891fa1b9937c /lib/environment.rb
parent351694975c611999856c722d8cc3ae971811bc7b (diff)
insert basic a&a libs to development branch
Diffstat (limited to 'lib/environment.rb')
-rw-r--r--lib/environment.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/environment.rb b/lib/environment.rb
index 4f1cc80..1761d92 100644
--- a/lib/environment.rb
+++ b/lib/environment.rb
@@ -83,6 +83,8 @@ class OwlNamespace
end
+AA_SERVER = CONFIG[:authorization] ? (CONFIG[:authorization][:server] ? CONFIG[:authorization][:server] : nil) : nil
+
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/'